Пример #1
0
        public void PatchsScreensessionsRecordingsessionIdTest()
        {
            // TODO: add unit test for the method 'PatchsScreensessionsRecordingsessionId'
            string recordingSessionId          = null; // TODO: replace null with proper value
            ScreenRecordingSessionRequest body = null; // TODO: replace null with proper value

            instance.PatchsScreensessionsRecordingsessionId(recordingSessionId, body);
        }
Пример #2
0
 public void Init()
 {
     instance = new ScreenRecordingSessionRequest();
 }