tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,6 @@ class AppInfo(AbstractModel):
30
30
  :param _AppId: 用户appid
31
31
  :type AppId: str
32
32
  :param _AppName: 应用名称
33
- 注意:此字段可能返回 null,表示取不到有效值。
34
33
  :type AppName: str
35
34
  :param _BundleId: Ios 包名
36
35
  注意:此字段可能返回 null,表示取不到有效值。
@@ -91,7 +90,6 @@ class AppInfo(AbstractModel):
91
90
  @property
92
91
  def AppName(self):
93
92
  """应用名称
94
- 注意:此字段可能返回 null,表示取不到有效值。
95
93
  :rtype: str
96
94
  """
97
95
  return self._AppName
@@ -231,24 +229,20 @@ class ApplicationInfo(AbstractModel):
231
229
  :param _AppType: 应用类型,formal: 正式应用,test:测试应用
232
230
  :type AppType: str
233
231
  :param _Licenses: license数组
232
+ 注意:此字段可能返回 null,表示取不到有效值。
234
233
  :type Licenses: list of License
235
234
  :param _LicenseKey: license 秘钥
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
235
  :type LicenseKey: str
238
236
  :param _PackageName: 安卓应用的唯一标识
239
237
  注意:此字段可能返回 null,表示取不到有效值。
240
238
  :type PackageName: str
241
239
  :param _CreatedAt: 创建时间
242
- 注意:此字段可能返回 null,表示取不到有效值。
243
240
  :type CreatedAt: str
244
241
  :param _UpdatedAt: 更新时间
245
- 注意:此字段可能返回 null,表示取不到有效值。
246
242
  :type UpdatedAt: str
247
243
  :param _ApplicationId: 用户应用Id
248
- 注意:此字段可能返回 null,表示取不到有效值。
249
244
  :type ApplicationId: int
250
245
  :param _LicenseUrl: 视立方下载license的url
251
- 注意:此字段可能返回 null,表示取不到有效值。
252
246
  :type LicenseUrl: str
253
247
  :param _XMagics: 优图美视信息列表
254
248
  注意:此字段可能返回 null,表示取不到有效值。
@@ -264,6 +258,8 @@ class ApplicationInfo(AbstractModel):
264
258
  :type DomainList: list of str
265
259
  :param _AppId: 账号AppId
266
260
  :type AppId: str
261
+ :param _NameLimit: 扩展包名数量上限
262
+ :type NameLimit: int
267
263
  """
268
264
  self._AppName = None
269
265
  self._BundleId = None
@@ -280,6 +276,7 @@ class ApplicationInfo(AbstractModel):
280
276
  self._WinProcessName = None
281
277
  self._DomainList = None
282
278
  self._AppId = None
279
+ self._NameLimit = None
283
280
 
284
281
  @property
285
282
  def AppName(self):
@@ -318,6 +315,7 @@ class ApplicationInfo(AbstractModel):
318
315
  @property
319
316
  def Licenses(self):
320
317
  """license数组
318
+ 注意:此字段可能返回 null,表示取不到有效值。
321
319
  :rtype: list of License
322
320
  """
323
321
  return self._Licenses
@@ -329,7 +327,6 @@ class ApplicationInfo(AbstractModel):
329
327
  @property
330
328
  def LicenseKey(self):
331
329
  """license 秘钥
332
- 注意:此字段可能返回 null,表示取不到有效值。
333
330
  :rtype: str
334
331
  """
335
332
  return self._LicenseKey
@@ -353,7 +350,6 @@ class ApplicationInfo(AbstractModel):
353
350
  @property
354
351
  def CreatedAt(self):
355
352
  """创建时间
356
- 注意:此字段可能返回 null,表示取不到有效值。
357
353
  :rtype: str
358
354
  """
359
355
  return self._CreatedAt
@@ -365,7 +361,6 @@ class ApplicationInfo(AbstractModel):
365
361
  @property
366
362
  def UpdatedAt(self):
367
363
  """更新时间
368
- 注意:此字段可能返回 null,表示取不到有效值。
369
364
  :rtype: str
370
365
  """
371
366
  return self._UpdatedAt
@@ -377,7 +372,6 @@ class ApplicationInfo(AbstractModel):
377
372
  @property
378
373
  def ApplicationId(self):
379
374
  """用户应用Id
380
- 注意:此字段可能返回 null,表示取不到有效值。
381
375
  :rtype: int
382
376
  """
383
377
  return self._ApplicationId
@@ -389,7 +383,6 @@ class ApplicationInfo(AbstractModel):
389
383
  @property
390
384
  def LicenseUrl(self):
391
385
  """视立方下载license的url
392
- 注意:此字段可能返回 null,表示取不到有效值。
393
386
  :rtype: str
394
387
  """
395
388
  return self._LicenseUrl
@@ -457,6 +450,17 @@ class ApplicationInfo(AbstractModel):
457
450
  def AppId(self, AppId):
458
451
  self._AppId = AppId
459
452
 
453
+ @property
454
+ def NameLimit(self):
455
+ """扩展包名数量上限
456
+ :rtype: int
457
+ """
458
+ return self._NameLimit
459
+
460
+ @NameLimit.setter
461
+ def NameLimit(self, NameLimit):
462
+ self._NameLimit = NameLimit
463
+
460
464
 
461
465
  def _deserialize(self, params):
462
466
  self._AppName = params.get("AppName")
@@ -484,6 +488,7 @@ class ApplicationInfo(AbstractModel):
484
488
  self._WinProcessName = params.get("WinProcessName")
485
489
  self._DomainList = params.get("DomainList")
486
490
  self._AppId = params.get("AppId")
491
+ self._NameLimit = params.get("NameLimit")
487
492
  memeber_set = set(params.keys())
488
493
  for name, value in vars(self).items():
489
494
  property_name = name[1:]
@@ -540,15 +545,12 @@ class CreateActivityLicenseResponse(AbstractModel):
540
545
  :param _AppId: 用户appid
541
546
  :type AppId: str
542
547
  :param _AppName: app名称
543
- 注意:此字段可能返回 null,表示取不到有效值。
544
548
  :type AppName: str
545
549
  :param _BundleId: ios包名
546
- 注意:此字段可能返回 null,表示取不到有效值。
547
550
  :type BundleId: str
548
551
  :param _PackageName: 安卓包名
549
552
  :type PackageName: str
550
553
  :param _Duration: 有效时长
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
554
  :type Duration: int
553
555
  :param _StartTime: 开始时间
554
556
  :type StartTime: str
@@ -559,10 +561,8 @@ class CreateActivityLicenseResponse(AbstractModel):
559
561
  :param _LicenseUrl: license 授权文件下载链接
560
562
  :type LicenseUrl: str
561
563
  :param _ResidueDay: license剩余天数,最后一天以及过期显示0
562
- 注意:此字段可能返回 null,表示取不到有效值。
563
564
  :type ResidueDay: int
564
565
  :param _Residue: license剩余秒数
565
- 注意:此字段可能返回 null,表示取不到有效值。
566
566
  :type Residue: int
567
567
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
568
568
  :type RequestId: str
@@ -594,7 +594,6 @@ class CreateActivityLicenseResponse(AbstractModel):
594
594
  @property
595
595
  def AppName(self):
596
596
  """app名称
597
- 注意:此字段可能返回 null,表示取不到有效值。
598
597
  :rtype: str
599
598
  """
600
599
  return self._AppName
@@ -606,7 +605,6 @@ class CreateActivityLicenseResponse(AbstractModel):
606
605
  @property
607
606
  def BundleId(self):
608
607
  """ios包名
609
- 注意:此字段可能返回 null,表示取不到有效值。
610
608
  :rtype: str
611
609
  """
612
610
  return self._BundleId
@@ -629,7 +627,6 @@ class CreateActivityLicenseResponse(AbstractModel):
629
627
  @property
630
628
  def Duration(self):
631
629
  """有效时长
632
- 注意:此字段可能返回 null,表示取不到有效值。
633
630
  :rtype: int
634
631
  """
635
632
  return self._Duration
@@ -685,7 +682,6 @@ class CreateActivityLicenseResponse(AbstractModel):
685
682
  @property
686
683
  def ResidueDay(self):
687
684
  """license剩余天数,最后一天以及过期显示0
688
- 注意:此字段可能返回 null,表示取不到有效值。
689
685
  :rtype: int
690
686
  """
691
687
  return self._ResidueDay
@@ -697,7 +693,6 @@ class CreateActivityLicenseResponse(AbstractModel):
697
693
  @property
698
694
  def Residue(self):
699
695
  """license剩余秒数
700
- 注意:此字段可能返回 null,表示取不到有效值。
701
696
  :rtype: int
702
697
  """
703
698
  return self._Residue
@@ -1236,7 +1231,7 @@ class CreateTestXMagicRequest(AbstractModel):
1236
1231
 
1237
1232
  def __init__(self):
1238
1233
  r"""
1239
- :param _ApplicationId: 应用id
1234
+ :param _ApplicationId: 将腾讯特效创建到哪个应用下
1240
1235
  :type ApplicationId: int
1241
1236
  :param _CompanyPermit: 营业执照
1242
1237
  :type CompanyPermit: str
@@ -1255,7 +1250,7 @@ class CreateTestXMagicRequest(AbstractModel):
1255
1250
 
1256
1251
  @property
1257
1252
  def ApplicationId(self):
1258
- """应用id
1253
+ """将腾讯特效创建到哪个应用下
1259
1254
  :rtype: int
1260
1255
  """
1261
1256
  return self._ApplicationId
@@ -1829,10 +1824,8 @@ class DescribeFeatureListResponse(AbstractModel):
1829
1824
  def __init__(self):
1830
1825
  r"""
1831
1826
  :param _FeatureList: 功能列表
1832
- 注意:此字段可能返回 null,表示取不到有效值。
1833
1827
  :type FeatureList: list of VideoFeature
1834
1828
  :param _XMagicFeatureList: 优图功能列表
1835
- 注意:此字段可能返回 null,表示取不到有效值。
1836
1829
  :type XMagicFeatureList: list of XMagicFeature
1837
1830
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1838
1831
  :type RequestId: str
@@ -1844,7 +1837,6 @@ class DescribeFeatureListResponse(AbstractModel):
1844
1837
  @property
1845
1838
  def FeatureList(self):
1846
1839
  """功能列表
1847
- 注意:此字段可能返回 null,表示取不到有效值。
1848
1840
  :rtype: list of VideoFeature
1849
1841
  """
1850
1842
  return self._FeatureList
@@ -1856,7 +1848,6 @@ class DescribeFeatureListResponse(AbstractModel):
1856
1848
  @property
1857
1849
  def XMagicFeatureList(self):
1858
1850
  """优图功能列表
1859
- 注意:此字段可能返回 null,表示取不到有效值。
1860
1851
  :rtype: list of XMagicFeature
1861
1852
  """
1862
1853
  return self._XMagicFeatureList
@@ -2214,7 +2205,6 @@ class DescribeTrialFeatureResponse(AbstractModel):
2214
2205
  注意:此字段可能返回 null,表示取不到有效值。
2215
2206
  :type XMagicTrial: :class:`tencentcloud.vcube.v20220410.models.XMagicTrial`
2216
2207
  :param _XMagicTrialList: 可以开通的优图测试功能列表
2217
- 注意:此字段可能返回 null,表示取不到有效值。
2218
2208
  :type XMagicTrialList: list of XMagicTrial
2219
2209
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2220
2210
  :type RequestId: str
@@ -2250,7 +2240,6 @@ class DescribeTrialFeatureResponse(AbstractModel):
2250
2240
  @property
2251
2241
  def XMagicTrialList(self):
2252
2242
  """可以开通的优图测试功能列表
2253
- 注意:此字段可能返回 null,表示取不到有效值。
2254
2243
  :rtype: list of XMagicTrial
2255
2244
  """
2256
2245
  return self._XMagicTrialList
@@ -3283,10 +3272,8 @@ class DescribeXMagicResourceListResponse(AbstractModel):
3283
3272
  def __init__(self):
3284
3273
  r"""
3285
3274
  :param _Resources: 优图资源包信息
3286
- 注意:此字段可能返回 null,表示取不到有效值。
3287
3275
  :type Resources: list of XMagicResourceSimpleInfo
3288
3276
  :param _Count: 资源数量
3289
- 注意:此字段可能返回 null,表示取不到有效值。
3290
3277
  :type Count: int
3291
3278
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3292
3279
  :type RequestId: str
@@ -3298,7 +3285,6 @@ class DescribeXMagicResourceListResponse(AbstractModel):
3298
3285
  @property
3299
3286
  def Resources(self):
3300
3287
  """优图资源包信息
3301
- 注意:此字段可能返回 null,表示取不到有效值。
3302
3288
  :rtype: list of XMagicResourceSimpleInfo
3303
3289
  """
3304
3290
  return self._Resources
@@ -3310,7 +3296,6 @@ class DescribeXMagicResourceListResponse(AbstractModel):
3310
3296
  @property
3311
3297
  def Count(self):
3312
3298
  """资源数量
3313
- 注意:此字段可能返回 null,表示取不到有效值。
3314
3299
  :rtype: int
3315
3300
  """
3316
3301
  return self._Count
@@ -3401,10 +3386,8 @@ class DescribeXMagicResourceResponse(AbstractModel):
3401
3386
  def __init__(self):
3402
3387
  r"""
3403
3388
  :param _Resources: 优图资源包信息
3404
- 注意:此字段可能返回 null,表示取不到有效值。
3405
3389
  :type Resources: list of XMagicResource
3406
3390
  :param _Count: 资源数量
3407
- 注意:此字段可能返回 null,表示取不到有效值。
3408
3391
  :type Count: int
3409
3392
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3410
3393
  :type RequestId: str
@@ -3416,7 +3399,6 @@ class DescribeXMagicResourceResponse(AbstractModel):
3416
3399
  @property
3417
3400
  def Resources(self):
3418
3401
  """优图资源包信息
3419
- 注意:此字段可能返回 null,表示取不到有效值。
3420
3402
  :rtype: list of XMagicResource
3421
3403
  """
3422
3404
  return self._Resources
@@ -3428,7 +3410,6 @@ class DescribeXMagicResourceResponse(AbstractModel):
3428
3410
  @property
3429
3411
  def Count(self):
3430
3412
  """资源数量
3431
- 注意:此字段可能返回 null,表示取不到有效值。
3432
3413
  :rtype: int
3433
3414
  """
3434
3415
  return self._Count
@@ -3482,10 +3463,8 @@ class Feature(AbstractModel):
3482
3463
  :param _Duration: 可以试用的时长,单位天
3483
3464
  :type Duration: int
3484
3465
  :param _CreatedAt: 创建时间
3485
- 注意:此字段可能返回 null,表示取不到有效值。
3486
3466
  :type CreatedAt: str
3487
3467
  :param _UpdatedAt: 更新时间
3488
- 注意:此字段可能返回 null,表示取不到有效值。
3489
3468
  :type UpdatedAt: str
3490
3469
  """
3491
3470
  self._Id = None
@@ -3578,7 +3557,6 @@ class Feature(AbstractModel):
3578
3557
  @property
3579
3558
  def CreatedAt(self):
3580
3559
  """创建时间
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3560
  :rtype: str
3583
3561
  """
3584
3562
  return self._CreatedAt
@@ -3590,7 +3568,6 @@ class Feature(AbstractModel):
3590
3568
  @property
3591
3569
  def UpdatedAt(self):
3592
3570
  """更新时间
3593
- 注意:此字段可能返回 null,表示取不到有效值。
3594
3571
  :rtype: str
3595
3572
  """
3596
3573
  return self._UpdatedAt
@@ -3641,15 +3618,12 @@ class License(AbstractModel):
3641
3618
  :param _LicenseType: license是测试:test还是正式:formal
3642
3619
  :type LicenseType: str
3643
3620
  :param _Renewal: 测试license 是否可以续期
3644
- 注意:此字段可能返回 null,表示取不到有效值。
3645
3621
  :type Renewal: bool
3646
3622
  :param _LicenseId: license索引
3647
3623
  :type LicenseId: int
3648
3624
  :param _Name: license名称
3649
- 注意:此字段可能返回 null,表示取不到有效值。
3650
3625
  :type Name: str
3651
3626
  :param _Update: 测试license 是否升级
3652
- 注意:此字段可能返回 null,表示取不到有效值。
3653
3627
  :type Update: bool
3654
3628
  :param _OldLicenseUrl: 兼容老的licenseUrl
3655
3629
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3658,22 +3632,18 @@ class License(AbstractModel):
3658
3632
  注意:此字段可能返回 null,表示取不到有效值。
3659
3633
  :type Group: int
3660
3634
  :param _Expired: 过期:true ,未过期:其它
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3635
  :type Expired: bool
3663
3636
  :param _RestTime: 返回还有多少秒过期,过期返回0
3664
3637
  注意:此字段可能返回 null,表示取不到有效值。
3665
3638
  :type RestTime: int
3666
3639
  :param _CreatedAt: 创建时间
3667
- 注意:此字段可能返回 null,表示取不到有效值。
3668
3640
  :type CreatedAt: str
3669
3641
  :param _UpdatedAt: 更新时间
3670
- 注意:此字段可能返回 null,表示取不到有效值。
3671
3642
  :type UpdatedAt: str
3672
3643
  :param _Resource: 计费资源相关信息
3673
3644
  注意:此字段可能返回 null,表示取不到有效值。
3674
3645
  :type Resource: :class:`tencentcloud.vcube.v20220410.models.RenewResource`
3675
3646
  :param _IsVest: 是否为马甲包
3676
- 注意:此字段可能返回 null,表示取不到有效值。
3677
3647
  :type IsVest: bool
3678
3648
  """
3679
3649
  self._Type = None
@@ -3765,7 +3735,6 @@ class License(AbstractModel):
3765
3735
  @property
3766
3736
  def Renewal(self):
3767
3737
  """测试license 是否可以续期
3768
- 注意:此字段可能返回 null,表示取不到有效值。
3769
3738
  :rtype: bool
3770
3739
  """
3771
3740
  return self._Renewal
@@ -3788,7 +3757,6 @@ class License(AbstractModel):
3788
3757
  @property
3789
3758
  def Name(self):
3790
3759
  """license名称
3791
- 注意:此字段可能返回 null,表示取不到有效值。
3792
3760
  :rtype: str
3793
3761
  """
3794
3762
  return self._Name
@@ -3800,7 +3768,6 @@ class License(AbstractModel):
3800
3768
  @property
3801
3769
  def Update(self):
3802
3770
  """测试license 是否升级
3803
- 注意:此字段可能返回 null,表示取不到有效值。
3804
3771
  :rtype: bool
3805
3772
  """
3806
3773
  return self._Update
@@ -3836,7 +3803,6 @@ class License(AbstractModel):
3836
3803
  @property
3837
3804
  def Expired(self):
3838
3805
  """过期:true ,未过期:其它
3839
- 注意:此字段可能返回 null,表示取不到有效值。
3840
3806
  :rtype: bool
3841
3807
  """
3842
3808
  return self._Expired
@@ -3860,7 +3826,6 @@ class License(AbstractModel):
3860
3826
  @property
3861
3827
  def CreatedAt(self):
3862
3828
  """创建时间
3863
- 注意:此字段可能返回 null,表示取不到有效值。
3864
3829
  :rtype: str
3865
3830
  """
3866
3831
  return self._CreatedAt
@@ -3872,7 +3837,6 @@ class License(AbstractModel):
3872
3837
  @property
3873
3838
  def UpdatedAt(self):
3874
3839
  """更新时间
3875
- 注意:此字段可能返回 null,表示取不到有效值。
3876
3840
  :rtype: str
3877
3841
  """
3878
3842
  return self._UpdatedAt
@@ -3896,7 +3860,6 @@ class License(AbstractModel):
3896
3860
  @property
3897
3861
  def IsVest(self):
3898
3862
  """是否为马甲包
3899
- 注意:此字段可能返回 null,表示取不到有效值。
3900
3863
  :rtype: bool
3901
3864
  """
3902
3865
  return self._IsVest
@@ -3954,29 +3917,23 @@ class LicenseResourceInfo(AbstractModel):
3954
3917
  :param _FeatureId: 功能Id
3955
3918
  :type FeatureId: int
3956
3919
  :param _StartTime: 此license资源的开始生效时间
3957
- 注意:此字段可能返回 null,表示取不到有效值。
3958
3920
  :type StartTime: str
3959
3921
  :param _EndTime: 此license资源的生效结束时间
3960
- 注意:此字段可能返回 null,表示取不到有效值。
3961
3922
  :type EndTime: str
3962
3923
  :param _CreatedAt: 创建时间
3963
3924
  :type CreatedAt: str
3964
3925
  :param _UpdatedAt: 更新时间
3965
3926
  :type UpdatedAt: str
3966
3927
  :param _IsUse: 此资源是否可用于续期和更新有效期
3967
- 注意:此字段可能返回 null,表示取不到有效值。
3968
3928
  :type IsUse: bool
3969
3929
  :param _Status: 此资源的状态
3970
- 注意:此字段可能返回 null,表示取不到有效值。
3971
3930
  :type Status: int
3972
3931
  :param _IsolatedTimestamp: 销毁时间
3973
3932
  注意:此字段可能返回 null,表示取不到有效值。
3974
3933
  :type IsolatedTimestamp: str
3975
3934
  :param _Name: 功能模块名称
3976
- 注意:此字段可能返回 null,表示取不到有效值。
3977
3935
  :type Name: str
3978
3936
  :param _Type: 功能模块类型
3979
- 注意:此字段可能返回 null,表示取不到有效值。
3980
3937
  :type Type: str
3981
3938
  :param _Package: 资源包信息
3982
3939
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3985,10 +3942,8 @@ class LicenseResourceInfo(AbstractModel):
3985
3942
  注意:此字段可能返回 null,表示取不到有效值。
3986
3943
  :type Application: :class:`tencentcloud.vcube.v20220410.models.AppInfo`
3987
3944
  :param _ResourceId: 资源Id
3988
- 注意:此字段可能返回 null,表示取不到有效值。
3989
3945
  :type ResourceId: str
3990
3946
  :param _AutoRenewFlag: 自动续费状态
3991
- 注意:此字段可能返回 null,表示取不到有效值。
3992
3947
  :type AutoRenewFlag: int
3993
3948
  """
3994
3949
  self._Id = None
@@ -4057,7 +4012,6 @@ class LicenseResourceInfo(AbstractModel):
4057
4012
  @property
4058
4013
  def StartTime(self):
4059
4014
  """此license资源的开始生效时间
4060
- 注意:此字段可能返回 null,表示取不到有效值。
4061
4015
  :rtype: str
4062
4016
  """
4063
4017
  return self._StartTime
@@ -4069,7 +4023,6 @@ class LicenseResourceInfo(AbstractModel):
4069
4023
  @property
4070
4024
  def EndTime(self):
4071
4025
  """此license资源的生效结束时间
4072
- 注意:此字段可能返回 null,表示取不到有效值。
4073
4026
  :rtype: str
4074
4027
  """
4075
4028
  return self._EndTime
@@ -4103,7 +4056,6 @@ class LicenseResourceInfo(AbstractModel):
4103
4056
  @property
4104
4057
  def IsUse(self):
4105
4058
  """此资源是否可用于续期和更新有效期
4106
- 注意:此字段可能返回 null,表示取不到有效值。
4107
4059
  :rtype: bool
4108
4060
  """
4109
4061
  return self._IsUse
@@ -4115,7 +4067,6 @@ class LicenseResourceInfo(AbstractModel):
4115
4067
  @property
4116
4068
  def Status(self):
4117
4069
  """此资源的状态
4118
- 注意:此字段可能返回 null,表示取不到有效值。
4119
4070
  :rtype: int
4120
4071
  """
4121
4072
  return self._Status
@@ -4139,7 +4090,6 @@ class LicenseResourceInfo(AbstractModel):
4139
4090
  @property
4140
4091
  def Name(self):
4141
4092
  """功能模块名称
4142
- 注意:此字段可能返回 null,表示取不到有效值。
4143
4093
  :rtype: str
4144
4094
  """
4145
4095
  return self._Name
@@ -4151,7 +4101,6 @@ class LicenseResourceInfo(AbstractModel):
4151
4101
  @property
4152
4102
  def Type(self):
4153
4103
  """功能模块类型
4154
- 注意:此字段可能返回 null,表示取不到有效值。
4155
4104
  :rtype: str
4156
4105
  """
4157
4106
  return self._Type
@@ -4187,7 +4136,6 @@ class LicenseResourceInfo(AbstractModel):
4187
4136
  @property
4188
4137
  def ResourceId(self):
4189
4138
  """资源Id
4190
- 注意:此字段可能返回 null,表示取不到有效值。
4191
4139
  :rtype: str
4192
4140
  """
4193
4141
  return self._ResourceId
@@ -4199,7 +4147,6 @@ class LicenseResourceInfo(AbstractModel):
4199
4147
  @property
4200
4148
  def AutoRenewFlag(self):
4201
4149
  """自动续费状态
4202
- 注意:此字段可能返回 null,表示取不到有效值。
4203
4150
  :rtype: int
4204
4151
  """
4205
4152
  return self._AutoRenewFlag
@@ -4258,38 +4205,30 @@ class LicenseResourceSimpleInfo(AbstractModel):
4258
4205
  :param _FeatureId: 功能Id
4259
4206
  :type FeatureId: int
4260
4207
  :param _StartTime: 此license资源的开始生效时间
4261
- 注意:此字段可能返回 null,表示取不到有效值。
4262
4208
  :type StartTime: str
4263
4209
  :param _EndTime: 此license资源的生效结束时间
4264
- 注意:此字段可能返回 null,表示取不到有效值。
4265
4210
  :type EndTime: str
4266
4211
  :param _CreatedAt: 创建时间
4267
4212
  :type CreatedAt: str
4268
4213
  :param _UpdatedAt: 更新时间
4269
4214
  :type UpdatedAt: str
4270
4215
  :param _IsUse: 此资源是否可用于续期和更新有效期
4271
- 注意:此字段可能返回 null,表示取不到有效值。
4272
4216
  :type IsUse: bool
4273
4217
  :param _Status: 此资源的状态
4274
- 注意:此字段可能返回 null,表示取不到有效值。
4275
4218
  :type Status: int
4276
4219
  :param _IsolatedTimestamp: 销毁时间
4277
4220
  注意:此字段可能返回 null,表示取不到有效值。
4278
4221
  :type IsolatedTimestamp: str
4279
4222
  :param _Name: 功能模块名称
4280
- 注意:此字段可能返回 null,表示取不到有效值。
4281
4223
  :type Name: str
4282
4224
  :param _Type: 功能模块类型
4283
- 注意:此字段可能返回 null,表示取不到有效值。
4284
4225
  :type Type: str
4285
4226
  :param _Package: 资源包信息
4286
4227
  注意:此字段可能返回 null,表示取不到有效值。
4287
4228
  :type Package: :class:`tencentcloud.vcube.v20220410.models.Package`
4288
4229
  :param _ResourceId: 资源id
4289
- 注意:此字段可能返回 null,表示取不到有效值。
4290
4230
  :type ResourceId: str
4291
4231
  :param _AutoRenewFlag: 自动续费状态
4292
- 注意:此字段可能返回 null,表示取不到有效值。
4293
4232
  :type AutoRenewFlag: int
4294
4233
  """
4295
4234
  self._Id = None
@@ -4357,7 +4296,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4357
4296
  @property
4358
4297
  def StartTime(self):
4359
4298
  """此license资源的开始生效时间
4360
- 注意:此字段可能返回 null,表示取不到有效值。
4361
4299
  :rtype: str
4362
4300
  """
4363
4301
  return self._StartTime
@@ -4369,7 +4307,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4369
4307
  @property
4370
4308
  def EndTime(self):
4371
4309
  """此license资源的生效结束时间
4372
- 注意:此字段可能返回 null,表示取不到有效值。
4373
4310
  :rtype: str
4374
4311
  """
4375
4312
  return self._EndTime
@@ -4403,7 +4340,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4403
4340
  @property
4404
4341
  def IsUse(self):
4405
4342
  """此资源是否可用于续期和更新有效期
4406
- 注意:此字段可能返回 null,表示取不到有效值。
4407
4343
  :rtype: bool
4408
4344
  """
4409
4345
  return self._IsUse
@@ -4415,7 +4351,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4415
4351
  @property
4416
4352
  def Status(self):
4417
4353
  """此资源的状态
4418
- 注意:此字段可能返回 null,表示取不到有效值。
4419
4354
  :rtype: int
4420
4355
  """
4421
4356
  return self._Status
@@ -4439,7 +4374,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4439
4374
  @property
4440
4375
  def Name(self):
4441
4376
  """功能模块名称
4442
- 注意:此字段可能返回 null,表示取不到有效值。
4443
4377
  :rtype: str
4444
4378
  """
4445
4379
  return self._Name
@@ -4451,7 +4385,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4451
4385
  @property
4452
4386
  def Type(self):
4453
4387
  """功能模块类型
4454
- 注意:此字段可能返回 null,表示取不到有效值。
4455
4388
  :rtype: str
4456
4389
  """
4457
4390
  return self._Type
@@ -4475,7 +4408,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4475
4408
  @property
4476
4409
  def ResourceId(self):
4477
4410
  """资源id
4478
- 注意:此字段可能返回 null,表示取不到有效值。
4479
4411
  :rtype: str
4480
4412
  """
4481
4413
  return self._ResourceId
@@ -4487,7 +4419,6 @@ class LicenseResourceSimpleInfo(AbstractModel):
4487
4419
  @property
4488
4420
  def AutoRenewFlag(self):
4489
4421
  """自动续费状态
4490
- 注意:此字段可能返回 null,表示取不到有效值。
4491
4422
  :rtype: int
4492
4423
  """
4493
4424
  return self._AutoRenewFlag
@@ -4984,14 +4915,14 @@ class ModifyTrialLicenseRequest(AbstractModel):
4984
4915
 
4985
4916
  def __init__(self):
4986
4917
  r"""
4987
- :param _LicenseId: 执照ID
4918
+ :param _LicenseId: 授权ID
4988
4919
  :type LicenseId: str
4989
4920
  """
4990
4921
  self._LicenseId = None
4991
4922
 
4992
4923
  @property
4993
4924
  def LicenseId(self):
4994
- """执照ID
4925
+ """授权ID
4995
4926
  :rtype: str
4996
4927
  """
4997
4928
  return self._LicenseId
@@ -5125,6 +5056,36 @@ class NewsInfo(AbstractModel):
5125
5056
 
5126
5057
  """
5127
5058
 
5059
+ def __init__(self):
5060
+ r"""
5061
+ :param _Id: 新闻Id
5062
+ :type Id: int
5063
+ """
5064
+ self._Id = None
5065
+
5066
+ @property
5067
+ def Id(self):
5068
+ """新闻Id
5069
+ :rtype: int
5070
+ """
5071
+ return self._Id
5072
+
5073
+ @Id.setter
5074
+ def Id(self, Id):
5075
+ self._Id = Id
5076
+
5077
+
5078
+ def _deserialize(self, params):
5079
+ self._Id = params.get("Id")
5080
+ memeber_set = set(params.keys())
5081
+ for name, value in vars(self).items():
5082
+ property_name = name[1:]
5083
+ if property_name in memeber_set:
5084
+ memeber_set.remove(property_name)
5085
+ if len(memeber_set) > 0:
5086
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
5087
+
5088
+
5128
5089
 
5129
5090
  class Package(AbstractModel):
5130
5091
  """资源包结构
@@ -5149,7 +5110,6 @@ class Package(AbstractModel):
5149
5110
  :param _Name: 资源包名称
5150
5111
  :type Name: str
5151
5112
  :param _Type: 资源包类型ID,对应点播:PackageId 对应直播:TypeId
5152
- 注意:此字段可能返回 null,表示取不到有效值。
5153
5113
  :type Type: str
5154
5114
  """
5155
5115
  self._Id = None
@@ -5242,7 +5202,6 @@ class Package(AbstractModel):
5242
5202
  @property
5243
5203
  def Type(self):
5244
5204
  """资源包类型ID,对应点播:PackageId 对应直播:TypeId
5245
- 注意:此字段可能返回 null,表示取不到有效值。
5246
5205
  :rtype: str
5247
5206
  """
5248
5207
  return self._Type
@@ -5358,10 +5317,8 @@ class RenewResource(AbstractModel):
5358
5317
  def __init__(self):
5359
5318
  r"""
5360
5319
  :param _ResourceId: 资源Id
5361
- 注意:此字段可能返回 null,表示取不到有效值。
5362
5320
  :type ResourceId: str
5363
5321
  :param _AutoRenewFlag: 自动续期标记,0:默认,1:自动续期,2:不续期
5364
- 注意:此字段可能返回 null,表示取不到有效值。
5365
5322
  :type AutoRenewFlag: int
5366
5323
  :param _IsolatedTimestamp: 资源冻结时间
5367
5324
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5370,10 +5327,8 @@ class RenewResource(AbstractModel):
5370
5327
  注意:此字段可能返回 null,表示取不到有效值。
5371
5328
  :type Refund: bool
5372
5329
  :param _SubProductCode: 子产品码
5373
- 注意:此字段可能返回 null,表示取不到有效值。
5374
5330
  :type SubProductCode: str
5375
5331
  :param _EndTime: 资源到期时间
5376
- 注意:此字段可能返回 null,表示取不到有效值。
5377
5332
  :type EndTime: str
5378
5333
  """
5379
5334
  self._ResourceId = None
@@ -5386,7 +5341,6 @@ class RenewResource(AbstractModel):
5386
5341
  @property
5387
5342
  def ResourceId(self):
5388
5343
  """资源Id
5389
- 注意:此字段可能返回 null,表示取不到有效值。
5390
5344
  :rtype: str
5391
5345
  """
5392
5346
  return self._ResourceId
@@ -5398,7 +5352,6 @@ class RenewResource(AbstractModel):
5398
5352
  @property
5399
5353
  def AutoRenewFlag(self):
5400
5354
  """自动续期标记,0:默认,1:自动续期,2:不续期
5401
- 注意:此字段可能返回 null,表示取不到有效值。
5402
5355
  :rtype: int
5403
5356
  """
5404
5357
  return self._AutoRenewFlag
@@ -5434,7 +5387,6 @@ class RenewResource(AbstractModel):
5434
5387
  @property
5435
5388
  def SubProductCode(self):
5436
5389
  """子产品码
5437
- 注意:此字段可能返回 null,表示取不到有效值。
5438
5390
  :rtype: str
5439
5391
  """
5440
5392
  return self._SubProductCode
@@ -5446,7 +5398,6 @@ class RenewResource(AbstractModel):
5446
5398
  @property
5447
5399
  def EndTime(self):
5448
5400
  """资源到期时间
5449
- 注意:此字段可能返回 null,表示取不到有效值。
5450
5401
  :rtype: str
5451
5402
  """
5452
5403
  return self._EndTime
@@ -5895,13 +5846,10 @@ class VideoFeature(AbstractModel):
5895
5846
  :param _FeatureId: 功能ID
5896
5847
  :type FeatureId: int
5897
5848
  :param _Name: 功能名称
5898
- 注意:此字段可能返回 null,表示取不到有效值。
5899
5849
  :type Name: str
5900
5850
  :param _Type: 功能类型
5901
- 注意:此字段可能返回 null,表示取不到有效值。
5902
5851
  :type Type: str
5903
5852
  :param _Trial: 是否可以申请试用
5904
- 注意:此字段可能返回 null,表示取不到有效值。
5905
5853
  :type Trial: bool
5906
5854
  :param _TrialCount: 可以试用的次数
5907
5855
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5910,16 +5858,12 @@ class VideoFeature(AbstractModel):
5910
5858
  注意:此字段可能返回 null,表示取不到有效值。
5911
5859
  :type Duration: int
5912
5860
  :param _CreatedAt: 创建时间
5913
- 注意:此字段可能返回 null,表示取不到有效值。
5914
5861
  :type CreatedAt: str
5915
5862
  :param _UpdatedAt: 更新时间
5916
- 注意:此字段可能返回 null,表示取不到有效值。
5917
5863
  :type UpdatedAt: str
5918
5864
  :param _BizType: 功能所属业务方
5919
- 注意:此字段可能返回 null,表示取不到有效值。
5920
5865
  :type BizType: str
5921
5866
  :param _Platform: 平台类型
5922
- 注意:此字段可能返回 null,表示取不到有效值。
5923
5867
  :type Platform: str
5924
5868
  """
5925
5869
  self._Id = None
@@ -5959,7 +5903,6 @@ class VideoFeature(AbstractModel):
5959
5903
  @property
5960
5904
  def Name(self):
5961
5905
  """功能名称
5962
- 注意:此字段可能返回 null,表示取不到有效值。
5963
5906
  :rtype: str
5964
5907
  """
5965
5908
  return self._Name
@@ -5971,7 +5914,6 @@ class VideoFeature(AbstractModel):
5971
5914
  @property
5972
5915
  def Type(self):
5973
5916
  """功能类型
5974
- 注意:此字段可能返回 null,表示取不到有效值。
5975
5917
  :rtype: str
5976
5918
  """
5977
5919
  return self._Type
@@ -5983,7 +5925,6 @@ class VideoFeature(AbstractModel):
5983
5925
  @property
5984
5926
  def Trial(self):
5985
5927
  """是否可以申请试用
5986
- 注意:此字段可能返回 null,表示取不到有效值。
5987
5928
  :rtype: bool
5988
5929
  """
5989
5930
  return self._Trial
@@ -6019,7 +5960,6 @@ class VideoFeature(AbstractModel):
6019
5960
  @property
6020
5961
  def CreatedAt(self):
6021
5962
  """创建时间
6022
- 注意:此字段可能返回 null,表示取不到有效值。
6023
5963
  :rtype: str
6024
5964
  """
6025
5965
  return self._CreatedAt
@@ -6031,7 +5971,6 @@ class VideoFeature(AbstractModel):
6031
5971
  @property
6032
5972
  def UpdatedAt(self):
6033
5973
  """更新时间
6034
- 注意:此字段可能返回 null,表示取不到有效值。
6035
5974
  :rtype: str
6036
5975
  """
6037
5976
  return self._UpdatedAt
@@ -6043,7 +5982,6 @@ class VideoFeature(AbstractModel):
6043
5982
  @property
6044
5983
  def BizType(self):
6045
5984
  """功能所属业务方
6046
- 注意:此字段可能返回 null,表示取不到有效值。
6047
5985
  :rtype: str
6048
5986
  """
6049
5987
  return self._BizType
@@ -6055,7 +5993,6 @@ class VideoFeature(AbstractModel):
6055
5993
  @property
6056
5994
  def Platform(self):
6057
5995
  """平台类型
6058
- 注意:此字段可能返回 null,表示取不到有效值。
6059
5996
  :rtype: str
6060
5997
  """
6061
5998
  return self._Platform
@@ -6236,7 +6173,6 @@ class XMagicInfo(AbstractModel):
6236
6173
  注意:此字段可能返回 null,表示取不到有效值。
6237
6174
  :type CompanyType: str
6238
6175
  :param _Plan: 优图套餐类型
6239
- 注意:此字段可能返回 null,表示取不到有效值。
6240
6176
  :type Plan: str
6241
6177
  :param _LicenseType: 测试版还是正式版 test | formal
6242
6178
  :type LicenseType: str
@@ -6260,14 +6196,12 @@ class XMagicInfo(AbstractModel):
6260
6196
  注意:此字段可能返回 null,表示取不到有效值。
6261
6197
  :type RenewalCount: int
6262
6198
  :param _Reply: 历次审批的回复
6263
- 注意:此字段可能返回 null,表示取不到有效值。
6264
6199
  :type Reply: list of str
6265
6200
  :param _CreatedAt: 创建时间
6266
6201
  :type CreatedAt: str
6267
6202
  :param _UpdatedAt: 修改时间
6268
6203
  :type UpdatedAt: str
6269
6204
  :param _UpdateTime: 用户更新信息的时间
6270
- 注意:此字段可能返回 null,表示取不到有效值。
6271
6205
  :type UpdateTime: str
6272
6206
  :param _Expired: 是否过期
6273
6207
  注意:此字段可能返回 null,表示取不到有效值。
@@ -6276,16 +6210,13 @@ class XMagicInfo(AbstractModel):
6276
6210
  注意:此字段可能返回 null,表示取不到有效值。
6277
6211
  :type RestTime: int
6278
6212
  :param _XMagicType: single: 原子能力,combined:套餐
6279
- 注意:此字段可能返回 null,表示取不到有效值。
6280
6213
  :type XMagicType: str
6281
6214
  :param _Name: 优图模块名称,自动中英文
6282
- 注意:此字段可能返回 null,表示取不到有效值。
6283
6215
  :type Name: str
6284
6216
  :param _Resource: 优图资源信息
6285
6217
  注意:此字段可能返回 null,表示取不到有效值。
6286
6218
  :type Resource: :class:`tencentcloud.vcube.v20220410.models.RenewResource`
6287
6219
  :param _IsVest: 是否是马甲包
6288
- 注意:此字段可能返回 null,表示取不到有效值。
6289
6220
  :type IsVest: bool
6290
6221
  """
6291
6222
  self._Id = None
@@ -6360,7 +6291,6 @@ class XMagicInfo(AbstractModel):
6360
6291
  @property
6361
6292
  def Plan(self):
6362
6293
  """优图套餐类型
6363
- 注意:此字段可能返回 null,表示取不到有效值。
6364
6294
  :rtype: str
6365
6295
  """
6366
6296
  return self._Plan
@@ -6447,7 +6377,6 @@ class XMagicInfo(AbstractModel):
6447
6377
  @property
6448
6378
  def Reply(self):
6449
6379
  """历次审批的回复
6450
- 注意:此字段可能返回 null,表示取不到有效值。
6451
6380
  :rtype: list of str
6452
6381
  """
6453
6382
  return self._Reply
@@ -6481,7 +6410,6 @@ class XMagicInfo(AbstractModel):
6481
6410
  @property
6482
6411
  def UpdateTime(self):
6483
6412
  """用户更新信息的时间
6484
- 注意:此字段可能返回 null,表示取不到有效值。
6485
6413
  :rtype: str
6486
6414
  """
6487
6415
  return self._UpdateTime
@@ -6517,7 +6445,6 @@ class XMagicInfo(AbstractModel):
6517
6445
  @property
6518
6446
  def XMagicType(self):
6519
6447
  """single: 原子能力,combined:套餐
6520
- 注意:此字段可能返回 null,表示取不到有效值。
6521
6448
  :rtype: str
6522
6449
  """
6523
6450
  return self._XMagicType
@@ -6529,7 +6456,6 @@ class XMagicInfo(AbstractModel):
6529
6456
  @property
6530
6457
  def Name(self):
6531
6458
  """优图模块名称,自动中英文
6532
- 注意:此字段可能返回 null,表示取不到有效值。
6533
6459
  :rtype: str
6534
6460
  """
6535
6461
  return self._Name
@@ -6553,7 +6479,6 @@ class XMagicInfo(AbstractModel):
6553
6479
  @property
6554
6480
  def IsVest(self):
6555
6481
  """是否是马甲包
6556
- 注意:此字段可能返回 null,表示取不到有效值。
6557
6482
  :rtype: bool
6558
6483
  """
6559
6484
  return self._IsVest
@@ -6620,28 +6545,20 @@ class XMagicResource(AbstractModel):
6620
6545
  注意:此字段可能返回 null,表示取不到有效值。
6621
6546
  :type XMagic: bool
6622
6547
  :param _StartTime: 资源开始生效时间
6623
- 注意:此字段可能返回 null,表示取不到有效值。
6624
6548
  :type StartTime: str
6625
6549
  :param _EndTime: 资源结束生效时间
6626
- 注意:此字段可能返回 null,表示取不到有效值。
6627
6550
  :type EndTime: str
6628
6551
  :param _Expired: 资源包是否过期
6629
- 注意:此字段可能返回 null,表示取不到有效值。
6630
6552
  :type Expired: bool
6631
6553
  :param _Name: 功能模块名称
6632
- 注意:此字段可能返回 null,表示取不到有效值。
6633
6554
  :type Name: str
6634
6555
  :param _XMagicType: single: 原子能力,combined:套餐
6635
- 注意:此字段可能返回 null,表示取不到有效值。
6636
6556
  :type XMagicType: str
6637
6557
  :param _BizType: xmagic:优图, avatar:虚拟人
6638
- 注意:此字段可能返回 null,表示取不到有效值。
6639
6558
  :type BizType: str
6640
6559
  :param _ResourceId: 资源Id
6641
- 注意:此字段可能返回 null,表示取不到有效值。
6642
6560
  :type ResourceId: str
6643
6561
  :param _IsUse: 资源是否可以使用
6644
- 注意:此字段可能返回 null,表示取不到有效值。
6645
6562
  :type IsUse: bool
6646
6563
  """
6647
6564
  self._Id = None
@@ -6741,7 +6658,6 @@ class XMagicResource(AbstractModel):
6741
6658
  @property
6742
6659
  def StartTime(self):
6743
6660
  """资源开始生效时间
6744
- 注意:此字段可能返回 null,表示取不到有效值。
6745
6661
  :rtype: str
6746
6662
  """
6747
6663
  return self._StartTime
@@ -6753,7 +6669,6 @@ class XMagicResource(AbstractModel):
6753
6669
  @property
6754
6670
  def EndTime(self):
6755
6671
  """资源结束生效时间
6756
- 注意:此字段可能返回 null,表示取不到有效值。
6757
6672
  :rtype: str
6758
6673
  """
6759
6674
  return self._EndTime
@@ -6765,7 +6680,6 @@ class XMagicResource(AbstractModel):
6765
6680
  @property
6766
6681
  def Expired(self):
6767
6682
  """资源包是否过期
6768
- 注意:此字段可能返回 null,表示取不到有效值。
6769
6683
  :rtype: bool
6770
6684
  """
6771
6685
  return self._Expired
@@ -6777,7 +6691,6 @@ class XMagicResource(AbstractModel):
6777
6691
  @property
6778
6692
  def Name(self):
6779
6693
  """功能模块名称
6780
- 注意:此字段可能返回 null,表示取不到有效值。
6781
6694
  :rtype: str
6782
6695
  """
6783
6696
  return self._Name
@@ -6789,7 +6702,6 @@ class XMagicResource(AbstractModel):
6789
6702
  @property
6790
6703
  def XMagicType(self):
6791
6704
  """single: 原子能力,combined:套餐
6792
- 注意:此字段可能返回 null,表示取不到有效值。
6793
6705
  :rtype: str
6794
6706
  """
6795
6707
  return self._XMagicType
@@ -6801,7 +6713,6 @@ class XMagicResource(AbstractModel):
6801
6713
  @property
6802
6714
  def BizType(self):
6803
6715
  """xmagic:优图, avatar:虚拟人
6804
- 注意:此字段可能返回 null,表示取不到有效值。
6805
6716
  :rtype: str
6806
6717
  """
6807
6718
  return self._BizType
@@ -6813,7 +6724,6 @@ class XMagicResource(AbstractModel):
6813
6724
  @property
6814
6725
  def ResourceId(self):
6815
6726
  """资源Id
6816
- 注意:此字段可能返回 null,表示取不到有效值。
6817
6727
  :rtype: str
6818
6728
  """
6819
6729
  return self._ResourceId
@@ -6825,7 +6735,6 @@ class XMagicResource(AbstractModel):
6825
6735
  @property
6826
6736
  def IsUse(self):
6827
6737
  """资源是否可以使用
6828
- 注意:此字段可能返回 null,表示取不到有效值。
6829
6738
  :rtype: bool
6830
6739
  """
6831
6740
  return self._IsUse
@@ -6881,10 +6790,8 @@ class XMagicResourceSimpleInfo(AbstractModel):
6881
6790
  :param _UpdatedAt: 更新时间
6882
6791
  :type UpdatedAt: str
6883
6792
  :param _StartTime: 资源开始生效时间
6884
- 注意:此字段可能返回 null,表示取不到有效值。
6885
6793
  :type StartTime: str
6886
6794
  :param _EndTime: 资源结束生效时间
6887
- 注意:此字段可能返回 null,表示取不到有效值。
6888
6795
  :type EndTime: str
6889
6796
  :param _Application: 应用信息
6890
6797
  注意:此字段可能返回 null,表示取不到有效值。
@@ -6898,22 +6805,16 @@ class XMagicResourceSimpleInfo(AbstractModel):
6898
6805
  注意:此字段可能返回 null,表示取不到有效值。
6899
6806
  :type Operation: list of str
6900
6807
  :param _IsUse: 是否可以使用
6901
- 注意:此字段可能返回 null,表示取不到有效值。
6902
6808
  :type IsUse: bool
6903
6809
  :param _XMagicType: single: 原子能力,combined:套餐
6904
- 注意:此字段可能返回 null,表示取不到有效值。
6905
6810
  :type XMagicType: str
6906
6811
  :param _Name: 功能模块名称
6907
- 注意:此字段可能返回 null,表示取不到有效值。
6908
6812
  :type Name: str
6909
6813
  :param _BizType: 资源所属业务方 xmagic:优图,avatar:虚拟形象
6910
- 注意:此字段可能返回 null,表示取不到有效值。
6911
6814
  :type BizType: str
6912
6815
  :param _ResourceId: 资源id
6913
- 注意:此字段可能返回 null,表示取不到有效值。
6914
6816
  :type ResourceId: str
6915
6817
  :param _AutoRenewFlag: 资源自动续费状态
6916
- 注意:此字段可能返回 null,表示取不到有效值。
6917
6818
  :type AutoRenewFlag: int
6918
6819
  """
6919
6820
  self._Id = None
@@ -7004,7 +6905,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7004
6905
  @property
7005
6906
  def StartTime(self):
7006
6907
  """资源开始生效时间
7007
- 注意:此字段可能返回 null,表示取不到有效值。
7008
6908
  :rtype: str
7009
6909
  """
7010
6910
  return self._StartTime
@@ -7016,7 +6916,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7016
6916
  @property
7017
6917
  def EndTime(self):
7018
6918
  """资源结束生效时间
7019
- 注意:此字段可能返回 null,表示取不到有效值。
7020
6919
  :rtype: str
7021
6920
  """
7022
6921
  return self._EndTime
@@ -7075,7 +6974,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7075
6974
  @property
7076
6975
  def IsUse(self):
7077
6976
  """是否可以使用
7078
- 注意:此字段可能返回 null,表示取不到有效值。
7079
6977
  :rtype: bool
7080
6978
  """
7081
6979
  return self._IsUse
@@ -7087,7 +6985,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7087
6985
  @property
7088
6986
  def XMagicType(self):
7089
6987
  """single: 原子能力,combined:套餐
7090
- 注意:此字段可能返回 null,表示取不到有效值。
7091
6988
  :rtype: str
7092
6989
  """
7093
6990
  return self._XMagicType
@@ -7099,7 +6996,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7099
6996
  @property
7100
6997
  def Name(self):
7101
6998
  """功能模块名称
7102
- 注意:此字段可能返回 null,表示取不到有效值。
7103
6999
  :rtype: str
7104
7000
  """
7105
7001
  return self._Name
@@ -7111,7 +7007,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7111
7007
  @property
7112
7008
  def BizType(self):
7113
7009
  """资源所属业务方 xmagic:优图,avatar:虚拟形象
7114
- 注意:此字段可能返回 null,表示取不到有效值。
7115
7010
  :rtype: str
7116
7011
  """
7117
7012
  return self._BizType
@@ -7123,7 +7018,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7123
7018
  @property
7124
7019
  def ResourceId(self):
7125
7020
  """资源id
7126
- 注意:此字段可能返回 null,表示取不到有效值。
7127
7021
  :rtype: str
7128
7022
  """
7129
7023
  return self._ResourceId
@@ -7135,7 +7029,6 @@ class XMagicResourceSimpleInfo(AbstractModel):
7135
7029
  @property
7136
7030
  def AutoRenewFlag(self):
7137
7031
  """资源自动续费状态
7138
- 注意:此字段可能返回 null,表示取不到有效值。
7139
7032
  :rtype: int
7140
7033
  """
7141
7034
  return self._AutoRenewFlag
@@ -7246,12 +7139,15 @@ class XMagicTrial(AbstractModel):
7246
7139
  :type Plan: str
7247
7140
  :param _XMagicType: single: 原子能力,combined:套餐
7248
7141
  :type XMagicType: str
7142
+ :param _BizType: vod:点播 live:直播
7143
+ :type BizType: str
7249
7144
  """
7250
7145
  self._Name = None
7251
7146
  self._TrialCount = None
7252
7147
  self._Duration = None
7253
7148
  self._Plan = None
7254
7149
  self._XMagicType = None
7150
+ self._BizType = None
7255
7151
 
7256
7152
  @property
7257
7153
  def Name(self):
@@ -7308,6 +7204,17 @@ class XMagicTrial(AbstractModel):
7308
7204
  def XMagicType(self, XMagicType):
7309
7205
  self._XMagicType = XMagicType
7310
7206
 
7207
+ @property
7208
+ def BizType(self):
7209
+ """vod:点播 live:直播
7210
+ :rtype: str
7211
+ """
7212
+ return self._BizType
7213
+
7214
+ @BizType.setter
7215
+ def BizType(self, BizType):
7216
+ self._BizType = BizType
7217
+
7311
7218
 
7312
7219
  def _deserialize(self, params):
7313
7220
  self._Name = params.get("Name")
@@ -7315,6 +7222,7 @@ class XMagicTrial(AbstractModel):
7315
7222
  self._Duration = params.get("Duration")
7316
7223
  self._Plan = params.get("Plan")
7317
7224
  self._XMagicType = params.get("XMagicType")
7225
+ self._BizType = params.get("BizType")
7318
7226
  memeber_set = set(params.keys())
7319
7227
  for name, value in vars(self).items():
7320
7228
  property_name = name[1:]