tencentcloud-sdk-python 3.0.1352__py2.py3-none-any.whl → 3.0.1353__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.
Files changed (43) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/batch_client.py +0 -46
  3. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  4. tencentcloud/batch/v20170312/models.py +21 -962
  5. tencentcloud/bi/v20220105/models.py +145 -0
  6. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  7. tencentcloud/cam/v20190116/models.py +0 -82
  8. tencentcloud/cbs/v20170312/models.py +6 -14
  9. tencentcloud/cdn/v20180606/models.py +0 -46
  10. tencentcloud/chdfs/v20201112/models.py +2 -2
  11. tencentcloud/controlcenter/v20230110/models.py +0 -58
  12. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  13. tencentcloud/dbbrain/v20191016/models.py +375 -0
  14. tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  15. tencentcloud/dbbrain/v20210527/models.py +701 -26
  16. tencentcloud/dcdb/v20180411/models.py +175 -2
  17. tencentcloud/dnspod/v20210323/models.py +0 -70
  18. tencentcloud/facefusion/v20220927/models.py +4 -2
  19. tencentcloud/gs/v20191118/models.py +16 -4
  20. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  21. tencentcloud/iotexplorer/v20190423/models.py +49 -412
  22. tencentcloud/lkeap/v20240522/models.py +12 -6
  23. tencentcloud/mariadb/v20170312/models.py +151 -2
  24. tencentcloud/mps/v20190612/models.py +2 -2
  25. tencentcloud/mqtt/v20240516/models.py +8 -2
  26. tencentcloud/ocr/v20181119/errorcodes.py +0 -3
  27. tencentcloud/ocr/v20181119/models.py +0 -558
  28. tencentcloud/ocr/v20181119/ocr_client.py +0 -23
  29. tencentcloud/organization/v20210331/models.py +15 -0
  30. tencentcloud/sqlserver/v20180328/models.py +15 -0
  31. tencentcloud/tcb/v20180608/models.py +20 -0
  32. tencentcloud/teo/v20220106/teo_client.py +6 -2
  33. tencentcloud/tione/v20211111/models.py +35 -3
  34. tencentcloud/tse/v20201207/models.py +0 -34
  35. tencentcloud/vod/v20240718/models.py +0 -2
  36. tencentcloud/vpc/v20170312/models.py +300 -0
  37. tencentcloud/vpc/v20170312/vpc_client.py +26 -0
  38. tencentcloud/wedata/v20210820/models.py +17 -0
  39. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/METADATA +1 -1
  40. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/RECORD +43 -43
  41. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/LICENSE +0 -0
  42. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/WHEEL +0 -0
  43. {tencentcloud_sdk_python-3.0.1352.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/top_level.txt +0 -0
@@ -537,7 +537,6 @@ class CheckRecordSnapshotRollbackResponse(AbstractModel):
537
537
  def __init__(self):
538
538
  r"""
539
539
  :param _Reason: 错误原因
540
- 注意:此字段可能返回 null,表示取不到有效值。
541
540
  :type Reason: str
542
541
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
543
542
  :type RequestId: str
@@ -548,7 +547,6 @@ class CheckRecordSnapshotRollbackResponse(AbstractModel):
548
547
  @property
549
548
  def Reason(self):
550
549
  """错误原因
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
550
  :rtype: str
553
551
  """
554
552
  return self._Reason
@@ -659,10 +657,8 @@ class CheckSnapshotRollbackResponse(AbstractModel):
659
657
  注意:此字段可能返回 null,表示取不到有效值。
660
658
  :type Timeout: int
661
659
  :param _Failed: 检查失败数量
662
- 注意:此字段可能返回 null,表示取不到有效值。
663
660
  :type Failed: int
664
661
  :param _FailedRecordList: 失败记录信息
665
- 注意:此字段可能返回 null,表示取不到有效值。
666
662
  :type FailedRecordList: list of SnapshotRecord
667
663
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
668
664
  :type RequestId: str
@@ -735,7 +731,6 @@ class CheckSnapshotRollbackResponse(AbstractModel):
735
731
  @property
736
732
  def Failed(self):
737
733
  """检查失败数量
738
- 注意:此字段可能返回 null,表示取不到有效值。
739
734
  :rtype: int
740
735
  """
741
736
  return self._Failed
@@ -747,7 +742,6 @@ class CheckSnapshotRollbackResponse(AbstractModel):
747
742
  @property
748
743
  def FailedRecordList(self):
749
744
  """失败记录信息
750
- 注意:此字段可能返回 null,表示取不到有效值。
751
745
  :rtype: list of SnapshotRecord
752
746
  """
753
747
  return self._FailedRecordList
@@ -1133,24 +1127,19 @@ class CreateDomainBatchDetail(AbstractModel):
1133
1127
  def __init__(self):
1134
1128
  r"""
1135
1129
  :param _RecordList: 见RecordInfoBatch
1136
- 注意:此字段可能返回 null,表示取不到有效值。
1137
1130
  :type RecordList: list of CreateDomainBatchRecord
1138
1131
  :param _Id: 任务编号
1139
1132
  :type Id: int
1140
1133
  :param _Domain: 域名
1141
- 注意:此字段可能返回 null,表示取不到有效值。
1142
1134
  :type Domain: str
1143
1135
  :param _DomainGrade: 域名等级
1144
- 注意:此字段可能返回 null,表示取不到有效值。
1145
1136
  :type DomainGrade: str
1146
1137
  :param _ErrMsg: 错误信息
1147
1138
  注意:此字段可能返回 null,表示取不到有效值。
1148
1139
  :type ErrMsg: str
1149
1140
  :param _Status: 该条任务运行状态
1150
- 注意:此字段可能返回 null,表示取不到有效值。
1151
1141
  :type Status: str
1152
1142
  :param _Operation: 操作类型
1153
- 注意:此字段可能返回 null,表示取不到有效值。
1154
1143
  :type Operation: str
1155
1144
  """
1156
1145
  self._RecordList = None
@@ -1164,7 +1153,6 @@ class CreateDomainBatchDetail(AbstractModel):
1164
1153
  @property
1165
1154
  def RecordList(self):
1166
1155
  """见RecordInfoBatch
1167
- 注意:此字段可能返回 null,表示取不到有效值。
1168
1156
  :rtype: list of CreateDomainBatchRecord
1169
1157
  """
1170
1158
  return self._RecordList
@@ -1187,7 +1175,6 @@ class CreateDomainBatchDetail(AbstractModel):
1187
1175
  @property
1188
1176
  def Domain(self):
1189
1177
  """域名
1190
- 注意:此字段可能返回 null,表示取不到有效值。
1191
1178
  :rtype: str
1192
1179
  """
1193
1180
  return self._Domain
@@ -1199,7 +1186,6 @@ class CreateDomainBatchDetail(AbstractModel):
1199
1186
  @property
1200
1187
  def DomainGrade(self):
1201
1188
  """域名等级
1202
- 注意:此字段可能返回 null,表示取不到有效值。
1203
1189
  :rtype: str
1204
1190
  """
1205
1191
  return self._DomainGrade
@@ -1223,7 +1209,6 @@ class CreateDomainBatchDetail(AbstractModel):
1223
1209
  @property
1224
1210
  def Status(self):
1225
1211
  """该条任务运行状态
1226
- 注意:此字段可能返回 null,表示取不到有效值。
1227
1212
  :rtype: str
1228
1213
  """
1229
1214
  return self._Status
@@ -1235,7 +1220,6 @@ class CreateDomainBatchDetail(AbstractModel):
1235
1220
  @property
1236
1221
  def Operation(self):
1237
1222
  """操作类型
1238
- 注意:此字段可能返回 null,表示取不到有效值。
1239
1223
  :rtype: str
1240
1224
  """
1241
1225
  return self._Operation
@@ -1276,25 +1260,18 @@ class CreateDomainBatchRecord(AbstractModel):
1276
1260
  def __init__(self):
1277
1261
  r"""
1278
1262
  :param _SubDomain: 子域名(主机记录)。
1279
- 注意:此字段可能返回 null,表示取不到有效值。
1280
1263
  :type SubDomain: str
1281
1264
  :param _RecordType: 记录类型, 详见 DescribeRecordType 接口
1282
- 注意:此字段可能返回 null,表示取不到有效值。
1283
1265
  :type RecordType: str
1284
1266
  :param _RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
1285
- 注意:此字段可能返回 null,表示取不到有效值。
1286
1267
  :type RecordLine: str
1287
1268
  :param _Value: 记录值
1288
- 注意:此字段可能返回 null,表示取不到有效值。
1289
1269
  :type Value: str
1290
1270
  :param _TTL: 记录的 TTL 值
1291
- 注意:此字段可能返回 null,表示取不到有效值。
1292
1271
  :type TTL: int
1293
1272
  :param _Status: 记录添加状态
1294
- 注意:此字段可能返回 null,表示取不到有效值。
1295
1273
  :type Status: str
1296
1274
  :param _Operation: 操作类型
1297
- 注意:此字段可能返回 null,表示取不到有效值。
1298
1275
  :type Operation: str
1299
1276
  :param _ErrMsg: 错误信息
1300
1277
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1315,7 +1292,6 @@ class CreateDomainBatchRecord(AbstractModel):
1315
1292
  @property
1316
1293
  def SubDomain(self):
1317
1294
  """子域名(主机记录)。
1318
- 注意:此字段可能返回 null,表示取不到有效值。
1319
1295
  :rtype: str
1320
1296
  """
1321
1297
  return self._SubDomain
@@ -1327,7 +1303,6 @@ class CreateDomainBatchRecord(AbstractModel):
1327
1303
  @property
1328
1304
  def RecordType(self):
1329
1305
  """记录类型, 详见 DescribeRecordType 接口
1330
- 注意:此字段可能返回 null,表示取不到有效值。
1331
1306
  :rtype: str
1332
1307
  """
1333
1308
  return self._RecordType
@@ -1339,7 +1314,6 @@ class CreateDomainBatchRecord(AbstractModel):
1339
1314
  @property
1340
1315
  def RecordLine(self):
1341
1316
  """解析记录的线路,详见 DescribeRecordLineList 接口
1342
- 注意:此字段可能返回 null,表示取不到有效值。
1343
1317
  :rtype: str
1344
1318
  """
1345
1319
  return self._RecordLine
@@ -1351,7 +1325,6 @@ class CreateDomainBatchRecord(AbstractModel):
1351
1325
  @property
1352
1326
  def Value(self):
1353
1327
  """记录值
1354
- 注意:此字段可能返回 null,表示取不到有效值。
1355
1328
  :rtype: str
1356
1329
  """
1357
1330
  return self._Value
@@ -1363,7 +1336,6 @@ class CreateDomainBatchRecord(AbstractModel):
1363
1336
  @property
1364
1337
  def TTL(self):
1365
1338
  """记录的 TTL 值
1366
- 注意:此字段可能返回 null,表示取不到有效值。
1367
1339
  :rtype: int
1368
1340
  """
1369
1341
  return self._TTL
@@ -1375,7 +1347,6 @@ class CreateDomainBatchRecord(AbstractModel):
1375
1347
  @property
1376
1348
  def Status(self):
1377
1349
  """记录添加状态
1378
- 注意:此字段可能返回 null,表示取不到有效值。
1379
1350
  :rtype: str
1380
1351
  """
1381
1352
  return self._Status
@@ -1387,7 +1358,6 @@ class CreateDomainBatchRecord(AbstractModel):
1387
1358
  @property
1388
1359
  def Operation(self):
1389
1360
  """操作类型
1390
- 注意:此字段可能返回 null,表示取不到有效值。
1391
1361
  :rtype: str
1392
1362
  """
1393
1363
  return self._Operation
@@ -2244,27 +2214,22 @@ class CreateRecordBatchDetail(AbstractModel):
2244
2214
  def __init__(self):
2245
2215
  r"""
2246
2216
  :param _RecordList: 见RecordInfoBatch
2247
- 注意:此字段可能返回 null,表示取不到有效值。
2248
2217
  :type RecordList: list of CreateRecordBatchRecord
2249
2218
  :param _Id: 任务编号
2250
2219
  :type Id: int
2251
2220
  :param _Domain: 域名
2252
- 注意:此字段可能返回 null,表示取不到有效值。
2253
2221
  :type Domain: str
2254
2222
  :param _DomainGrade: 域名等级
2255
- 注意:此字段可能返回 null,表示取不到有效值。
2256
2223
  :type DomainGrade: str
2257
2224
  :param _ErrMsg: 错误信息
2258
2225
  注意:此字段可能返回 null,表示取不到有效值。
2259
2226
  :type ErrMsg: str
2260
2227
  :param _Status: 该条任务运行状态
2261
- 注意:此字段可能返回 null,表示取不到有效值。
2262
2228
  :type Status: str
2263
2229
  :param _Operation: 操作类型
2264
2230
  注意:此字段可能返回 null,表示取不到有效值。
2265
2231
  :type Operation: str
2266
2232
  :param _DomainId: 域名ID
2267
- 注意:此字段可能返回 null,表示取不到有效值。
2268
2233
  :type DomainId: int
2269
2234
  """
2270
2235
  self._RecordList = None
@@ -2279,7 +2244,6 @@ class CreateRecordBatchDetail(AbstractModel):
2279
2244
  @property
2280
2245
  def RecordList(self):
2281
2246
  """见RecordInfoBatch
2282
- 注意:此字段可能返回 null,表示取不到有效值。
2283
2247
  :rtype: list of CreateRecordBatchRecord
2284
2248
  """
2285
2249
  return self._RecordList
@@ -2302,7 +2266,6 @@ class CreateRecordBatchDetail(AbstractModel):
2302
2266
  @property
2303
2267
  def Domain(self):
2304
2268
  """域名
2305
- 注意:此字段可能返回 null,表示取不到有效值。
2306
2269
  :rtype: str
2307
2270
  """
2308
2271
  return self._Domain
@@ -2314,7 +2277,6 @@ class CreateRecordBatchDetail(AbstractModel):
2314
2277
  @property
2315
2278
  def DomainGrade(self):
2316
2279
  """域名等级
2317
- 注意:此字段可能返回 null,表示取不到有效值。
2318
2280
  :rtype: str
2319
2281
  """
2320
2282
  return self._DomainGrade
@@ -2338,7 +2300,6 @@ class CreateRecordBatchDetail(AbstractModel):
2338
2300
  @property
2339
2301
  def Status(self):
2340
2302
  """该条任务运行状态
2341
- 注意:此字段可能返回 null,表示取不到有效值。
2342
2303
  :rtype: str
2343
2304
  """
2344
2305
  return self._Status
@@ -2362,7 +2323,6 @@ class CreateRecordBatchDetail(AbstractModel):
2362
2323
  @property
2363
2324
  def DomainId(self):
2364
2325
  """域名ID
2365
- 注意:此字段可能返回 null,表示取不到有效值。
2366
2326
  :rtype: int
2367
2327
  """
2368
2328
  return self._DomainId
@@ -2404,22 +2364,16 @@ class CreateRecordBatchRecord(AbstractModel):
2404
2364
  def __init__(self):
2405
2365
  r"""
2406
2366
  :param _SubDomain: 子域名(主机记录)。
2407
- 注意:此字段可能返回 null,表示取不到有效值。
2408
2367
  :type SubDomain: str
2409
2368
  :param _RecordType: 记录类型, 详见 DescribeRecordType 接口
2410
- 注意:此字段可能返回 null,表示取不到有效值。
2411
2369
  :type RecordType: str
2412
2370
  :param _RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
2413
- 注意:此字段可能返回 null,表示取不到有效值。
2414
2371
  :type RecordLine: str
2415
2372
  :param _Value: 记录值
2416
- 注意:此字段可能返回 null,表示取不到有效值。
2417
2373
  :type Value: str
2418
2374
  :param _TTL: 记录的 TTL 值
2419
- 注意:此字段可能返回 null,表示取不到有效值。
2420
2375
  :type TTL: int
2421
2376
  :param _Status: 记录添加状态
2422
- 注意:此字段可能返回 null,表示取不到有效值。
2423
2377
  :type Status: str
2424
2378
  :param _Operation: 操作类型
2425
2379
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2430,10 +2384,8 @@ class CreateRecordBatchRecord(AbstractModel):
2430
2384
  :param _Id: 此条记录在列表中的ID
2431
2385
  :type Id: int
2432
2386
  :param _MX: 记录的MX权重
2433
- 注意:此字段可能返回 null,表示取不到有效值。
2434
2387
  :type MX: int
2435
2388
  :param _Weight: 记录的权重
2436
- 注意:此字段可能返回 null,表示取不到有效值。
2437
2389
  :type Weight: int
2438
2390
  """
2439
2391
  self._SubDomain = None
@@ -2451,7 +2403,6 @@ class CreateRecordBatchRecord(AbstractModel):
2451
2403
  @property
2452
2404
  def SubDomain(self):
2453
2405
  """子域名(主机记录)。
2454
- 注意:此字段可能返回 null,表示取不到有效值。
2455
2406
  :rtype: str
2456
2407
  """
2457
2408
  return self._SubDomain
@@ -2463,7 +2414,6 @@ class CreateRecordBatchRecord(AbstractModel):
2463
2414
  @property
2464
2415
  def RecordType(self):
2465
2416
  """记录类型, 详见 DescribeRecordType 接口
2466
- 注意:此字段可能返回 null,表示取不到有效值。
2467
2417
  :rtype: str
2468
2418
  """
2469
2419
  return self._RecordType
@@ -2475,7 +2425,6 @@ class CreateRecordBatchRecord(AbstractModel):
2475
2425
  @property
2476
2426
  def RecordLine(self):
2477
2427
  """解析记录的线路,详见 DescribeRecordLineList 接口
2478
- 注意:此字段可能返回 null,表示取不到有效值。
2479
2428
  :rtype: str
2480
2429
  """
2481
2430
  return self._RecordLine
@@ -2487,7 +2436,6 @@ class CreateRecordBatchRecord(AbstractModel):
2487
2436
  @property
2488
2437
  def Value(self):
2489
2438
  """记录值
2490
- 注意:此字段可能返回 null,表示取不到有效值。
2491
2439
  :rtype: str
2492
2440
  """
2493
2441
  return self._Value
@@ -2499,7 +2447,6 @@ class CreateRecordBatchRecord(AbstractModel):
2499
2447
  @property
2500
2448
  def TTL(self):
2501
2449
  """记录的 TTL 值
2502
- 注意:此字段可能返回 null,表示取不到有效值。
2503
2450
  :rtype: int
2504
2451
  """
2505
2452
  return self._TTL
@@ -2511,7 +2458,6 @@ class CreateRecordBatchRecord(AbstractModel):
2511
2458
  @property
2512
2459
  def Status(self):
2513
2460
  """记录添加状态
2514
- 注意:此字段可能返回 null,表示取不到有效值。
2515
2461
  :rtype: str
2516
2462
  """
2517
2463
  return self._Status
@@ -2558,7 +2504,6 @@ class CreateRecordBatchRecord(AbstractModel):
2558
2504
  @property
2559
2505
  def MX(self):
2560
2506
  """记录的MX权重
2561
- 注意:此字段可能返回 null,表示取不到有效值。
2562
2507
  :rtype: int
2563
2508
  """
2564
2509
  return self._MX
@@ -2570,7 +2515,6 @@ class CreateRecordBatchRecord(AbstractModel):
2570
2515
  @property
2571
2516
  def Weight(self):
2572
2517
  """记录的权重
2573
- 注意:此字段可能返回 null,表示取不到有效值。
2574
2518
  :rtype: int
2575
2519
  """
2576
2520
  return self._Weight
@@ -4974,7 +4918,6 @@ class DescribeBatchTaskDetail(AbstractModel):
4974
4918
  def __init__(self):
4975
4919
  r"""
4976
4920
  :param _RecordList: 见BatchRecordInfo
4977
- 注意:此字段可能返回 null,表示取不到有效值。
4978
4921
  :type RecordList: list of BatchRecordInfo
4979
4922
  :param _Id: 任务编号
4980
4923
  :type Id: int
@@ -4982,13 +4925,11 @@ class DescribeBatchTaskDetail(AbstractModel):
4982
4925
  注意:此字段可能返回 null,表示取不到有效值。
4983
4926
  :type Domain: str
4984
4927
  :param _DomainGrade: 域名等级
4985
- 注意:此字段可能返回 null,表示取不到有效值。
4986
4928
  :type DomainGrade: str
4987
4929
  :param _ErrMsg: 错误信息
4988
4930
  注意:此字段可能返回 null,表示取不到有效值。
4989
4931
  :type ErrMsg: str
4990
4932
  :param _Status: 该条任务运行状态
4991
- 注意:此字段可能返回 null,表示取不到有效值。
4992
4933
  :type Status: str
4993
4934
  :param _Operation: 操作类型
4994
4935
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5009,7 +4950,6 @@ class DescribeBatchTaskDetail(AbstractModel):
5009
4950
  @property
5010
4951
  def RecordList(self):
5011
4952
  """见BatchRecordInfo
5012
- 注意:此字段可能返回 null,表示取不到有效值。
5013
4953
  :rtype: list of BatchRecordInfo
5014
4954
  """
5015
4955
  return self._RecordList
@@ -5044,7 +4984,6 @@ class DescribeBatchTaskDetail(AbstractModel):
5044
4984
  @property
5045
4985
  def DomainGrade(self):
5046
4986
  """域名等级
5047
- 注意:此字段可能返回 null,表示取不到有效值。
5048
4987
  :rtype: str
5049
4988
  """
5050
4989
  return self._DomainGrade
@@ -5068,7 +5007,6 @@ class DescribeBatchTaskDetail(AbstractModel):
5068
5007
  @property
5069
5008
  def Status(self):
5070
5009
  """该条任务运行状态
5071
- 注意:此字段可能返回 null,表示取不到有效值。
5072
5010
  :rtype: str
5073
5011
  """
5074
5012
  return self._Status
@@ -11814,7 +11752,6 @@ RECORD_EXPORT:导出解析记录
11814
11752
  DOMAIN_EXPORT:导出域名列表
11815
11753
  :type Type: str
11816
11754
  :param _LeftTime: 剩余时间
11817
- 注意:此字段可能返回 null,表示取不到有效值。
11818
11755
  :type LeftTime: :class:`tencentcloud.dnspod.v20210323.models.LeftTime`
11819
11756
  """
11820
11757
  self._FileId = None
@@ -11952,7 +11889,6 @@ DOMAIN_EXPORT:导出域名列表
11952
11889
  @property
11953
11890
  def LeftTime(self):
11954
11891
  """剩余时间
11955
- 注意:此字段可能返回 null,表示取不到有效值。
11956
11892
  :rtype: :class:`tencentcloud.dnspod.v20210323.models.LeftTime`
11957
11893
  """
11958
11894
  return self._LeftTime
@@ -12126,13 +12062,10 @@ class LeftTime(AbstractModel):
12126
12062
  def __init__(self):
12127
12063
  r"""
12128
12064
  :param _Days: 剩余天数
12129
- 注意:此字段可能返回 null,表示取不到有效值。
12130
12065
  :type Days: int
12131
12066
  :param _Hours: 剩余小时数
12132
- 注意:此字段可能返回 null,表示取不到有效值。
12133
12067
  :type Hours: int
12134
12068
  :param _Mins: 剩余分钟数
12135
- 注意:此字段可能返回 null,表示取不到有效值。
12136
12069
  :type Mins: int
12137
12070
  """
12138
12071
  self._Days = None
@@ -12142,7 +12075,6 @@ class LeftTime(AbstractModel):
12142
12075
  @property
12143
12076
  def Days(self):
12144
12077
  """剩余天数
12145
- 注意:此字段可能返回 null,表示取不到有效值。
12146
12078
  :rtype: int
12147
12079
  """
12148
12080
  return self._Days
@@ -12154,7 +12086,6 @@ class LeftTime(AbstractModel):
12154
12086
  @property
12155
12087
  def Hours(self):
12156
12088
  """剩余小时数
12157
- 注意:此字段可能返回 null,表示取不到有效值。
12158
12089
  :rtype: int
12159
12090
  """
12160
12091
  return self._Hours
@@ -12166,7 +12097,6 @@ class LeftTime(AbstractModel):
12166
12097
  @property
12167
12098
  def Mins(self):
12168
12099
  """剩余分钟数
12169
- 注意:此字段可能返回 null,表示取不到有效值。
12170
12100
  :rtype: int
12171
12101
  """
12172
12102
  return self._Mins
@@ -29,7 +29,8 @@ class DescribeMaterialListRequest(AbstractModel):
29
29
  :type ActivityId: str
30
30
  :param _MaterialId: 素材Id
31
31
  :type MaterialId: str
32
- :param _Limit: 每次拉取条数
32
+ :param _Limit: 每次拉取条数。
33
+ 每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求拉取全部素材信息。
33
34
  :type Limit: int
34
35
  :param _Offset: 偏移量
35
36
  :type Offset: int
@@ -63,7 +64,8 @@ class DescribeMaterialListRequest(AbstractModel):
63
64
 
64
65
  @property
65
66
  def Limit(self):
66
- """每次拉取条数
67
+ """每次拉取条数。
68
+ 每次拉取素材最多可支持拉取20条素材信息,如果需要拉取全部素材信息,可以分多次请求拉取全部素材信息。
67
69
  :rtype: int
68
70
  """
69
71
  return self._Limit
@@ -3666,11 +3666,17 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
3666
3666
  r"""
3667
3667
  :param _AndroidInstanceId: 安卓实例 ID
3668
3668
  :type AndroidInstanceId: str
3669
- :param _Width: 分辨率宽度
3669
+ :param _Width: 分辨率宽度。建议按照以下数值设置,避免出现性能不足问题:
3670
+ 实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1080
3671
+ 实例类型为 四开(A4) 及以上:建议设置为 720
3670
3672
  :type Width: int
3671
- :param _Height: 分辨率高度
3673
+ :param _Height: 分辨率高度。建议按照以下数值设置,避免出现性能不足问题:
3674
+ 实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1920
3675
+ 实例类型为 四开(A4) 及以上:建议设置为 1280
3672
3676
  :type Height: int
3673
3677
  :param _DPI: 每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App 异常退出,请谨慎使用!
3678
+ 分辨率为 720x1280:建议配置为 320
3679
+ 分辨率为 1080x1920:建议配置为 480
3674
3680
  :type DPI: int
3675
3681
  """
3676
3682
  self._AndroidInstanceId = None
@@ -3691,7 +3697,9 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
3691
3697
 
3692
3698
  @property
3693
3699
  def Width(self):
3694
- """分辨率宽度
3700
+ """分辨率宽度。建议按照以下数值设置,避免出现性能不足问题:
3701
+ 实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1080
3702
+ 实例类型为 四开(A4) 及以上:建议设置为 720
3695
3703
  :rtype: int
3696
3704
  """
3697
3705
  return self._Width
@@ -3702,7 +3710,9 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
3702
3710
 
3703
3711
  @property
3704
3712
  def Height(self):
3705
- """分辨率高度
3713
+ """分辨率高度。建议按照以下数值设置,避免出现性能不足问题:
3714
+ 实例类型为单开(A1)、双开(A2)、三开( A3):建议设置为 1920
3715
+ 实例类型为 四开(A4) 及以上:建议设置为 1280
3706
3716
  :rtype: int
3707
3717
  """
3708
3718
  return self._Height
@@ -3714,6 +3724,8 @@ class ModifyAndroidInstanceResolutionRequest(AbstractModel):
3714
3724
  @property
3715
3725
  def DPI(self):
3716
3726
  """每英寸像素点。如果不填,系统将会计算一个合理的数值。修改 DPI 可能会导致 App 异常退出,请谨慎使用!
3727
+ 分辨率为 720x1280:建议配置为 320
3728
+ 分辨率为 1080x1920:建议配置为 480
3717
3729
  :rtype: int
3718
3730
  """
3719
3731
  return self._DPI
@@ -533,7 +533,7 @@ class IotexplorerClient(AbstractClient):
533
533
 
534
534
 
535
535
  def CreatePositionSpace(self, request):
536
- """创建位置空间
536
+ """创建位置空间。
537
537
 
538
538
  :param request: Request instance for CreatePositionSpace.
539
539
  :type request: :class:`tencentcloud.iotexplorer.v20190423.models.CreatePositionSpaceRequest`