tencentcloud-sdk-python-intl-en 3.0.1084__py2.py3-none-any.whl → 3.0.1086__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ciam/v20210420/errorcodes.py +2 -2
- tencentcloud/ciam/v20210420/models.py +2 -2
- tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
- tencentcloud/dnspod/v20210323/models.py +2 -2
- tencentcloud/es/v20180416/models.py +2 -2
- tencentcloud/gwlb/v20240906/models.py +50 -30
- tencentcloud/ims/v20201229/errorcodes.py +9 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/ocr/v20181119/models.py +17 -0
- tencentcloud/omics/v20221128/models.py +4 -0
- tencentcloud/privatedns/v20201028/models.py +159 -35
- tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +2370 -1230
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +96 -4
- tencentcloud/tchd/v20230306/models.py +2 -2
- tencentcloud/tiw/v20190919/errorcodes.py +3 -0
- tencentcloud/tiw/v20190919/models.py +102 -102
- tencentcloud/tke/v20180525/errorcodes.py +2 -2
- tencentcloud/tke/v20220501/__init__.py +0 -0
- tencentcloud/tke/v20220501/errorcodes.py +69 -0
- tencentcloud/tke/v20220501/models.py +6338 -0
- tencentcloud/tke/v20220501/tke_client.py +279 -0
- tencentcloud/tms/v20201229/errorcodes.py +3 -0
- tencentcloud/tms/v20201229/models.py +2 -2
- tencentcloud/vm/v20201229/errorcodes.py +14 -14
- tencentcloud/vm/v20201229/models.py +17 -2
- tencentcloud/vm/v20210922/models.py +2 -2
- tencentcloud/vpc/v20170312/errorcodes.py +67 -1
- tencentcloud/vpc/v20170312/models.py +1495 -606
- tencentcloud/vpc/v20170312/vpc_client.py +96 -4
- {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/RECORD +36 -32
- {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1084.dist-info → tencentcloud_sdk_python_intl_en-3.0.1086.dist-info}/top_level.txt +0 -0
|
@@ -117,14 +117,14 @@ class ApplyTiwTrialResponse(AbstractModel):
|
|
|
117
117
|
|
|
118
118
|
def __init__(self):
|
|
119
119
|
r"""
|
|
120
|
-
:param _RequestId: The unique request ID,
|
|
120
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
121
121
|
:type RequestId: str
|
|
122
122
|
"""
|
|
123
123
|
self._RequestId = None
|
|
124
124
|
|
|
125
125
|
@property
|
|
126
126
|
def RequestId(self):
|
|
127
|
-
"""The unique request ID,
|
|
127
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
128
128
|
:rtype: str
|
|
129
129
|
"""
|
|
130
130
|
return self._RequestId
|
|
@@ -424,7 +424,7 @@ class CreateApplicationResponse(AbstractModel):
|
|
|
424
424
|
:type AppName: str
|
|
425
425
|
:param _SdkAppId: SdkAppId of the whiteboard application.
|
|
426
426
|
:type SdkAppId: int
|
|
427
|
-
:param _RequestId: The unique request ID,
|
|
427
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
428
428
|
:type RequestId: str
|
|
429
429
|
"""
|
|
430
430
|
self._AppId = None
|
|
@@ -467,7 +467,7 @@ class CreateApplicationResponse(AbstractModel):
|
|
|
467
467
|
|
|
468
468
|
@property
|
|
469
469
|
def RequestId(self):
|
|
470
|
-
"""The unique request ID,
|
|
470
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
471
471
|
:rtype: str
|
|
472
472
|
"""
|
|
473
473
|
return self._RequestId
|
|
@@ -620,7 +620,7 @@ class CreateSnapshotTaskResponse(AbstractModel):
|
|
|
620
620
|
r"""
|
|
621
621
|
:param _TaskID: ID of the whiteboard snapshot task. This parameter is returned only if a task is created successfully.
|
|
622
622
|
:type TaskID: str
|
|
623
|
-
:param _RequestId: The unique request ID,
|
|
623
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
624
624
|
:type RequestId: str
|
|
625
625
|
"""
|
|
626
626
|
self._TaskID = None
|
|
@@ -639,7 +639,7 @@ class CreateSnapshotTaskResponse(AbstractModel):
|
|
|
639
639
|
|
|
640
640
|
@property
|
|
641
641
|
def RequestId(self):
|
|
642
|
-
"""The unique request ID,
|
|
642
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
643
643
|
:rtype: str
|
|
644
644
|
"""
|
|
645
645
|
return self._RequestId
|
|
@@ -878,7 +878,7 @@ class CreateTranscodeResponse(AbstractModel):
|
|
|
878
878
|
r"""
|
|
879
879
|
:param _TaskId: Unique ID of the document transcoding task, which is used to query the task progress and transcoding result
|
|
880
880
|
:type TaskId: str
|
|
881
|
-
:param _RequestId: The unique request ID,
|
|
881
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
882
882
|
:type RequestId: str
|
|
883
883
|
"""
|
|
884
884
|
self._TaskId = None
|
|
@@ -897,7 +897,7 @@ class CreateTranscodeResponse(AbstractModel):
|
|
|
897
897
|
|
|
898
898
|
@property
|
|
899
899
|
def RequestId(self):
|
|
900
|
-
"""The unique request ID,
|
|
900
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
901
901
|
:rtype: str
|
|
902
902
|
"""
|
|
903
903
|
return self._RequestId
|
|
@@ -1071,7 +1071,7 @@ class CreateVideoGenerationTaskResponse(AbstractModel):
|
|
|
1071
1071
|
r"""
|
|
1072
1072
|
:param _TaskId: ID of the video generation task.
|
|
1073
1073
|
:type TaskId: str
|
|
1074
|
-
:param _RequestId: The unique request ID,
|
|
1074
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1075
1075
|
:type RequestId: str
|
|
1076
1076
|
"""
|
|
1077
1077
|
self._TaskId = None
|
|
@@ -1090,7 +1090,7 @@ class CreateVideoGenerationTaskResponse(AbstractModel):
|
|
|
1090
1090
|
|
|
1091
1091
|
@property
|
|
1092
1092
|
def RequestId(self):
|
|
1093
|
-
"""The unique request ID,
|
|
1093
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1094
1094
|
:rtype: str
|
|
1095
1095
|
"""
|
|
1096
1096
|
return self._RequestId
|
|
@@ -1300,7 +1300,7 @@ class DescribeAPIServiceResponse(AbstractModel):
|
|
|
1300
1300
|
r"""
|
|
1301
1301
|
:param _ResponseData: Response data in JSON format.
|
|
1302
1302
|
:type ResponseData: str
|
|
1303
|
-
:param _RequestId: The unique request ID,
|
|
1303
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1304
1304
|
:type RequestId: str
|
|
1305
1305
|
"""
|
|
1306
1306
|
self._ResponseData = None
|
|
@@ -1319,7 +1319,7 @@ class DescribeAPIServiceResponse(AbstractModel):
|
|
|
1319
1319
|
|
|
1320
1320
|
@property
|
|
1321
1321
|
def RequestId(self):
|
|
1322
|
-
"""The unique request ID,
|
|
1322
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1323
1323
|
:rtype: str
|
|
1324
1324
|
"""
|
|
1325
1325
|
return self._RequestId
|
|
@@ -1351,7 +1351,7 @@ class DescribeApplicationInfosResponse(AbstractModel):
|
|
|
1351
1351
|
:type ApplicationInfos: list of ApplicationItem
|
|
1352
1352
|
:param _AllOption: Specifies whether all applications are included. The value 0 indicates no and 1 indicates yes.
|
|
1353
1353
|
:type AllOption: int
|
|
1354
|
-
:param _RequestId: The unique request ID,
|
|
1354
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1355
1355
|
:type RequestId: str
|
|
1356
1356
|
"""
|
|
1357
1357
|
self._ApplicationInfos = None
|
|
@@ -1382,7 +1382,7 @@ class DescribeApplicationInfosResponse(AbstractModel):
|
|
|
1382
1382
|
|
|
1383
1383
|
@property
|
|
1384
1384
|
def RequestId(self):
|
|
1385
|
-
"""The unique request ID,
|
|
1385
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1386
1386
|
:rtype: str
|
|
1387
1387
|
"""
|
|
1388
1388
|
return self._RequestId
|
|
@@ -1531,7 +1531,7 @@ class DescribeApplicationUsageResponse(AbstractModel):
|
|
|
1531
1531
|
r"""
|
|
1532
1532
|
:param _Data: Usage data required for drawing charts.
|
|
1533
1533
|
:type Data: list of DataItem
|
|
1534
|
-
:param _RequestId: The unique request ID,
|
|
1534
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1535
1535
|
:type RequestId: str
|
|
1536
1536
|
"""
|
|
1537
1537
|
self._Data = None
|
|
@@ -1550,7 +1550,7 @@ class DescribeApplicationUsageResponse(AbstractModel):
|
|
|
1550
1550
|
|
|
1551
1551
|
@property
|
|
1552
1552
|
def RequestId(self):
|
|
1553
|
-
"""The unique request ID,
|
|
1553
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1554
1554
|
:rtype: str
|
|
1555
1555
|
"""
|
|
1556
1556
|
return self._RequestId
|
|
@@ -1726,7 +1726,7 @@ class DescribeBoardSDKLogResponse(AbstractModel):
|
|
|
1726
1726
|
:type Buckets: list of str
|
|
1727
1727
|
:param _Context: Context key used for recursive extraction. This parameter can be used in the next request.
|
|
1728
1728
|
:type Context: str
|
|
1729
|
-
:param _RequestId: The unique request ID,
|
|
1729
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1730
1730
|
:type RequestId: str
|
|
1731
1731
|
"""
|
|
1732
1732
|
self._Total = None
|
|
@@ -1781,7 +1781,7 @@ class DescribeBoardSDKLogResponse(AbstractModel):
|
|
|
1781
1781
|
|
|
1782
1782
|
@property
|
|
1783
1783
|
def RequestId(self):
|
|
1784
|
-
"""The unique request ID,
|
|
1784
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1785
1785
|
:rtype: str
|
|
1786
1786
|
"""
|
|
1787
1787
|
return self._RequestId
|
|
@@ -1812,14 +1812,14 @@ class DescribeIMApplicationsResponse(AbstractModel):
|
|
|
1812
1812
|
|
|
1813
1813
|
def __init__(self):
|
|
1814
1814
|
r"""
|
|
1815
|
-
:param _RequestId: The unique request ID,
|
|
1815
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1816
1816
|
:type RequestId: str
|
|
1817
1817
|
"""
|
|
1818
1818
|
self._RequestId = None
|
|
1819
1819
|
|
|
1820
1820
|
@property
|
|
1821
1821
|
def RequestId(self):
|
|
1822
|
-
"""The unique request ID,
|
|
1822
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1823
1823
|
:rtype: str
|
|
1824
1824
|
"""
|
|
1825
1825
|
return self._RequestId
|
|
@@ -1880,7 +1880,7 @@ class DescribeOnlineRecordCallbackResponse(AbstractModel):
|
|
|
1880
1880
|
:type Callback: str
|
|
1881
1881
|
:param _CallbackKey: Authentication key of the real-time recording callback
|
|
1882
1882
|
:type CallbackKey: str
|
|
1883
|
-
:param _RequestId: The unique request ID,
|
|
1883
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1884
1884
|
:type RequestId: str
|
|
1885
1885
|
"""
|
|
1886
1886
|
self._Callback = None
|
|
@@ -1911,7 +1911,7 @@ class DescribeOnlineRecordCallbackResponse(AbstractModel):
|
|
|
1911
1911
|
|
|
1912
1912
|
@property
|
|
1913
1913
|
def RequestId(self):
|
|
1914
|
-
"""The unique request ID,
|
|
1914
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1915
1915
|
:rtype: str
|
|
1916
1916
|
"""
|
|
1917
1917
|
return self._RequestId
|
|
@@ -2023,7 +2023,7 @@ class DescribeOnlineRecordResponse(AbstractModel):
|
|
|
2023
2023
|
:param _Interrupts: Number of video stream interruptions during recording.
|
|
2024
2024
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
2025
2025
|
:type Interrupts: list of Interrupt
|
|
2026
|
-
:param _RequestId: The unique request ID,
|
|
2026
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2027
2027
|
:type RequestId: str
|
|
2028
2028
|
"""
|
|
2029
2029
|
self._FinishReason = None
|
|
@@ -2208,7 +2208,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
2208
2208
|
|
|
2209
2209
|
@property
|
|
2210
2210
|
def RequestId(self):
|
|
2211
|
-
"""The unique request ID,
|
|
2211
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2212
2212
|
:rtype: str
|
|
2213
2213
|
"""
|
|
2214
2214
|
return self._RequestId
|
|
@@ -2309,14 +2309,14 @@ class DescribePostpaidUsageResponse(AbstractModel):
|
|
|
2309
2309
|
|
|
2310
2310
|
def __init__(self):
|
|
2311
2311
|
r"""
|
|
2312
|
-
:param _RequestId: The unique request ID,
|
|
2312
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2313
2313
|
:type RequestId: str
|
|
2314
2314
|
"""
|
|
2315
2315
|
self._RequestId = None
|
|
2316
2316
|
|
|
2317
2317
|
@property
|
|
2318
2318
|
def RequestId(self):
|
|
2319
|
-
"""The unique request ID,
|
|
2319
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2320
2320
|
:rtype: str
|
|
2321
2321
|
"""
|
|
2322
2322
|
return self._RequestId
|
|
@@ -2459,7 +2459,7 @@ class DescribeQualityMetricsResponse(AbstractModel):
|
|
|
2459
2459
|
:type Metric: str
|
|
2460
2460
|
:param _Content: Time series.
|
|
2461
2461
|
:type Content: list of TimeValue
|
|
2462
|
-
:param _RequestId: The unique request ID,
|
|
2462
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2463
2463
|
:type RequestId: str
|
|
2464
2464
|
"""
|
|
2465
2465
|
self._Metric = None
|
|
@@ -2490,7 +2490,7 @@ class DescribeQualityMetricsResponse(AbstractModel):
|
|
|
2490
2490
|
|
|
2491
2491
|
@property
|
|
2492
2492
|
def RequestId(self):
|
|
2493
|
-
"""The unique request ID,
|
|
2493
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2494
2494
|
:rtype: str
|
|
2495
2495
|
"""
|
|
2496
2496
|
return self._RequestId
|
|
@@ -2528,7 +2528,7 @@ class DescribeRecordSearchResponse(AbstractModel):
|
|
|
2528
2528
|
:type RecordTaskSet: list of RecordTaskSearchResult
|
|
2529
2529
|
:param _TotalCount: Number of recording tasks.
|
|
2530
2530
|
:type TotalCount: int
|
|
2531
|
-
:param _RequestId: The unique request ID,
|
|
2531
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2532
2532
|
:type RequestId: str
|
|
2533
2533
|
"""
|
|
2534
2534
|
self._RecordTaskSet = None
|
|
@@ -2559,7 +2559,7 @@ class DescribeRecordSearchResponse(AbstractModel):
|
|
|
2559
2559
|
|
|
2560
2560
|
@property
|
|
2561
2561
|
def RequestId(self):
|
|
2562
|
-
"""The unique request ID,
|
|
2562
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2563
2563
|
:rtype: str
|
|
2564
2564
|
"""
|
|
2565
2565
|
return self._RequestId
|
|
@@ -2670,7 +2670,7 @@ class DescribeRoomListResponse(AbstractModel):
|
|
|
2670
2670
|
r"""
|
|
2671
2671
|
:param _RoomList: List of rooms of the whiteboard.
|
|
2672
2672
|
:type RoomList: list of RoomListItem
|
|
2673
|
-
:param _RequestId: The unique request ID,
|
|
2673
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2674
2674
|
:type RequestId: str
|
|
2675
2675
|
"""
|
|
2676
2676
|
self._RoomList = None
|
|
@@ -2689,7 +2689,7 @@ class DescribeRoomListResponse(AbstractModel):
|
|
|
2689
2689
|
|
|
2690
2690
|
@property
|
|
2691
2691
|
def RequestId(self):
|
|
2692
|
-
"""The unique request ID,
|
|
2692
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2693
2693
|
:rtype: str
|
|
2694
2694
|
"""
|
|
2695
2695
|
return self._RequestId
|
|
@@ -2784,7 +2784,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
2784
2784
|
:param _Result: Task result information.
|
|
2785
2785
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
2786
2786
|
:type Result: :class:`tencentcloud.tiw.v20190919.models.SnapshotResult`
|
|
2787
|
-
:param _RequestId: The unique request ID,
|
|
2787
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2788
2788
|
:type RequestId: str
|
|
2789
2789
|
"""
|
|
2790
2790
|
self._TaskID = None
|
|
@@ -2858,7 +2858,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
2858
2858
|
|
|
2859
2859
|
@property
|
|
2860
2860
|
def RequestId(self):
|
|
2861
|
-
"""The unique request ID,
|
|
2861
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2862
2862
|
:rtype: str
|
|
2863
2863
|
"""
|
|
2864
2864
|
return self._RequestId
|
|
@@ -2981,7 +2981,7 @@ class DescribeTIWDailyUsageResponse(AbstractModel):
|
|
|
2981
2981
|
r"""
|
|
2982
2982
|
:param _Usages: Usage summary of a specified product during a specified query period.
|
|
2983
2983
|
:type Usages: list of UsageDataItem
|
|
2984
|
-
:param _RequestId: The unique request ID,
|
|
2984
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
2985
2985
|
:type RequestId: str
|
|
2986
2986
|
"""
|
|
2987
2987
|
self._Usages = None
|
|
@@ -3000,7 +3000,7 @@ class DescribeTIWDailyUsageResponse(AbstractModel):
|
|
|
3000
3000
|
|
|
3001
3001
|
@property
|
|
3002
3002
|
def RequestId(self):
|
|
3003
|
-
"""The unique request ID,
|
|
3003
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3004
3004
|
:rtype: str
|
|
3005
3005
|
"""
|
|
3006
3006
|
return self._RequestId
|
|
@@ -3161,7 +3161,7 @@ class DescribeTIWRoomDailyUsageResponse(AbstractModel):
|
|
|
3161
3161
|
:type Usages: list of RoomUsageDataItem
|
|
3162
3162
|
:param _Total: Number of usage data entries.
|
|
3163
3163
|
:type Total: int
|
|
3164
|
-
:param _RequestId: The unique request ID,
|
|
3164
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3165
3165
|
:type RequestId: str
|
|
3166
3166
|
"""
|
|
3167
3167
|
self._Usages = None
|
|
@@ -3192,7 +3192,7 @@ class DescribeTIWRoomDailyUsageResponse(AbstractModel):
|
|
|
3192
3192
|
|
|
3193
3193
|
@property
|
|
3194
3194
|
def RequestId(self):
|
|
3195
|
-
"""The unique request ID,
|
|
3195
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3196
3196
|
:rtype: str
|
|
3197
3197
|
"""
|
|
3198
3198
|
return self._RequestId
|
|
@@ -3260,7 +3260,7 @@ class DescribeTranscodeCallbackResponse(AbstractModel):
|
|
|
3260
3260
|
:type Callback: str
|
|
3261
3261
|
:param _CallbackKey: Authentication key of the document transcoding callback
|
|
3262
3262
|
:type CallbackKey: str
|
|
3263
|
-
:param _RequestId: The unique request ID,
|
|
3263
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3264
3264
|
:type RequestId: str
|
|
3265
3265
|
"""
|
|
3266
3266
|
self._Callback = None
|
|
@@ -3291,7 +3291,7 @@ class DescribeTranscodeCallbackResponse(AbstractModel):
|
|
|
3291
3291
|
|
|
3292
3292
|
@property
|
|
3293
3293
|
def RequestId(self):
|
|
3294
|
-
"""The unique request ID,
|
|
3294
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3295
3295
|
:rtype: str
|
|
3296
3296
|
"""
|
|
3297
3297
|
return self._RequestId
|
|
@@ -3409,7 +3409,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
3409
3409
|
:param _FinishedTime: Document transcoding task finished time, unit: seconds.
|
|
3410
3410
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
3411
3411
|
:type FinishedTime: int
|
|
3412
|
-
:param _RequestId: The unique request ID,
|
|
3412
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3413
3413
|
:type RequestId: str
|
|
3414
3414
|
"""
|
|
3415
3415
|
self._Pages = None
|
|
@@ -3610,7 +3610,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
3610
3610
|
|
|
3611
3611
|
@property
|
|
3612
3612
|
def RequestId(self):
|
|
3613
|
-
"""The unique request ID,
|
|
3613
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3614
3614
|
:rtype: str
|
|
3615
3615
|
"""
|
|
3616
3616
|
return self._RequestId
|
|
@@ -3656,7 +3656,7 @@ class DescribeTranscodeSearchResponse(AbstractModel):
|
|
|
3656
3656
|
:type TranscodeTaskSet: list of TranscodeTaskSearchResult
|
|
3657
3657
|
:param _TotalCount: Number of transcoding tasks.
|
|
3658
3658
|
:type TotalCount: int
|
|
3659
|
-
:param _RequestId: The unique request ID,
|
|
3659
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3660
3660
|
:type RequestId: str
|
|
3661
3661
|
"""
|
|
3662
3662
|
self._TranscodeTaskSet = None
|
|
@@ -3687,7 +3687,7 @@ class DescribeTranscodeSearchResponse(AbstractModel):
|
|
|
3687
3687
|
|
|
3688
3688
|
@property
|
|
3689
3689
|
def RequestId(self):
|
|
3690
|
-
"""The unique request ID,
|
|
3690
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3691
3691
|
:rtype: str
|
|
3692
3692
|
"""
|
|
3693
3693
|
return self._RequestId
|
|
@@ -3798,14 +3798,14 @@ class DescribeUsageSummaryResponse(AbstractModel):
|
|
|
3798
3798
|
|
|
3799
3799
|
def __init__(self):
|
|
3800
3800
|
r"""
|
|
3801
|
-
:param _RequestId: The unique request ID,
|
|
3801
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3802
3802
|
:type RequestId: str
|
|
3803
3803
|
"""
|
|
3804
3804
|
self._RequestId = None
|
|
3805
3805
|
|
|
3806
3806
|
@property
|
|
3807
3807
|
def RequestId(self):
|
|
3808
|
-
"""The unique request ID,
|
|
3808
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3809
3809
|
:rtype: str
|
|
3810
3810
|
"""
|
|
3811
3811
|
return self._RequestId
|
|
@@ -3924,7 +3924,7 @@ class DescribeUserListResponse(AbstractModel):
|
|
|
3924
3924
|
r"""
|
|
3925
3925
|
:param _UserList: User list of the room.
|
|
3926
3926
|
:type UserList: list of UserListItem
|
|
3927
|
-
:param _RequestId: The unique request ID,
|
|
3927
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3928
3928
|
:type RequestId: str
|
|
3929
3929
|
"""
|
|
3930
3930
|
self._UserList = None
|
|
@@ -3943,7 +3943,7 @@ class DescribeUserListResponse(AbstractModel):
|
|
|
3943
3943
|
|
|
3944
3944
|
@property
|
|
3945
3945
|
def RequestId(self):
|
|
3946
|
-
"""The unique request ID,
|
|
3946
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3947
3947
|
:rtype: str
|
|
3948
3948
|
"""
|
|
3949
3949
|
return self._RequestId
|
|
@@ -3976,14 +3976,14 @@ class DescribeUserResourcesResponse(AbstractModel):
|
|
|
3976
3976
|
|
|
3977
3977
|
def __init__(self):
|
|
3978
3978
|
r"""
|
|
3979
|
-
:param _RequestId: The unique request ID,
|
|
3979
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3980
3980
|
:type RequestId: str
|
|
3981
3981
|
"""
|
|
3982
3982
|
self._RequestId = None
|
|
3983
3983
|
|
|
3984
3984
|
@property
|
|
3985
3985
|
def RequestId(self):
|
|
3986
|
-
"""The unique request ID,
|
|
3986
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
3987
3987
|
:rtype: str
|
|
3988
3988
|
"""
|
|
3989
3989
|
return self._RequestId
|
|
@@ -4023,7 +4023,7 @@ class DescribeUserStatusResponse(AbstractModel):
|
|
|
4023
4023
|
:type IsTiwOfflineRecordUser: int
|
|
4024
4024
|
:param _IsAuthenticated: Specifies whether the user is authenticated.
|
|
4025
4025
|
:type IsAuthenticated: int
|
|
4026
|
-
:param _RequestId: The unique request ID,
|
|
4026
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4027
4027
|
:type RequestId: str
|
|
4028
4028
|
"""
|
|
4029
4029
|
self._AppId = None
|
|
@@ -4093,7 +4093,7 @@ class DescribeUserStatusResponse(AbstractModel):
|
|
|
4093
4093
|
|
|
4094
4094
|
@property
|
|
4095
4095
|
def RequestId(self):
|
|
4096
|
-
"""The unique request ID,
|
|
4096
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4097
4097
|
:rtype: str
|
|
4098
4098
|
"""
|
|
4099
4099
|
return self._RequestId
|
|
@@ -4159,7 +4159,7 @@ class DescribeVideoGenerationTaskCallbackResponse(AbstractModel):
|
|
|
4159
4159
|
:type Callback: str
|
|
4160
4160
|
:param _CallbackKey: Callback authentication key for recording video generation.
|
|
4161
4161
|
:type CallbackKey: str
|
|
4162
|
-
:param _RequestId: The unique request ID,
|
|
4162
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4163
4163
|
:type RequestId: str
|
|
4164
4164
|
"""
|
|
4165
4165
|
self._Callback = None
|
|
@@ -4190,7 +4190,7 @@ class DescribeVideoGenerationTaskCallbackResponse(AbstractModel):
|
|
|
4190
4190
|
|
|
4191
4191
|
@property
|
|
4192
4192
|
def RequestId(self):
|
|
4193
|
-
"""The unique request ID,
|
|
4193
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4194
4194
|
:rtype: str
|
|
4195
4195
|
"""
|
|
4196
4196
|
return self._RequestId
|
|
@@ -4283,7 +4283,7 @@ class DescribeVideoGenerationTaskResponse(AbstractModel):
|
|
|
4283
4283
|
:type VideoInfos: :class:`tencentcloud.tiw.v20190919.models.VideoInfo`
|
|
4284
4284
|
:param _VideoInfoList: List of videos generated by the recording video generation tasks.
|
|
4285
4285
|
:type VideoInfoList: list of VideoInfo
|
|
4286
|
-
:param _RequestId: The unique request ID,
|
|
4286
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4287
4287
|
:type RequestId: str
|
|
4288
4288
|
"""
|
|
4289
4289
|
self._GroupId = None
|
|
@@ -4389,7 +4389,7 @@ class DescribeVideoGenerationTaskResponse(AbstractModel):
|
|
|
4389
4389
|
|
|
4390
4390
|
@property
|
|
4391
4391
|
def RequestId(self):
|
|
4392
|
-
"""The unique request ID,
|
|
4392
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4393
4393
|
:rtype: str
|
|
4394
4394
|
"""
|
|
4395
4395
|
return self._RequestId
|
|
@@ -4499,7 +4499,7 @@ class DescribeWhiteboardApplicationConfigResponse(AbstractModel):
|
|
|
4499
4499
|
:type SdkAppId: int
|
|
4500
4500
|
:param _Configs: Task-related configurations of the whiteboard application.
|
|
4501
4501
|
:type Configs: list of WhiteboardApplicationConfig
|
|
4502
|
-
:param _RequestId: The unique request ID,
|
|
4502
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4503
4503
|
:type RequestId: str
|
|
4504
4504
|
"""
|
|
4505
4505
|
self._SdkAppId = None
|
|
@@ -4530,7 +4530,7 @@ class DescribeWhiteboardApplicationConfigResponse(AbstractModel):
|
|
|
4530
4530
|
|
|
4531
4531
|
@property
|
|
4532
4532
|
def RequestId(self):
|
|
4533
|
-
"""The unique request ID,
|
|
4533
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4534
4534
|
:rtype: str
|
|
4535
4535
|
"""
|
|
4536
4536
|
return self._RequestId
|
|
@@ -4613,14 +4613,14 @@ class DescribeWhiteboardBucketConfigResponse(AbstractModel):
|
|
|
4613
4613
|
|
|
4614
4614
|
def __init__(self):
|
|
4615
4615
|
r"""
|
|
4616
|
-
:param _RequestId: The unique request ID,
|
|
4616
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4617
4617
|
:type RequestId: str
|
|
4618
4618
|
"""
|
|
4619
4619
|
self._RequestId = None
|
|
4620
4620
|
|
|
4621
4621
|
@property
|
|
4622
4622
|
def RequestId(self):
|
|
4623
|
-
"""The unique request ID,
|
|
4623
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4624
4624
|
:rtype: str
|
|
4625
4625
|
"""
|
|
4626
4626
|
return self._RequestId
|
|
@@ -4681,7 +4681,7 @@ class DescribeWhiteboardPushCallbackResponse(AbstractModel):
|
|
|
4681
4681
|
:type Callback: str
|
|
4682
4682
|
:param _CallbackKey: Callback authentication key for whiteboard push.
|
|
4683
4683
|
:type CallbackKey: str
|
|
4684
|
-
:param _RequestId: The unique request ID,
|
|
4684
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4685
4685
|
:type RequestId: str
|
|
4686
4686
|
"""
|
|
4687
4687
|
self._Callback = None
|
|
@@ -4712,7 +4712,7 @@ class DescribeWhiteboardPushCallbackResponse(AbstractModel):
|
|
|
4712
4712
|
|
|
4713
4713
|
@property
|
|
4714
4714
|
def RequestId(self):
|
|
4715
|
-
"""The unique request ID,
|
|
4715
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4716
4716
|
:rtype: str
|
|
4717
4717
|
"""
|
|
4718
4718
|
return self._RequestId
|
|
@@ -4815,7 +4815,7 @@ class DescribeWhiteboardPushResponse(AbstractModel):
|
|
|
4815
4815
|
:param _Backup: Result information of the backup push task.
|
|
4816
4816
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
4817
4817
|
:type Backup: str
|
|
4818
|
-
:param _RequestId: The unique request ID,
|
|
4818
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4819
4819
|
:type RequestId: str
|
|
4820
4820
|
"""
|
|
4821
4821
|
self._FinishReason = None
|
|
@@ -4961,7 +4961,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
4961
4961
|
|
|
4962
4962
|
@property
|
|
4963
4963
|
def RequestId(self):
|
|
4964
|
-
"""The unique request ID,
|
|
4964
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4965
4965
|
:rtype: str
|
|
4966
4966
|
"""
|
|
4967
4967
|
return self._RequestId
|
|
@@ -5003,7 +5003,7 @@ class DescribeWhiteboardPushSearchResponse(AbstractModel):
|
|
|
5003
5003
|
:type WhiteboardPushTaskSet: list of WhiteboardPushTaskSearchResult
|
|
5004
5004
|
:param _TotalCount: Number of push tasks.
|
|
5005
5005
|
:type TotalCount: int
|
|
5006
|
-
:param _RequestId: The unique request ID,
|
|
5006
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5007
5007
|
:type RequestId: str
|
|
5008
5008
|
"""
|
|
5009
5009
|
self._WhiteboardPushTaskSet = None
|
|
@@ -5034,7 +5034,7 @@ class DescribeWhiteboardPushSearchResponse(AbstractModel):
|
|
|
5034
5034
|
|
|
5035
5035
|
@property
|
|
5036
5036
|
def RequestId(self):
|
|
5037
|
-
"""The unique request ID,
|
|
5037
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5038
5038
|
:rtype: str
|
|
5039
5039
|
"""
|
|
5040
5040
|
return self._RequestId
|
|
@@ -5438,14 +5438,14 @@ class ModifyApplicationResponse(AbstractModel):
|
|
|
5438
5438
|
|
|
5439
5439
|
def __init__(self):
|
|
5440
5440
|
r"""
|
|
5441
|
-
:param _RequestId: The unique request ID,
|
|
5441
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5442
5442
|
:type RequestId: str
|
|
5443
5443
|
"""
|
|
5444
5444
|
self._RequestId = None
|
|
5445
5445
|
|
|
5446
5446
|
@property
|
|
5447
5447
|
def RequestId(self):
|
|
5448
|
-
"""The unique request ID,
|
|
5448
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5449
5449
|
:rtype: str
|
|
5450
5450
|
"""
|
|
5451
5451
|
return self._RequestId
|
|
@@ -5532,14 +5532,14 @@ class ModifyAutoRenewFlagResponse(AbstractModel):
|
|
|
5532
5532
|
|
|
5533
5533
|
def __init__(self):
|
|
5534
5534
|
r"""
|
|
5535
|
-
:param _RequestId: The unique request ID,
|
|
5535
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5536
5536
|
:type RequestId: str
|
|
5537
5537
|
"""
|
|
5538
5538
|
self._RequestId = None
|
|
5539
5539
|
|
|
5540
5540
|
@property
|
|
5541
5541
|
def RequestId(self):
|
|
5542
|
-
"""The unique request ID,
|
|
5542
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5543
5543
|
:rtype: str
|
|
5544
5544
|
"""
|
|
5545
5545
|
return self._RequestId
|
|
@@ -5616,14 +5616,14 @@ class ModifyWhiteboardApplicationConfigResponse(AbstractModel):
|
|
|
5616
5616
|
|
|
5617
5617
|
def __init__(self):
|
|
5618
5618
|
r"""
|
|
5619
|
-
:param _RequestId: The unique request ID,
|
|
5619
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5620
5620
|
:type RequestId: str
|
|
5621
5621
|
"""
|
|
5622
5622
|
self._RequestId = None
|
|
5623
5623
|
|
|
5624
5624
|
@property
|
|
5625
5625
|
def RequestId(self):
|
|
5626
|
-
"""The unique request ID,
|
|
5626
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5627
5627
|
:rtype: str
|
|
5628
5628
|
"""
|
|
5629
5629
|
return self._RequestId
|
|
@@ -5759,14 +5759,14 @@ class ModifyWhiteboardBucketConfigResponse(AbstractModel):
|
|
|
5759
5759
|
|
|
5760
5760
|
def __init__(self):
|
|
5761
5761
|
r"""
|
|
5762
|
-
:param _RequestId: The unique request ID,
|
|
5762
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5763
5763
|
:type RequestId: str
|
|
5764
5764
|
"""
|
|
5765
5765
|
self._RequestId = None
|
|
5766
5766
|
|
|
5767
5767
|
@property
|
|
5768
5768
|
def RequestId(self):
|
|
5769
|
-
"""The unique request ID,
|
|
5769
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5770
5770
|
:rtype: str
|
|
5771
5771
|
"""
|
|
5772
5772
|
return self._RequestId
|
|
@@ -5904,14 +5904,14 @@ class PauseOnlineRecordResponse(AbstractModel):
|
|
|
5904
5904
|
|
|
5905
5905
|
def __init__(self):
|
|
5906
5906
|
r"""
|
|
5907
|
-
:param _RequestId: The unique request ID,
|
|
5907
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5908
5908
|
:type RequestId: str
|
|
5909
5909
|
"""
|
|
5910
5910
|
self._RequestId = None
|
|
5911
5911
|
|
|
5912
5912
|
@property
|
|
5913
5913
|
def RequestId(self):
|
|
5914
|
-
"""The unique request ID,
|
|
5914
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
5915
5915
|
:rtype: str
|
|
5916
5916
|
"""
|
|
5917
5917
|
return self._RequestId
|
|
@@ -6448,14 +6448,14 @@ class ResumeOnlineRecordResponse(AbstractModel):
|
|
|
6448
6448
|
|
|
6449
6449
|
def __init__(self):
|
|
6450
6450
|
r"""
|
|
6451
|
-
:param _RequestId: The unique request ID,
|
|
6451
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6452
6452
|
:type RequestId: str
|
|
6453
6453
|
"""
|
|
6454
6454
|
self._RequestId = None
|
|
6455
6455
|
|
|
6456
6456
|
@property
|
|
6457
6457
|
def RequestId(self):
|
|
6458
|
-
"""The unique request ID,
|
|
6458
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6459
6459
|
:rtype: str
|
|
6460
6460
|
"""
|
|
6461
6461
|
return self._RequestId
|
|
@@ -6710,14 +6710,14 @@ class SetOnlineRecordCallbackKeyResponse(AbstractModel):
|
|
|
6710
6710
|
|
|
6711
6711
|
def __init__(self):
|
|
6712
6712
|
r"""
|
|
6713
|
-
:param _RequestId: The unique request ID,
|
|
6713
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6714
6714
|
:type RequestId: str
|
|
6715
6715
|
"""
|
|
6716
6716
|
self._RequestId = None
|
|
6717
6717
|
|
|
6718
6718
|
@property
|
|
6719
6719
|
def RequestId(self):
|
|
6720
|
-
"""The unique request ID,
|
|
6720
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6721
6721
|
:rtype: str
|
|
6722
6722
|
"""
|
|
6723
6723
|
return self._RequestId
|
|
@@ -6789,14 +6789,14 @@ class SetOnlineRecordCallbackResponse(AbstractModel):
|
|
|
6789
6789
|
|
|
6790
6790
|
def __init__(self):
|
|
6791
6791
|
r"""
|
|
6792
|
-
:param _RequestId: The unique request ID,
|
|
6792
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6793
6793
|
:type RequestId: str
|
|
6794
6794
|
"""
|
|
6795
6795
|
self._RequestId = None
|
|
6796
6796
|
|
|
6797
6797
|
@property
|
|
6798
6798
|
def RequestId(self):
|
|
6799
|
-
"""The unique request ID,
|
|
6799
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6800
6800
|
:rtype: str
|
|
6801
6801
|
"""
|
|
6802
6802
|
return self._RequestId
|
|
@@ -6868,14 +6868,14 @@ class SetTranscodeCallbackKeyResponse(AbstractModel):
|
|
|
6868
6868
|
|
|
6869
6869
|
def __init__(self):
|
|
6870
6870
|
r"""
|
|
6871
|
-
:param _RequestId: The unique request ID,
|
|
6871
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6872
6872
|
:type RequestId: str
|
|
6873
6873
|
"""
|
|
6874
6874
|
self._RequestId = None
|
|
6875
6875
|
|
|
6876
6876
|
@property
|
|
6877
6877
|
def RequestId(self):
|
|
6878
|
-
"""The unique request ID,
|
|
6878
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6879
6879
|
:rtype: str
|
|
6880
6880
|
"""
|
|
6881
6881
|
return self._RequestId
|
|
@@ -6949,14 +6949,14 @@ class SetTranscodeCallbackResponse(AbstractModel):
|
|
|
6949
6949
|
|
|
6950
6950
|
def __init__(self):
|
|
6951
6951
|
r"""
|
|
6952
|
-
:param _RequestId: The unique request ID,
|
|
6952
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6953
6953
|
:type RequestId: str
|
|
6954
6954
|
"""
|
|
6955
6955
|
self._RequestId = None
|
|
6956
6956
|
|
|
6957
6957
|
@property
|
|
6958
6958
|
def RequestId(self):
|
|
6959
|
-
"""The unique request ID,
|
|
6959
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6960
6960
|
:rtype: str
|
|
6961
6961
|
"""
|
|
6962
6962
|
return self._RequestId
|
|
@@ -7028,14 +7028,14 @@ class SetVideoGenerationTaskCallbackKeyResponse(AbstractModel):
|
|
|
7028
7028
|
|
|
7029
7029
|
def __init__(self):
|
|
7030
7030
|
r"""
|
|
7031
|
-
:param _RequestId: The unique request ID,
|
|
7031
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7032
7032
|
:type RequestId: str
|
|
7033
7033
|
"""
|
|
7034
7034
|
self._RequestId = None
|
|
7035
7035
|
|
|
7036
7036
|
@property
|
|
7037
7037
|
def RequestId(self):
|
|
7038
|
-
"""The unique request ID,
|
|
7038
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7039
7039
|
:rtype: str
|
|
7040
7040
|
"""
|
|
7041
7041
|
return self._RequestId
|
|
@@ -7107,14 +7107,14 @@ class SetVideoGenerationTaskCallbackResponse(AbstractModel):
|
|
|
7107
7107
|
|
|
7108
7108
|
def __init__(self):
|
|
7109
7109
|
r"""
|
|
7110
|
-
:param _RequestId: The unique request ID,
|
|
7110
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7111
7111
|
:type RequestId: str
|
|
7112
7112
|
"""
|
|
7113
7113
|
self._RequestId = None
|
|
7114
7114
|
|
|
7115
7115
|
@property
|
|
7116
7116
|
def RequestId(self):
|
|
7117
|
-
"""The unique request ID,
|
|
7117
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7118
7118
|
:rtype: str
|
|
7119
7119
|
"""
|
|
7120
7120
|
return self._RequestId
|
|
@@ -7186,14 +7186,14 @@ class SetWhiteboardPushCallbackKeyResponse(AbstractModel):
|
|
|
7186
7186
|
|
|
7187
7187
|
def __init__(self):
|
|
7188
7188
|
r"""
|
|
7189
|
-
:param _RequestId: The unique request ID,
|
|
7189
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7190
7190
|
:type RequestId: str
|
|
7191
7191
|
"""
|
|
7192
7192
|
self._RequestId = None
|
|
7193
7193
|
|
|
7194
7194
|
@property
|
|
7195
7195
|
def RequestId(self):
|
|
7196
|
-
"""The unique request ID,
|
|
7196
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7197
7197
|
:rtype: str
|
|
7198
7198
|
"""
|
|
7199
7199
|
return self._RequestId
|
|
@@ -7265,14 +7265,14 @@ class SetWhiteboardPushCallbackResponse(AbstractModel):
|
|
|
7265
7265
|
|
|
7266
7266
|
def __init__(self):
|
|
7267
7267
|
r"""
|
|
7268
|
-
:param _RequestId: The unique request ID,
|
|
7268
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7269
7269
|
:type RequestId: str
|
|
7270
7270
|
"""
|
|
7271
7271
|
self._RequestId = None
|
|
7272
7272
|
|
|
7273
7273
|
@property
|
|
7274
7274
|
def RequestId(self):
|
|
7275
|
-
"""The unique request ID,
|
|
7275
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7276
7276
|
:rtype: str
|
|
7277
7277
|
"""
|
|
7278
7278
|
return self._RequestId
|
|
@@ -7816,7 +7816,7 @@ class StartOnlineRecordResponse(AbstractModel):
|
|
|
7816
7816
|
r"""
|
|
7817
7817
|
:param _TaskId: ID of the real-time recording task
|
|
7818
7818
|
:type TaskId: str
|
|
7819
|
-
:param _RequestId: The unique request ID,
|
|
7819
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7820
7820
|
:type RequestId: str
|
|
7821
7821
|
"""
|
|
7822
7822
|
self._TaskId = None
|
|
@@ -7835,7 +7835,7 @@ class StartOnlineRecordResponse(AbstractModel):
|
|
|
7835
7835
|
|
|
7836
7836
|
@property
|
|
7837
7837
|
def RequestId(self):
|
|
7838
|
-
"""The unique request ID,
|
|
7838
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7839
7839
|
:rtype: str
|
|
7840
7840
|
"""
|
|
7841
7841
|
return self._RequestId
|
|
@@ -8320,7 +8320,7 @@ class StartWhiteboardPushResponse(AbstractModel):
|
|
|
8320
8320
|
:param _Backup: Result parameters of the backup task.
|
|
8321
8321
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
8322
8322
|
:type Backup: str
|
|
8323
|
-
:param _RequestId: The unique request ID,
|
|
8323
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8324
8324
|
:type RequestId: str
|
|
8325
8325
|
"""
|
|
8326
8326
|
self._TaskId = None
|
|
@@ -8352,7 +8352,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
8352
8352
|
|
|
8353
8353
|
@property
|
|
8354
8354
|
def RequestId(self):
|
|
8355
|
-
"""The unique request ID,
|
|
8355
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8356
8356
|
:rtype: str
|
|
8357
8357
|
"""
|
|
8358
8358
|
return self._RequestId
|
|
@@ -8426,14 +8426,14 @@ class StopOnlineRecordResponse(AbstractModel):
|
|
|
8426
8426
|
|
|
8427
8427
|
def __init__(self):
|
|
8428
8428
|
r"""
|
|
8429
|
-
:param _RequestId: The unique request ID,
|
|
8429
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8430
8430
|
:type RequestId: str
|
|
8431
8431
|
"""
|
|
8432
8432
|
self._RequestId = None
|
|
8433
8433
|
|
|
8434
8434
|
@property
|
|
8435
8435
|
def RequestId(self):
|
|
8436
|
-
"""The unique request ID,
|
|
8436
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8437
8437
|
:rtype: str
|
|
8438
8438
|
"""
|
|
8439
8439
|
return self._RequestId
|
|
@@ -8508,7 +8508,7 @@ class StopWhiteboardPushResponse(AbstractModel):
|
|
|
8508
8508
|
:param _Backup: Parameters of the backup task.
|
|
8509
8509
|
Note: This parameter may return null, indicating that no valid values can be obtained.
|
|
8510
8510
|
:type Backup: str
|
|
8511
|
-
:param _RequestId: The unique request ID,
|
|
8511
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8512
8512
|
:type RequestId: str
|
|
8513
8513
|
"""
|
|
8514
8514
|
self._Backup = None
|
|
@@ -8528,7 +8528,7 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
8528
8528
|
|
|
8529
8529
|
@property
|
|
8530
8530
|
def RequestId(self):
|
|
8531
|
-
"""The unique request ID,
|
|
8531
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8532
8532
|
:rtype: str
|
|
8533
8533
|
"""
|
|
8534
8534
|
return self._RequestId
|