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
@@ -40,7 +40,6 @@ class ActionSummaryOverviewItem(AbstractModel):
40
40
  :param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
41
41
  :type VoucherPayAmount: str
42
42
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
43
- 注意:此字段可能返回 null,表示取不到有效值。
44
43
  :type TransferPayAmount: str
45
44
  :param _BillMonth: 账单月份,格式2019-08
46
45
  :type BillMonth: str
@@ -138,7 +137,6 @@ class ActionSummaryOverviewItem(AbstractModel):
138
137
  @property
139
138
  def TransferPayAmount(self):
140
139
  """分成金账户支出:通过分成金账户支付的金额
141
- 注意:此字段可能返回 null,表示取不到有效值。
142
140
  :rtype: str
143
141
  """
144
142
  return self._TransferPayAmount
@@ -448,64 +446,44 @@ class AllocationDetail(AbstractModel):
448
446
  def __init__(self):
449
447
  r"""
450
448
  :param _TreeNodeUniqKey: 分账单元唯一标识
451
- 注意:此字段可能返回 null,表示取不到有效值。
452
449
  :type TreeNodeUniqKey: str
453
450
  :param _TreeNodeUniqKeyName: 分账单元名称
454
- 注意:此字段可能返回 null,表示取不到有效值。
455
451
  :type TreeNodeUniqKeyName: str
456
452
  :param _BillDate: 日期:结算日期
457
- 注意:此字段可能返回 null,表示取不到有效值。
458
453
  :type BillDate: str
459
454
  :param _PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
460
- 注意:此字段可能返回 null,表示取不到有效值。
461
455
  :type PayerUin: str
462
456
  :param _OwnerUin: 使用者 UIN:实际使用资源的账号 ID
463
- 注意:此字段可能返回 null,表示取不到有效值。
464
457
  :type OwnerUin: str
465
458
  :param _OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
466
- 注意:此字段可能返回 null,表示取不到有效值。
467
459
  :type OperateUin: str
468
460
  :param _BusinessCode: 产品编码
469
- 注意:此字段可能返回 null,表示取不到有效值。
470
461
  :type BusinessCode: str
471
462
  :param _BusinessCodeName: 产品名称:用户所采购的各类云产品
472
- 注意:此字段可能返回 null,表示取不到有效值。
473
463
  :type BusinessCodeName: str
474
464
  :param _PayMode: 计费模式编码
475
- 注意:此字段可能返回 null,表示取不到有效值。
476
465
  :type PayMode: str
477
466
  :param _PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
478
- 注意:此字段可能返回 null,表示取不到有效值。
479
467
  :type PayModeName: str
480
468
  :param _ProjectId: 项目ID
481
- 注意:此字段可能返回 null,表示取不到有效值。
482
469
  :type ProjectId: int
483
470
  :param _ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
484
- 注意:此字段可能返回 null,表示取不到有效值。
485
471
  :type ProjectName: str
486
472
  :param _RegionId: 地域ID
487
- 注意:此字段可能返回 null,表示取不到有效值。
488
473
  :type RegionId: int
489
474
  :param _RegionName: 地域名称:资源所属地域
490
- 注意:此字段可能返回 null,表示取不到有效值。
491
475
  :type RegionName: str
492
476
  :param _ZoneId: 可用区ID
493
- 注意:此字段可能返回 null,表示取不到有效值。
494
477
  :type ZoneId: int
495
478
  :param _ZoneName: 可用区:资源所属可用区
496
- 注意:此字段可能返回 null,表示取不到有效值。
497
479
  :type ZoneName: str
498
480
  :param _ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
499
- 注意:此字段可能返回 null,表示取不到有效值。
500
481
  :type ResourceId: str
501
482
  :param _ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
502
- 注意:此字段可能返回 null,表示取不到有效值。
503
483
  :type ResourceName: str
504
484
  :param _InstanceType: 实例类型编码
505
- 注意:此字段可能返回 null,表示取不到有效值。
506
485
  :type InstanceType: str
507
486
  :param _InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
508
- 注意:此字段可能返回 null,表示取不到有效值。
509
487
  :type InstanceTypeName: str
510
488
  :param _SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
511
489
  注意:此字段可能返回 null,表示取不到有效值。
@@ -514,159 +492,110 @@ class AllocationDetail(AbstractModel):
514
492
  注意:此字段可能返回 null,表示取不到有效值。
515
493
  :type SplitItemName: str
516
494
  :param _ProductCode: 子产品编码
517
- 注意:此字段可能返回 null,表示取不到有效值。
518
495
  :type ProductCode: str
519
496
  :param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
520
- 注意:此字段可能返回 null,表示取不到有效值。
521
497
  :type ProductCodeName: str
522
498
  :param _ActionType: 交易类型编码
523
- 注意:此字段可能返回 null,表示取不到有效值。
524
499
  :type ActionType: str
525
500
  :param _ActionTypeName: 交易类型:明细交易类型
526
- 注意:此字段可能返回 null,表示取不到有效值。
527
501
  :type ActionTypeName: str
528
502
  :param _OrderId: 订单 ID:包年包月计费模式下订购的订单号
529
503
 
530
- 注意:此字段可能返回 null,表示取不到有效值。
531
504
  :type OrderId: str
532
505
  :param _BillId: 交易 ID:结算扣费单号
533
- 注意:此字段可能返回 null,表示取不到有效值。
534
506
  :type BillId: str
535
507
  :param _PayTime: 扣费时间:结算扣费时间
536
- 注意:此字段可能返回 null,表示取不到有效值。
537
508
  :type PayTime: str
538
509
  :param _FeeBeginTime: 开始使用时间:产品服务开始使用时间
539
- 注意:此字段可能返回 null,表示取不到有效值。
540
510
  :type FeeBeginTime: str
541
511
  :param _FeeEndTime: 结束使用时间:产品服务结束使用时间
542
- 注意:此字段可能返回 null,表示取不到有效值。
543
512
  :type FeeEndTime: str
544
513
  :param _ComponentCode: 组件类型编码
545
- 注意:此字段可能返回 null,表示取不到有效值。
546
514
  :type ComponentCode: str
547
515
  :param _ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
548
- 注意:此字段可能返回 null,表示取不到有效值。
549
516
  :type ComponentCodeName: str
550
517
  :param _SinglePrice: 组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
518
  :type SinglePrice: str
553
519
  :param _ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
554
- 注意:此字段可能返回 null,表示取不到有效值。
555
520
  :type ContractPrice: str
556
521
  :param _SinglePriceUnit: 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
557
- 注意:此字段可能返回 null,表示取不到有效值。
558
522
  :type SinglePriceUnit: str
559
523
  :param _UsedAmount: 组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
560
- 注意:此字段可能返回 null,表示取不到有效值。
561
524
  :type UsedAmount: str
562
525
  :param _UsedAmountUnit: 组件用量单位:组件用量对应的单位
563
- 注意:此字段可能返回 null,表示取不到有效值。
564
526
  :type UsedAmountUnit: str
565
527
  :param _TimeSpan: 使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
566
- 注意:此字段可能返回 null,表示取不到有效值。
567
528
  :type TimeSpan: str
568
529
  :param _TimeUnit: 时长单位:资源使用时长的单位
569
- 注意:此字段可能返回 null,表示取不到有效值。
570
530
  :type TimeUnit: str
571
531
  :param _ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
572
- 注意:此字段可能返回 null,表示取不到有效值。
573
532
  :type ReserveDetail: str
574
533
  :param _SplitRatio: 分拆项用量/时长占比:分拆项用量(时长)占比,分拆项用量(时长)/ 拆分前合计用量(时长)
575
- 注意:此字段可能返回 null,表示取不到有效值。
576
534
  :type SplitRatio: str
577
535
  :param _TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
578
- 注意:此字段可能返回 null,表示取不到有效值。
579
536
  :type TotalCost: str
580
537
  :param _RITimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
581
- 注意:此字段可能返回 null,表示取不到有效值。
582
538
  :type RITimeSpan: str
583
539
  :param _RICost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
584
- 注意:此字段可能返回 null,表示取不到有效值。
585
540
  :type RICost: str
586
541
  :param _SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
587
- 注意:此字段可能返回 null,表示取不到有效值。
588
542
  :type SPCost: str
589
543
  :param _Discount: 折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
590
- 注意:此字段可能返回 null,表示取不到有效值。
591
544
  :type Discount: str
592
545
  :param _BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
593
- 注意:此字段可能返回 null,表示取不到有效值。
594
546
  :type BlendedDiscount: str
595
547
  :param _RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
596
- 注意:此字段可能返回 null,表示取不到有效值。
597
548
  :type RealTotalCost: str
598
549
  :param _CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
599
- 注意:此字段可能返回 null,表示取不到有效值。
600
550
  :type CashPayAmount: str
601
551
  :param _VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
602
- 注意:此字段可能返回 null,表示取不到有效值。
603
552
  :type VoucherPayAmount: str
604
553
  :param _IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
605
- 注意:此字段可能返回 null,表示取不到有效值。
606
554
  :type IncentivePayAmount: str
607
555
  :param _TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
608
- 注意:此字段可能返回 null,表示取不到有效值。
609
556
  :type TransferPayAmount: str
610
557
  :param _Tag: 分账标签:资源绑定的标签
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
558
  :type Tag: list of BillTag
613
559
  :param _RegionType: 国内国际编码
614
- 注意:此字段可能返回 null,表示取不到有效值。
615
560
  :type RegionType: str
616
561
  :param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
617
- 注意:此字段可能返回 null,表示取不到有效值。
618
562
  :type RegionTypeName: str
619
563
  :param _ItemCode: 组件名称编码
620
- 注意:此字段可能返回 null,表示取不到有效值。
621
564
  :type ItemCode: str
622
565
  :param _ItemCodeName: 组件名称:用户购买的产品或服务,所包含的具体组件
623
- 注意:此字段可能返回 null,表示取不到有效值。
624
566
  :type ItemCodeName: str
625
567
  :param _AssociatedOrder: 关联单据ID:和本笔交易关联单据ID,如退费订单对应的原新购订单等
626
568
  :type AssociatedOrder: str
627
569
  :param _PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
628
- 注意:此字段可能返回 null,表示取不到有效值。
629
570
  :type PriceInfo: list of str
630
571
  :param _Formula: 计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
631
- 注意:此字段可能返回 null,表示取不到有效值。
632
572
  :type Formula: str
633
573
  :param _FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
634
- 注意:此字段可能返回 null,表示取不到有效值。
635
574
  :type FormulaUrl: str
636
575
  :param _RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量
637
576
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
638
- 注意:此字段可能返回 null,表示取不到有效值。
639
577
  :type RealTotalMeasure: str
640
578
  :param _DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量
641
579
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
642
- 注意:此字段可能返回 null,表示取不到有效值。
643
580
  :type DeductedMeasure: str
644
581
  :param _ComponentConfig: 配置描述:资源配置规格信息
645
- 注意:此字段可能返回 null,表示取不到有效值。
646
582
  :type ComponentConfig: str
647
583
  :param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
648
584
  0 - 分摊
649
585
  1 - 归集
650
586
  2 - 未分配
651
- 注意:此字段可能返回 null,表示取不到有效值。
652
587
  :type AllocationType: int
653
588
  :param _DiscountObject: 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
654
- 注意:此字段可能返回 null,表示取不到有效值。
655
589
  :type DiscountObject: str
656
590
  :param _DiscountType: 当前消费项的优惠类型,例如:折扣、合同价。
657
- 注意:此字段可能返回 null,表示取不到有效值。
658
591
  :type DiscountType: str
659
592
  :param _DiscountContent: 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
660
- 注意:此字段可能返回 null,表示取不到有效值。
661
593
  :type DiscountContent: str
662
594
  :param _SPDeduction: SPDeduction
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
595
  :type SPDeduction: str
665
596
  :param _SPDeductionRate: SPDeduction
666
- 注意:此字段可能返回 null,表示取不到有效值。
667
597
  :type SPDeductionRate: str
668
598
  :param _BillMonth: 账单月
669
- 注意:此字段可能返回 null,表示取不到有效值。
670
599
  :type BillMonth: str
671
600
  """
672
601
  self._TreeNodeUniqKey = None
@@ -745,7 +674,6 @@ class AllocationDetail(AbstractModel):
745
674
  @property
746
675
  def TreeNodeUniqKey(self):
747
676
  """分账单元唯一标识
748
- 注意:此字段可能返回 null,表示取不到有效值。
749
677
  :rtype: str
750
678
  """
751
679
  return self._TreeNodeUniqKey
@@ -757,7 +685,6 @@ class AllocationDetail(AbstractModel):
757
685
  @property
758
686
  def TreeNodeUniqKeyName(self):
759
687
  """分账单元名称
760
- 注意:此字段可能返回 null,表示取不到有效值。
761
688
  :rtype: str
762
689
  """
763
690
  return self._TreeNodeUniqKeyName
@@ -769,7 +696,6 @@ class AllocationDetail(AbstractModel):
769
696
  @property
770
697
  def BillDate(self):
771
698
  """日期:结算日期
772
- 注意:此字段可能返回 null,表示取不到有效值。
773
699
  :rtype: str
774
700
  """
775
701
  return self._BillDate
@@ -781,7 +707,6 @@ class AllocationDetail(AbstractModel):
781
707
  @property
782
708
  def PayerUin(self):
783
709
  """支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
784
- 注意:此字段可能返回 null,表示取不到有效值。
785
710
  :rtype: str
786
711
  """
787
712
  return self._PayerUin
@@ -793,7 +718,6 @@ class AllocationDetail(AbstractModel):
793
718
  @property
794
719
  def OwnerUin(self):
795
720
  """使用者 UIN:实际使用资源的账号 ID
796
- 注意:此字段可能返回 null,表示取不到有效值。
797
721
  :rtype: str
798
722
  """
799
723
  return self._OwnerUin
@@ -805,7 +729,6 @@ class AllocationDetail(AbstractModel):
805
729
  @property
806
730
  def OperateUin(self):
807
731
  """操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
808
- 注意:此字段可能返回 null,表示取不到有效值。
809
732
  :rtype: str
810
733
  """
811
734
  return self._OperateUin
@@ -817,7 +740,6 @@ class AllocationDetail(AbstractModel):
817
740
  @property
818
741
  def BusinessCode(self):
819
742
  """产品编码
820
- 注意:此字段可能返回 null,表示取不到有效值。
821
743
  :rtype: str
822
744
  """
823
745
  return self._BusinessCode
@@ -829,7 +751,6 @@ class AllocationDetail(AbstractModel):
829
751
  @property
830
752
  def BusinessCodeName(self):
831
753
  """产品名称:用户所采购的各类云产品
832
- 注意:此字段可能返回 null,表示取不到有效值。
833
754
  :rtype: str
834
755
  """
835
756
  return self._BusinessCodeName
@@ -841,7 +762,6 @@ class AllocationDetail(AbstractModel):
841
762
  @property
842
763
  def PayMode(self):
843
764
  """计费模式编码
844
- 注意:此字段可能返回 null,表示取不到有效值。
845
765
  :rtype: str
846
766
  """
847
767
  return self._PayMode
@@ -853,7 +773,6 @@ class AllocationDetail(AbstractModel):
853
773
  @property
854
774
  def PayModeName(self):
855
775
  """计费模式:资源的计费模式,区分为包年包月和按量计费
856
- 注意:此字段可能返回 null,表示取不到有效值。
857
776
  :rtype: str
858
777
  """
859
778
  return self._PayModeName
@@ -865,7 +784,6 @@ class AllocationDetail(AbstractModel):
865
784
  @property
866
785
  def ProjectId(self):
867
786
  """项目ID
868
- 注意:此字段可能返回 null,表示取不到有效值。
869
787
  :rtype: int
870
788
  """
871
789
  return self._ProjectId
@@ -877,7 +795,6 @@ class AllocationDetail(AbstractModel):
877
795
  @property
878
796
  def ProjectName(self):
879
797
  """项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
880
- 注意:此字段可能返回 null,表示取不到有效值。
881
798
  :rtype: str
882
799
  """
883
800
  return self._ProjectName
@@ -889,7 +806,6 @@ class AllocationDetail(AbstractModel):
889
806
  @property
890
807
  def RegionId(self):
891
808
  """地域ID
892
- 注意:此字段可能返回 null,表示取不到有效值。
893
809
  :rtype: int
894
810
  """
895
811
  return self._RegionId
@@ -901,7 +817,6 @@ class AllocationDetail(AbstractModel):
901
817
  @property
902
818
  def RegionName(self):
903
819
  """地域名称:资源所属地域
904
- 注意:此字段可能返回 null,表示取不到有效值。
905
820
  :rtype: str
906
821
  """
907
822
  return self._RegionName
@@ -913,7 +828,6 @@ class AllocationDetail(AbstractModel):
913
828
  @property
914
829
  def ZoneId(self):
915
830
  """可用区ID
916
- 注意:此字段可能返回 null,表示取不到有效值。
917
831
  :rtype: int
918
832
  """
919
833
  return self._ZoneId
@@ -925,7 +839,6 @@ class AllocationDetail(AbstractModel):
925
839
  @property
926
840
  def ZoneName(self):
927
841
  """可用区:资源所属可用区
928
- 注意:此字段可能返回 null,表示取不到有效值。
929
842
  :rtype: str
930
843
  """
931
844
  return self._ZoneName
@@ -937,7 +850,6 @@ class AllocationDetail(AbstractModel):
937
850
  @property
938
851
  def ResourceId(self):
939
852
  """资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
940
- 注意:此字段可能返回 null,表示取不到有效值。
941
853
  :rtype: str
942
854
  """
943
855
  return self._ResourceId
@@ -949,7 +861,6 @@ class AllocationDetail(AbstractModel):
949
861
  @property
950
862
  def ResourceName(self):
951
863
  """实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
952
- 注意:此字段可能返回 null,表示取不到有效值。
953
864
  :rtype: str
954
865
  """
955
866
  return self._ResourceName
@@ -961,7 +872,6 @@ class AllocationDetail(AbstractModel):
961
872
  @property
962
873
  def InstanceType(self):
963
874
  """实例类型编码
964
- 注意:此字段可能返回 null,表示取不到有效值。
965
875
  :rtype: str
966
876
  """
967
877
  return self._InstanceType
@@ -973,7 +883,6 @@ class AllocationDetail(AbstractModel):
973
883
  @property
974
884
  def InstanceTypeName(self):
975
885
  """实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
976
- 注意:此字段可能返回 null,表示取不到有效值。
977
886
  :rtype: str
978
887
  """
979
888
  return self._InstanceTypeName
@@ -1017,7 +926,6 @@ class AllocationDetail(AbstractModel):
1017
926
  @property
1018
927
  def ProductCode(self):
1019
928
  """子产品编码
1020
- 注意:此字段可能返回 null,表示取不到有效值。
1021
929
  :rtype: str
1022
930
  """
1023
931
  return self._ProductCode
@@ -1029,7 +937,6 @@ class AllocationDetail(AbstractModel):
1029
937
  @property
1030
938
  def ProductCodeName(self):
1031
939
  """子产品名称:用户采购的具体产品细分类型
1032
- 注意:此字段可能返回 null,表示取不到有效值。
1033
940
  :rtype: str
1034
941
  """
1035
942
  return self._ProductCodeName
@@ -1041,7 +948,6 @@ class AllocationDetail(AbstractModel):
1041
948
  @property
1042
949
  def ActionType(self):
1043
950
  """交易类型编码
1044
- 注意:此字段可能返回 null,表示取不到有效值。
1045
951
  :rtype: str
1046
952
  """
1047
953
  return self._ActionType
@@ -1053,7 +959,6 @@ class AllocationDetail(AbstractModel):
1053
959
  @property
1054
960
  def ActionTypeName(self):
1055
961
  """交易类型:明细交易类型
1056
- 注意:此字段可能返回 null,表示取不到有效值。
1057
962
  :rtype: str
1058
963
  """
1059
964
  return self._ActionTypeName
@@ -1066,7 +971,6 @@ class AllocationDetail(AbstractModel):
1066
971
  def OrderId(self):
1067
972
  """订单 ID:包年包月计费模式下订购的订单号
1068
973
 
1069
- 注意:此字段可能返回 null,表示取不到有效值。
1070
974
  :rtype: str
1071
975
  """
1072
976
  return self._OrderId
@@ -1078,7 +982,6 @@ class AllocationDetail(AbstractModel):
1078
982
  @property
1079
983
  def BillId(self):
1080
984
  """交易 ID:结算扣费单号
1081
- 注意:此字段可能返回 null,表示取不到有效值。
1082
985
  :rtype: str
1083
986
  """
1084
987
  return self._BillId
@@ -1090,7 +993,6 @@ class AllocationDetail(AbstractModel):
1090
993
  @property
1091
994
  def PayTime(self):
1092
995
  """扣费时间:结算扣费时间
1093
- 注意:此字段可能返回 null,表示取不到有效值。
1094
996
  :rtype: str
1095
997
  """
1096
998
  return self._PayTime
@@ -1102,7 +1004,6 @@ class AllocationDetail(AbstractModel):
1102
1004
  @property
1103
1005
  def FeeBeginTime(self):
1104
1006
  """开始使用时间:产品服务开始使用时间
1105
- 注意:此字段可能返回 null,表示取不到有效值。
1106
1007
  :rtype: str
1107
1008
  """
1108
1009
  return self._FeeBeginTime
@@ -1114,7 +1015,6 @@ class AllocationDetail(AbstractModel):
1114
1015
  @property
1115
1016
  def FeeEndTime(self):
1116
1017
  """结束使用时间:产品服务结束使用时间
1117
- 注意:此字段可能返回 null,表示取不到有效值。
1118
1018
  :rtype: str
1119
1019
  """
1120
1020
  return self._FeeEndTime
@@ -1126,7 +1026,6 @@ class AllocationDetail(AbstractModel):
1126
1026
  @property
1127
1027
  def ComponentCode(self):
1128
1028
  """组件类型编码
1129
- 注意:此字段可能返回 null,表示取不到有效值。
1130
1029
  :rtype: str
1131
1030
  """
1132
1031
  return self._ComponentCode
@@ -1138,7 +1037,6 @@ class AllocationDetail(AbstractModel):
1138
1037
  @property
1139
1038
  def ComponentCodeName(self):
1140
1039
  """组件类型:用户购买的产品或服务对应的组件大类
1141
- 注意:此字段可能返回 null,表示取不到有效值。
1142
1040
  :rtype: str
1143
1041
  """
1144
1042
  return self._ComponentCodeName
@@ -1150,7 +1048,6 @@ class AllocationDetail(AbstractModel):
1150
1048
  @property
1151
1049
  def SinglePrice(self):
1152
1050
  """组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
1153
- 注意:此字段可能返回 null,表示取不到有效值。
1154
1051
  :rtype: str
1155
1052
  """
1156
1053
  return self._SinglePrice
@@ -1162,7 +1059,6 @@ class AllocationDetail(AbstractModel):
1162
1059
  @property
1163
1060
  def ContractPrice(self):
1164
1061
  """组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
1165
- 注意:此字段可能返回 null,表示取不到有效值。
1166
1062
  :rtype: str
1167
1063
  """
1168
1064
  return self._ContractPrice
@@ -1174,7 +1070,6 @@ class AllocationDetail(AbstractModel):
1174
1070
  @property
1175
1071
  def SinglePriceUnit(self):
1176
1072
  """组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
1177
- 注意:此字段可能返回 null,表示取不到有效值。
1178
1073
  :rtype: str
1179
1074
  """
1180
1075
  return self._SinglePriceUnit
@@ -1186,7 +1081,6 @@ class AllocationDetail(AbstractModel):
1186
1081
  @property
1187
1082
  def UsedAmount(self):
1188
1083
  """组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
1189
- 注意:此字段可能返回 null,表示取不到有效值。
1190
1084
  :rtype: str
1191
1085
  """
1192
1086
  return self._UsedAmount
@@ -1198,7 +1092,6 @@ class AllocationDetail(AbstractModel):
1198
1092
  @property
1199
1093
  def UsedAmountUnit(self):
1200
1094
  """组件用量单位:组件用量对应的单位
1201
- 注意:此字段可能返回 null,表示取不到有效值。
1202
1095
  :rtype: str
1203
1096
  """
1204
1097
  return self._UsedAmountUnit
@@ -1210,7 +1103,6 @@ class AllocationDetail(AbstractModel):
1210
1103
  @property
1211
1104
  def TimeSpan(self):
1212
1105
  """使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
1213
- 注意:此字段可能返回 null,表示取不到有效值。
1214
1106
  :rtype: str
1215
1107
  """
1216
1108
  return self._TimeSpan
@@ -1222,7 +1114,6 @@ class AllocationDetail(AbstractModel):
1222
1114
  @property
1223
1115
  def TimeUnit(self):
1224
1116
  """时长单位:资源使用时长的单位
1225
- 注意:此字段可能返回 null,表示取不到有效值。
1226
1117
  :rtype: str
1227
1118
  """
1228
1119
  return self._TimeUnit
@@ -1234,7 +1125,6 @@ class AllocationDetail(AbstractModel):
1234
1125
  @property
1235
1126
  def ReserveDetail(self):
1236
1127
  """备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
1237
- 注意:此字段可能返回 null,表示取不到有效值。
1238
1128
  :rtype: str
1239
1129
  """
1240
1130
  return self._ReserveDetail
@@ -1246,7 +1136,6 @@ class AllocationDetail(AbstractModel):
1246
1136
  @property
1247
1137
  def SplitRatio(self):
1248
1138
  """分拆项用量/时长占比:分拆项用量(时长)占比,分拆项用量(时长)/ 拆分前合计用量(时长)
1249
- 注意:此字段可能返回 null,表示取不到有效值。
1250
1139
  :rtype: str
1251
1140
  """
1252
1141
  return self._SplitRatio
@@ -1258,7 +1147,6 @@ class AllocationDetail(AbstractModel):
1258
1147
  @property
1259
1148
  def TotalCost(self):
1260
1149
  """组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
1261
- 注意:此字段可能返回 null,表示取不到有效值。
1262
1150
  :rtype: str
1263
1151
  """
1264
1152
  return self._TotalCost
@@ -1270,7 +1158,6 @@ class AllocationDetail(AbstractModel):
1270
1158
  @property
1271
1159
  def RITimeSpan(self):
1272
1160
  """预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
1273
- 注意:此字段可能返回 null,表示取不到有效值。
1274
1161
  :rtype: str
1275
1162
  """
1276
1163
  return self._RITimeSpan
@@ -1282,7 +1169,6 @@ class AllocationDetail(AbstractModel):
1282
1169
  @property
1283
1170
  def RICost(self):
1284
1171
  """预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
1285
- 注意:此字段可能返回 null,表示取不到有效值。
1286
1172
  :rtype: str
1287
1173
  """
1288
1174
  return self._RICost
@@ -1294,7 +1180,6 @@ class AllocationDetail(AbstractModel):
1294
1180
  @property
1295
1181
  def SPCost(self):
1296
1182
  """节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
1297
- 注意:此字段可能返回 null,表示取不到有效值。
1298
1183
  :rtype: str
1299
1184
  """
1300
1185
  return self._SPCost
@@ -1306,7 +1191,6 @@ class AllocationDetail(AbstractModel):
1306
1191
  @property
1307
1192
  def Discount(self):
1308
1193
  """折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
1309
- 注意:此字段可能返回 null,表示取不到有效值。
1310
1194
  :rtype: str
1311
1195
  """
1312
1196
  return self._Discount
@@ -1318,7 +1202,6 @@ class AllocationDetail(AbstractModel):
1318
1202
  @property
1319
1203
  def BlendedDiscount(self):
1320
1204
  """混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
1321
- 注意:此字段可能返回 null,表示取不到有效值。
1322
1205
  :rtype: str
1323
1206
  """
1324
1207
  return self._BlendedDiscount
@@ -1330,7 +1213,6 @@ class AllocationDetail(AbstractModel):
1330
1213
  @property
1331
1214
  def RealTotalCost(self):
1332
1215
  """优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
1333
- 注意:此字段可能返回 null,表示取不到有效值。
1334
1216
  :rtype: str
1335
1217
  """
1336
1218
  return self._RealTotalCost
@@ -1342,7 +1224,6 @@ class AllocationDetail(AbstractModel):
1342
1224
  @property
1343
1225
  def CashPayAmount(self):
1344
1226
  """现金账户支出(元):通过现金账户支付的金额
1345
- 注意:此字段可能返回 null,表示取不到有效值。
1346
1227
  :rtype: str
1347
1228
  """
1348
1229
  return self._CashPayAmount
@@ -1354,7 +1235,6 @@ class AllocationDetail(AbstractModel):
1354
1235
  @property
1355
1236
  def VoucherPayAmount(self):
1356
1237
  """代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
1357
- 注意:此字段可能返回 null,表示取不到有效值。
1358
1238
  :rtype: str
1359
1239
  """
1360
1240
  return self._VoucherPayAmount
@@ -1366,7 +1246,6 @@ class AllocationDetail(AbstractModel):
1366
1246
  @property
1367
1247
  def IncentivePayAmount(self):
1368
1248
  """赠送账户支出(元):使用赠送金支付的金额
1369
- 注意:此字段可能返回 null,表示取不到有效值。
1370
1249
  :rtype: str
1371
1250
  """
1372
1251
  return self._IncentivePayAmount
@@ -1378,7 +1257,6 @@ class AllocationDetail(AbstractModel):
1378
1257
  @property
1379
1258
  def TransferPayAmount(self):
1380
1259
  """分成账户支出(元):通过分成金账户支付的金额
1381
- 注意:此字段可能返回 null,表示取不到有效值。
1382
1260
  :rtype: str
1383
1261
  """
1384
1262
  return self._TransferPayAmount
@@ -1390,7 +1268,6 @@ class AllocationDetail(AbstractModel):
1390
1268
  @property
1391
1269
  def Tag(self):
1392
1270
  """分账标签:资源绑定的标签
1393
- 注意:此字段可能返回 null,表示取不到有效值。
1394
1271
  :rtype: list of BillTag
1395
1272
  """
1396
1273
  return self._Tag
@@ -1402,7 +1279,6 @@ class AllocationDetail(AbstractModel):
1402
1279
  @property
1403
1280
  def RegionType(self):
1404
1281
  """国内国际编码
1405
- 注意:此字段可能返回 null,表示取不到有效值。
1406
1282
  :rtype: str
1407
1283
  """
1408
1284
  return self._RegionType
@@ -1414,7 +1290,6 @@ class AllocationDetail(AbstractModel):
1414
1290
  @property
1415
1291
  def RegionTypeName(self):
1416
1292
  """国内国际:资源所属区域类型(国内、国际)
1417
- 注意:此字段可能返回 null,表示取不到有效值。
1418
1293
  :rtype: str
1419
1294
  """
1420
1295
  return self._RegionTypeName
@@ -1426,7 +1301,6 @@ class AllocationDetail(AbstractModel):
1426
1301
  @property
1427
1302
  def ItemCode(self):
1428
1303
  """组件名称编码
1429
- 注意:此字段可能返回 null,表示取不到有效值。
1430
1304
  :rtype: str
1431
1305
  """
1432
1306
  return self._ItemCode
@@ -1438,7 +1312,6 @@ class AllocationDetail(AbstractModel):
1438
1312
  @property
1439
1313
  def ItemCodeName(self):
1440
1314
  """组件名称:用户购买的产品或服务,所包含的具体组件
1441
- 注意:此字段可能返回 null,表示取不到有效值。
1442
1315
  :rtype: str
1443
1316
  """
1444
1317
  return self._ItemCodeName
@@ -1461,7 +1334,6 @@ class AllocationDetail(AbstractModel):
1461
1334
  @property
1462
1335
  def PriceInfo(self):
1463
1336
  """价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
1464
- 注意:此字段可能返回 null,表示取不到有效值。
1465
1337
  :rtype: list of str
1466
1338
  """
1467
1339
  return self._PriceInfo
@@ -1473,7 +1345,6 @@ class AllocationDetail(AbstractModel):
1473
1345
  @property
1474
1346
  def Formula(self):
1475
1347
  """计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
1476
- 注意:此字段可能返回 null,表示取不到有效值。
1477
1348
  :rtype: str
1478
1349
  """
1479
1350
  return self._Formula
@@ -1485,7 +1356,6 @@ class AllocationDetail(AbstractModel):
1485
1356
  @property
1486
1357
  def FormulaUrl(self):
1487
1358
  """计费规则:各产品详细的计费规则官网说明链接
1488
- 注意:此字段可能返回 null,表示取不到有效值。
1489
1359
  :rtype: str
1490
1360
  """
1491
1361
  return self._FormulaUrl
@@ -1498,7 +1368,6 @@ class AllocationDetail(AbstractModel):
1498
1368
  def RealTotalMeasure(self):
1499
1369
  """原始用量/时长:组件被资源包抵扣前的原始用量
1500
1370
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
1501
- 注意:此字段可能返回 null,表示取不到有效值。
1502
1371
  :rtype: str
1503
1372
  """
1504
1373
  return self._RealTotalMeasure
@@ -1511,7 +1380,6 @@ class AllocationDetail(AbstractModel):
1511
1380
  def DeductedMeasure(self):
1512
1381
  """抵扣用量/时长(含资源包):组件被资源包抵扣的用量
1513
1382
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
1514
- 注意:此字段可能返回 null,表示取不到有效值。
1515
1383
  :rtype: str
1516
1384
  """
1517
1385
  return self._DeductedMeasure
@@ -1523,7 +1391,6 @@ class AllocationDetail(AbstractModel):
1523
1391
  @property
1524
1392
  def ComponentConfig(self):
1525
1393
  """配置描述:资源配置规格信息
1526
- 注意:此字段可能返回 null,表示取不到有效值。
1527
1394
  :rtype: str
1528
1395
  """
1529
1396
  return self._ComponentConfig
@@ -1538,7 +1405,6 @@ class AllocationDetail(AbstractModel):
1538
1405
  0 - 分摊
1539
1406
  1 - 归集
1540
1407
  2 - 未分配
1541
- 注意:此字段可能返回 null,表示取不到有效值。
1542
1408
  :rtype: int
1543
1409
  """
1544
1410
  return self._AllocationType
@@ -1550,7 +1416,6 @@ class AllocationDetail(AbstractModel):
1550
1416
  @property
1551
1417
  def DiscountObject(self):
1552
1418
  """当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
1553
- 注意:此字段可能返回 null,表示取不到有效值。
1554
1419
  :rtype: str
1555
1420
  """
1556
1421
  return self._DiscountObject
@@ -1562,7 +1427,6 @@ class AllocationDetail(AbstractModel):
1562
1427
  @property
1563
1428
  def DiscountType(self):
1564
1429
  """当前消费项的优惠类型,例如:折扣、合同价。
1565
- 注意:此字段可能返回 null,表示取不到有效值。
1566
1430
  :rtype: str
1567
1431
  """
1568
1432
  return self._DiscountType
@@ -1574,7 +1438,6 @@ class AllocationDetail(AbstractModel):
1574
1438
  @property
1575
1439
  def DiscountContent(self):
1576
1440
  """对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
1577
- 注意:此字段可能返回 null,表示取不到有效值。
1578
1441
  :rtype: str
1579
1442
  """
1580
1443
  return self._DiscountContent
@@ -1586,7 +1449,6 @@ class AllocationDetail(AbstractModel):
1586
1449
  @property
1587
1450
  def SPDeduction(self):
1588
1451
  """SPDeduction
1589
- 注意:此字段可能返回 null,表示取不到有效值。
1590
1452
  :rtype: str
1591
1453
  """
1592
1454
  return self._SPDeduction
@@ -1598,7 +1460,6 @@ class AllocationDetail(AbstractModel):
1598
1460
  @property
1599
1461
  def SPDeductionRate(self):
1600
1462
  """SPDeduction
1601
- 注意:此字段可能返回 null,表示取不到有效值。
1602
1463
  :rtype: str
1603
1464
  """
1604
1465
  return self._SPDeductionRate
@@ -1610,7 +1471,6 @@ class AllocationDetail(AbstractModel):
1610
1471
  @property
1611
1472
  def BillMonth(self):
1612
1473
  """账单月
1613
- 注意:此字段可能返回 null,表示取不到有效值。
1614
1474
  :rtype: str
1615
1475
  """
1616
1476
  return self._BillMonth
@@ -2587,10 +2447,8 @@ class AllocationRule(AbstractModel):
2587
2447
  def __init__(self):
2588
2448
  r"""
2589
2449
  :param _RuleId: 公摊规则ID
2590
- 注意:此字段可能返回 null,表示取不到有效值。
2591
2450
  :type RuleId: int
2592
2451
  :param _RuleName: 公摊规则名称
2593
- 注意:此字段可能返回 null,表示取不到有效值。
2594
2452
  :type RuleName: str
2595
2453
  """
2596
2454
  self._RuleId = None
@@ -2599,7 +2457,6 @@ class AllocationRule(AbstractModel):
2599
2457
  @property
2600
2458
  def RuleId(self):
2601
2459
  """公摊规则ID
2602
- 注意:此字段可能返回 null,表示取不到有效值。
2603
2460
  :rtype: int
2604
2461
  """
2605
2462
  return self._RuleId
@@ -2611,7 +2468,6 @@ class AllocationRule(AbstractModel):
2611
2468
  @property
2612
2469
  def RuleName(self):
2613
2470
  """公摊规则名称
2614
- 注意:此字段可能返回 null,表示取不到有效值。
2615
2471
  :rtype: str
2616
2472
  """
2617
2473
  return self._RuleName
@@ -4242,109 +4098,75 @@ class AllocationSummaryByResource(AbstractModel):
4242
4098
  def __init__(self):
4243
4099
  r"""
4244
4100
  :param _TreeNodeUniqKey: 分账单元唯一标识
4245
- 注意:此字段可能返回 null,表示取不到有效值。
4246
4101
  :type TreeNodeUniqKey: str
4247
4102
  :param _TreeNodeUniqKeyName: 分账单元名称
4248
- 注意:此字段可能返回 null,表示取不到有效值。
4249
4103
  :type TreeNodeUniqKeyName: str
4250
4104
  :param _BillDate: 日期:结算日期
4251
- 注意:此字段可能返回 null,表示取不到有效值。
4252
4105
  :type BillDate: str
4253
4106
  :param _PayerUin: 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
4254
- 注意:此字段可能返回 null,表示取不到有效值。
4255
4107
  :type PayerUin: str
4256
4108
  :param _OwnerUin: 使用者 UIN:实际使用资源的账号 ID
4257
- 注意:此字段可能返回 null,表示取不到有效值。
4258
4109
  :type OwnerUin: str
4259
4110
  :param _OperateUin: 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
4260
- 注意:此字段可能返回 null,表示取不到有效值。
4261
4111
  :type OperateUin: str
4262
4112
  :param _PayMode: 计费模式编码
4263
- 注意:此字段可能返回 null,表示取不到有效值。
4264
4113
  :type PayMode: str
4265
4114
  :param _PayModeName: 计费模式:资源的计费模式,区分为包年包月和按量计费
4266
- 注意:此字段可能返回 null,表示取不到有效值。
4267
4115
  :type PayModeName: str
4268
4116
  :param _ActionType: 交易类型编码
4269
- 注意:此字段可能返回 null,表示取不到有效值。
4270
4117
  :type ActionType: str
4271
4118
  :param _ActionTypeName: 交易类型:明细交易类型
4272
- 注意:此字段可能返回 null,表示取不到有效值。
4273
4119
  :type ActionTypeName: str
4274
4120
  :param _BusinessCode: 产品编码
4275
- 注意:此字段可能返回 null,表示取不到有效值。
4276
4121
  :type BusinessCode: str
4277
4122
  :param _BusinessCodeName: 产品名称:用户所采购的各类云产品
4278
- 注意:此字段可能返回 null,表示取不到有效值。
4279
4123
  :type BusinessCodeName: str
4280
4124
  :param _ProductCode: 子产品编码
4281
- 注意:此字段可能返回 null,表示取不到有效值。
4282
4125
  :type ProductCode: str
4283
4126
  :param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
4284
- 注意:此字段可能返回 null,表示取不到有效值。
4285
4127
  :type ProductCodeName: str
4286
4128
  :param _RegionId: 地域ID
4287
- 注意:此字段可能返回 null,表示取不到有效值。
4288
4129
  :type RegionId: int
4289
4130
  :param _RegionName: 地域名称:资源所属地域
4290
- 注意:此字段可能返回 null,表示取不到有效值。
4291
4131
  :type RegionName: str
4292
4132
  :param _ZoneId: 可用区ID
4293
- 注意:此字段可能返回 null,表示取不到有效值。
4294
4133
  :type ZoneId: int
4295
4134
  :param _ZoneName: 可用区:资源所属可用区
4296
- 注意:此字段可能返回 null,表示取不到有效值。
4297
4135
  :type ZoneName: str
4298
4136
  :param _InstanceType: 实例类型编码
4299
- 注意:此字段可能返回 null,表示取不到有效值。
4300
4137
  :type InstanceType: str
4301
4138
  :param _InstanceTypeName: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
4302
- 注意:此字段可能返回 null,表示取不到有效值。
4303
4139
  :type InstanceTypeName: str
4304
4140
  :param _ResourceId: 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
4305
- 注意:此字段可能返回 null,表示取不到有效值。
4306
4141
  :type ResourceId: str
4307
4142
  :param _ResourceName: 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
4308
- 注意:此字段可能返回 null,表示取不到有效值。
4309
4143
  :type ResourceName: str
4310
4144
  :param _Tag: 分账标签:资源绑定的标签
4311
- 注意:此字段可能返回 null,表示取不到有效值。
4312
4145
  :type Tag: list of BillTag
4313
4146
  :param _ProjectId: 项目ID
4314
- 注意:此字段可能返回 null,表示取不到有效值。
4315
4147
  :type ProjectId: int
4316
4148
  :param _ProjectName: 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
4317
- 注意:此字段可能返回 null,表示取不到有效值。
4318
4149
  :type ProjectName: str
4319
4150
  :param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
4320
4151
  0 - 分摊
4321
4152
  1 - 归集
4322
4153
  -1 - 未分配
4323
- 注意:此字段可能返回 null,表示取不到有效值。
4324
4154
  :type AllocationType: int
4325
4155
  :param _TotalCost: 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
4326
- 注意:此字段可能返回 null,表示取不到有效值。
4327
4156
  :type TotalCost: str
4328
4157
  :param _RiTimeSpan: 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
4329
- 注意:此字段可能返回 null,表示取不到有效值。
4330
4158
  :type RiTimeSpan: str
4331
4159
  :param _RiCost: 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
4332
- 注意:此字段可能返回 null,表示取不到有效值。
4333
4160
  :type RiCost: str
4334
4161
  :param _RealTotalCost: 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
4335
- 注意:此字段可能返回 null,表示取不到有效值。
4336
4162
  :type RealTotalCost: str
4337
4163
  :param _CashPayAmount: 现金账户支出(元):通过现金账户支付的金额
4338
- 注意:此字段可能返回 null,表示取不到有效值。
4339
4164
  :type CashPayAmount: str
4340
4165
  :param _VoucherPayAmount: 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
4341
- 注意:此字段可能返回 null,表示取不到有效值。
4342
4166
  :type VoucherPayAmount: str
4343
4167
  :param _IncentivePayAmount: 赠送账户支出(元):使用赠送金支付的金额
4344
- 注意:此字段可能返回 null,表示取不到有效值。
4345
4168
  :type IncentivePayAmount: str
4346
4169
  :param _TransferPayAmount: 分成账户支出(元):通过分成金账户支付的金额
4347
- 注意:此字段可能返回 null,表示取不到有效值。
4348
4170
  :type TransferPayAmount: str
4349
4171
  :param _SplitItemId: 分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
4350
4172
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4353,28 +4175,20 @@ class AllocationSummaryByResource(AbstractModel):
4353
4175
  注意:此字段可能返回 null,表示取不到有效值。
4354
4176
  :type SplitItemName: str
4355
4177
  :param _FeeBeginTime: 开始使用时间:产品服务开始使用时间
4356
- 注意:此字段可能返回 null,表示取不到有效值。
4357
4178
  :type FeeBeginTime: str
4358
4179
  :param _FeeEndTime: 结束使用时间:产品服务结束使用时间
4359
- 注意:此字段可能返回 null,表示取不到有效值。
4360
4180
  :type FeeEndTime: str
4361
4181
  :param _SPCost: 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
4362
- 注意:此字段可能返回 null,表示取不到有效值。
4363
4182
  :type SPCost: str
4364
4183
  :param _RegionType: 国内国际编码
4365
- 注意:此字段可能返回 null,表示取不到有效值。
4366
4184
  :type RegionType: str
4367
4185
  :param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
4368
- 注意:此字段可能返回 null,表示取不到有效值。
4369
4186
  :type RegionTypeName: str
4370
4187
  :param _ComponentConfig: 配置描述:对应资源下各组件名称及用量(如组件为用量累加型计费则为合计用量)
4371
- 注意:此字段可能返回 null,表示取不到有效值。
4372
4188
  :type ComponentConfig: str
4373
4189
  :param _SPDeduction: SPDeduction
4374
- 注意:此字段可能返回 null,表示取不到有效值。
4375
4190
  :type SPDeduction: str
4376
4191
  :param _BillMonth: 账单月
4377
- 注意:此字段可能返回 null,表示取不到有效值。
4378
4192
  :type BillMonth: str
4379
4193
  """
4380
4194
  self._TreeNodeUniqKey = None
@@ -4425,7 +4239,6 @@ class AllocationSummaryByResource(AbstractModel):
4425
4239
  @property
4426
4240
  def TreeNodeUniqKey(self):
4427
4241
  """分账单元唯一标识
4428
- 注意:此字段可能返回 null,表示取不到有效值。
4429
4242
  :rtype: str
4430
4243
  """
4431
4244
  return self._TreeNodeUniqKey
@@ -4437,7 +4250,6 @@ class AllocationSummaryByResource(AbstractModel):
4437
4250
  @property
4438
4251
  def TreeNodeUniqKeyName(self):
4439
4252
  """分账单元名称
4440
- 注意:此字段可能返回 null,表示取不到有效值。
4441
4253
  :rtype: str
4442
4254
  """
4443
4255
  return self._TreeNodeUniqKeyName
@@ -4449,7 +4261,6 @@ class AllocationSummaryByResource(AbstractModel):
4449
4261
  @property
4450
4262
  def BillDate(self):
4451
4263
  """日期:结算日期
4452
- 注意:此字段可能返回 null,表示取不到有效值。
4453
4264
  :rtype: str
4454
4265
  """
4455
4266
  return self._BillDate
@@ -4461,7 +4272,6 @@ class AllocationSummaryByResource(AbstractModel):
4461
4272
  @property
4462
4273
  def PayerUin(self):
4463
4274
  """支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
4464
- 注意:此字段可能返回 null,表示取不到有效值。
4465
4275
  :rtype: str
4466
4276
  """
4467
4277
  return self._PayerUin
@@ -4473,7 +4283,6 @@ class AllocationSummaryByResource(AbstractModel):
4473
4283
  @property
4474
4284
  def OwnerUin(self):
4475
4285
  """使用者 UIN:实际使用资源的账号 ID
4476
- 注意:此字段可能返回 null,表示取不到有效值。
4477
4286
  :rtype: str
4478
4287
  """
4479
4288
  return self._OwnerUin
@@ -4485,7 +4294,6 @@ class AllocationSummaryByResource(AbstractModel):
4485
4294
  @property
4486
4295
  def OperateUin(self):
4487
4296
  """操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
4488
- 注意:此字段可能返回 null,表示取不到有效值。
4489
4297
  :rtype: str
4490
4298
  """
4491
4299
  return self._OperateUin
@@ -4497,7 +4305,6 @@ class AllocationSummaryByResource(AbstractModel):
4497
4305
  @property
4498
4306
  def PayMode(self):
4499
4307
  """计费模式编码
4500
- 注意:此字段可能返回 null,表示取不到有效值。
4501
4308
  :rtype: str
4502
4309
  """
4503
4310
  return self._PayMode
@@ -4509,7 +4316,6 @@ class AllocationSummaryByResource(AbstractModel):
4509
4316
  @property
4510
4317
  def PayModeName(self):
4511
4318
  """计费模式:资源的计费模式,区分为包年包月和按量计费
4512
- 注意:此字段可能返回 null,表示取不到有效值。
4513
4319
  :rtype: str
4514
4320
  """
4515
4321
  return self._PayModeName
@@ -4521,7 +4327,6 @@ class AllocationSummaryByResource(AbstractModel):
4521
4327
  @property
4522
4328
  def ActionType(self):
4523
4329
  """交易类型编码
4524
- 注意:此字段可能返回 null,表示取不到有效值。
4525
4330
  :rtype: str
4526
4331
  """
4527
4332
  return self._ActionType
@@ -4533,7 +4338,6 @@ class AllocationSummaryByResource(AbstractModel):
4533
4338
  @property
4534
4339
  def ActionTypeName(self):
4535
4340
  """交易类型:明细交易类型
4536
- 注意:此字段可能返回 null,表示取不到有效值。
4537
4341
  :rtype: str
4538
4342
  """
4539
4343
  return self._ActionTypeName
@@ -4545,7 +4349,6 @@ class AllocationSummaryByResource(AbstractModel):
4545
4349
  @property
4546
4350
  def BusinessCode(self):
4547
4351
  """产品编码
4548
- 注意:此字段可能返回 null,表示取不到有效值。
4549
4352
  :rtype: str
4550
4353
  """
4551
4354
  return self._BusinessCode
@@ -4557,7 +4360,6 @@ class AllocationSummaryByResource(AbstractModel):
4557
4360
  @property
4558
4361
  def BusinessCodeName(self):
4559
4362
  """产品名称:用户所采购的各类云产品
4560
- 注意:此字段可能返回 null,表示取不到有效值。
4561
4363
  :rtype: str
4562
4364
  """
4563
4365
  return self._BusinessCodeName
@@ -4569,7 +4371,6 @@ class AllocationSummaryByResource(AbstractModel):
4569
4371
  @property
4570
4372
  def ProductCode(self):
4571
4373
  """子产品编码
4572
- 注意:此字段可能返回 null,表示取不到有效值。
4573
4374
  :rtype: str
4574
4375
  """
4575
4376
  return self._ProductCode
@@ -4581,7 +4382,6 @@ class AllocationSummaryByResource(AbstractModel):
4581
4382
  @property
4582
4383
  def ProductCodeName(self):
4583
4384
  """子产品名称:用户采购的具体产品细分类型
4584
- 注意:此字段可能返回 null,表示取不到有效值。
4585
4385
  :rtype: str
4586
4386
  """
4587
4387
  return self._ProductCodeName
@@ -4593,7 +4393,6 @@ class AllocationSummaryByResource(AbstractModel):
4593
4393
  @property
4594
4394
  def RegionId(self):
4595
4395
  """地域ID
4596
- 注意:此字段可能返回 null,表示取不到有效值。
4597
4396
  :rtype: int
4598
4397
  """
4599
4398
  return self._RegionId
@@ -4605,7 +4404,6 @@ class AllocationSummaryByResource(AbstractModel):
4605
4404
  @property
4606
4405
  def RegionName(self):
4607
4406
  """地域名称:资源所属地域
4608
- 注意:此字段可能返回 null,表示取不到有效值。
4609
4407
  :rtype: str
4610
4408
  """
4611
4409
  return self._RegionName
@@ -4617,7 +4415,6 @@ class AllocationSummaryByResource(AbstractModel):
4617
4415
  @property
4618
4416
  def ZoneId(self):
4619
4417
  """可用区ID
4620
- 注意:此字段可能返回 null,表示取不到有效值。
4621
4418
  :rtype: int
4622
4419
  """
4623
4420
  return self._ZoneId
@@ -4629,7 +4426,6 @@ class AllocationSummaryByResource(AbstractModel):
4629
4426
  @property
4630
4427
  def ZoneName(self):
4631
4428
  """可用区:资源所属可用区
4632
- 注意:此字段可能返回 null,表示取不到有效值。
4633
4429
  :rtype: str
4634
4430
  """
4635
4431
  return self._ZoneName
@@ -4641,7 +4437,6 @@ class AllocationSummaryByResource(AbstractModel):
4641
4437
  @property
4642
4438
  def InstanceType(self):
4643
4439
  """实例类型编码
4644
- 注意:此字段可能返回 null,表示取不到有效值。
4645
4440
  :rtype: str
4646
4441
  """
4647
4442
  return self._InstanceType
@@ -4653,7 +4448,6 @@ class AllocationSummaryByResource(AbstractModel):
4653
4448
  @property
4654
4449
  def InstanceTypeName(self):
4655
4450
  """实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
4656
- 注意:此字段可能返回 null,表示取不到有效值。
4657
4451
  :rtype: str
4658
4452
  """
4659
4453
  return self._InstanceTypeName
@@ -4665,7 +4459,6 @@ class AllocationSummaryByResource(AbstractModel):
4665
4459
  @property
4666
4460
  def ResourceId(self):
4667
4461
  """资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
4668
- 注意:此字段可能返回 null,表示取不到有效值。
4669
4462
  :rtype: str
4670
4463
  """
4671
4464
  return self._ResourceId
@@ -4677,7 +4470,6 @@ class AllocationSummaryByResource(AbstractModel):
4677
4470
  @property
4678
4471
  def ResourceName(self):
4679
4472
  """实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
4680
- 注意:此字段可能返回 null,表示取不到有效值。
4681
4473
  :rtype: str
4682
4474
  """
4683
4475
  return self._ResourceName
@@ -4689,7 +4481,6 @@ class AllocationSummaryByResource(AbstractModel):
4689
4481
  @property
4690
4482
  def Tag(self):
4691
4483
  """分账标签:资源绑定的标签
4692
- 注意:此字段可能返回 null,表示取不到有效值。
4693
4484
  :rtype: list of BillTag
4694
4485
  """
4695
4486
  return self._Tag
@@ -4701,7 +4492,6 @@ class AllocationSummaryByResource(AbstractModel):
4701
4492
  @property
4702
4493
  def ProjectId(self):
4703
4494
  """项目ID
4704
- 注意:此字段可能返回 null,表示取不到有效值。
4705
4495
  :rtype: int
4706
4496
  """
4707
4497
  return self._ProjectId
@@ -4713,7 +4503,6 @@ class AllocationSummaryByResource(AbstractModel):
4713
4503
  @property
4714
4504
  def ProjectName(self):
4715
4505
  """项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
4716
- 注意:此字段可能返回 null,表示取不到有效值。
4717
4506
  :rtype: str
4718
4507
  """
4719
4508
  return self._ProjectName
@@ -4728,7 +4517,6 @@ class AllocationSummaryByResource(AbstractModel):
4728
4517
  0 - 分摊
4729
4518
  1 - 归集
4730
4519
  -1 - 未分配
4731
- 注意:此字段可能返回 null,表示取不到有效值。
4732
4520
  :rtype: int
4733
4521
  """
4734
4522
  return self._AllocationType
@@ -4740,7 +4528,6 @@ class AllocationSummaryByResource(AbstractModel):
4740
4528
  @property
4741
4529
  def TotalCost(self):
4742
4530
  """组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
4743
- 注意:此字段可能返回 null,表示取不到有效值。
4744
4531
  :rtype: str
4745
4532
  """
4746
4533
  return self._TotalCost
@@ -4752,7 +4539,6 @@ class AllocationSummaryByResource(AbstractModel):
4752
4539
  @property
4753
4540
  def RiTimeSpan(self):
4754
4541
  """预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
4755
- 注意:此字段可能返回 null,表示取不到有效值。
4756
4542
  :rtype: str
4757
4543
  """
4758
4544
  return self._RiTimeSpan
@@ -4764,7 +4550,6 @@ class AllocationSummaryByResource(AbstractModel):
4764
4550
  @property
4765
4551
  def RiCost(self):
4766
4552
  """预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
4767
- 注意:此字段可能返回 null,表示取不到有效值。
4768
4553
  :rtype: str
4769
4554
  """
4770
4555
  return self._RiCost
@@ -4776,7 +4561,6 @@ class AllocationSummaryByResource(AbstractModel):
4776
4561
  @property
4777
4562
  def RealTotalCost(self):
4778
4563
  """优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
4779
- 注意:此字段可能返回 null,表示取不到有效值。
4780
4564
  :rtype: str
4781
4565
  """
4782
4566
  return self._RealTotalCost
@@ -4788,7 +4572,6 @@ class AllocationSummaryByResource(AbstractModel):
4788
4572
  @property
4789
4573
  def CashPayAmount(self):
4790
4574
  """现金账户支出(元):通过现金账户支付的金额
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
4575
  :rtype: str
4793
4576
  """
4794
4577
  return self._CashPayAmount
@@ -4800,7 +4583,6 @@ class AllocationSummaryByResource(AbstractModel):
4800
4583
  @property
4801
4584
  def VoucherPayAmount(self):
4802
4585
  """代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
4803
- 注意:此字段可能返回 null,表示取不到有效值。
4804
4586
  :rtype: str
4805
4587
  """
4806
4588
  return self._VoucherPayAmount
@@ -4812,7 +4594,6 @@ class AllocationSummaryByResource(AbstractModel):
4812
4594
  @property
4813
4595
  def IncentivePayAmount(self):
4814
4596
  """赠送账户支出(元):使用赠送金支付的金额
4815
- 注意:此字段可能返回 null,表示取不到有效值。
4816
4597
  :rtype: str
4817
4598
  """
4818
4599
  return self._IncentivePayAmount
@@ -4824,7 +4605,6 @@ class AllocationSummaryByResource(AbstractModel):
4824
4605
  @property
4825
4606
  def TransferPayAmount(self):
4826
4607
  """分成账户支出(元):通过分成金账户支付的金额
4827
- 注意:此字段可能返回 null,表示取不到有效值。
4828
4608
  :rtype: str
4829
4609
  """
4830
4610
  return self._TransferPayAmount
@@ -4868,7 +4648,6 @@ class AllocationSummaryByResource(AbstractModel):
4868
4648
  @property
4869
4649
  def FeeBeginTime(self):
4870
4650
  """开始使用时间:产品服务开始使用时间
4871
- 注意:此字段可能返回 null,表示取不到有效值。
4872
4651
  :rtype: str
4873
4652
  """
4874
4653
  return self._FeeBeginTime
@@ -4880,7 +4659,6 @@ class AllocationSummaryByResource(AbstractModel):
4880
4659
  @property
4881
4660
  def FeeEndTime(self):
4882
4661
  """结束使用时间:产品服务结束使用时间
4883
- 注意:此字段可能返回 null,表示取不到有效值。
4884
4662
  :rtype: str
4885
4663
  """
4886
4664
  return self._FeeEndTime
@@ -4892,7 +4670,6 @@ class AllocationSummaryByResource(AbstractModel):
4892
4670
  @property
4893
4671
  def SPCost(self):
4894
4672
  """节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
4895
- 注意:此字段可能返回 null,表示取不到有效值。
4896
4673
  :rtype: str
4897
4674
  """
4898
4675
  return self._SPCost
@@ -4904,7 +4681,6 @@ class AllocationSummaryByResource(AbstractModel):
4904
4681
  @property
4905
4682
  def RegionType(self):
4906
4683
  """国内国际编码
4907
- 注意:此字段可能返回 null,表示取不到有效值。
4908
4684
  :rtype: str
4909
4685
  """
4910
4686
  return self._RegionType
@@ -4916,7 +4692,6 @@ class AllocationSummaryByResource(AbstractModel):
4916
4692
  @property
4917
4693
  def RegionTypeName(self):
4918
4694
  """国内国际:资源所属区域类型(国内、国际)
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4695
  :rtype: str
4921
4696
  """
4922
4697
  return self._RegionTypeName
@@ -4928,7 +4703,6 @@ class AllocationSummaryByResource(AbstractModel):
4928
4703
  @property
4929
4704
  def ComponentConfig(self):
4930
4705
  """配置描述:对应资源下各组件名称及用量(如组件为用量累加型计费则为合计用量)
4931
- 注意:此字段可能返回 null,表示取不到有效值。
4932
4706
  :rtype: str
4933
4707
  """
4934
4708
  return self._ComponentConfig
@@ -4940,7 +4714,6 @@ class AllocationSummaryByResource(AbstractModel):
4940
4714
  @property
4941
4715
  def SPDeduction(self):
4942
4716
  """SPDeduction
4943
- 注意:此字段可能返回 null,表示取不到有效值。
4944
4717
  :rtype: str
4945
4718
  """
4946
4719
  return self._SPDeduction
@@ -4952,7 +4725,6 @@ class AllocationSummaryByResource(AbstractModel):
4952
4725
  @property
4953
4726
  def BillMonth(self):
4954
4727
  """账单月
4955
- 注意:此字段可能返回 null,表示取不到有效值。
4956
4728
  :rtype: str
4957
4729
  """
4958
4730
  return self._BillMonth
@@ -5030,10 +4802,8 @@ class AllocationTreeNode(AbstractModel):
5030
4802
  def __init__(self):
5031
4803
  r"""
5032
4804
  :param _TreeNodeUniqKey: 分账单元唯一标识
5033
- 注意:此字段可能返回 null,表示取不到有效值。
5034
4805
  :type TreeNodeUniqKey: str
5035
4806
  :param _TreeNodeUniqKeyName: 分账单元名称
5036
- 注意:此字段可能返回 null,表示取不到有效值。
5037
4807
  :type TreeNodeUniqKeyName: str
5038
4808
  """
5039
4809
  self._TreeNodeUniqKey = None
@@ -5042,7 +4812,6 @@ class AllocationTreeNode(AbstractModel):
5042
4812
  @property
5043
4813
  def TreeNodeUniqKey(self):
5044
4814
  """分账单元唯一标识
5045
- 注意:此字段可能返回 null,表示取不到有效值。
5046
4815
  :rtype: str
5047
4816
  """
5048
4817
  return self._TreeNodeUniqKey
@@ -5054,7 +4823,6 @@ class AllocationTreeNode(AbstractModel):
5054
4823
  @property
5055
4824
  def TreeNodeUniqKeyName(self):
5056
4825
  """分账单元名称
5057
- 注意:此字段可能返回 null,表示取不到有效值。
5058
4826
  :rtype: str
5059
4827
  """
5060
4828
  return self._TreeNodeUniqKeyName
@@ -5238,28 +5006,20 @@ class AnalyseConditionDetail(AbstractModel):
5238
5006
  def __init__(self):
5239
5007
  r"""
5240
5008
  :param _Business: 产品
5241
- 注意:此字段可能返回 null,表示取不到有效值。
5242
5009
  :type Business: list of AnalyseBusinessDetail
5243
5010
  :param _Project: 项目
5244
- 注意:此字段可能返回 null,表示取不到有效值。
5245
5011
  :type Project: list of AnalyseProjectDetail
5246
5012
  :param _Region: 地域
5247
- 注意:此字段可能返回 null,表示取不到有效值。
5248
5013
  :type Region: list of AnalyseRegionDetail
5249
5014
  :param _PayMode: 计费模式
5250
- 注意:此字段可能返回 null,表示取不到有效值。
5251
5015
  :type PayMode: list of AnalysePayModeDetail
5252
5016
  :param _ActionType: 交易类型
5253
- 注意:此字段可能返回 null,表示取不到有效值。
5254
5017
  :type ActionType: list of AnalyseActionTypeDetail
5255
5018
  :param _Zone: 可用区
5256
- 注意:此字段可能返回 null,表示取不到有效值。
5257
5019
  :type Zone: list of AnalyseZoneDetail
5258
5020
  :param _OwnerUin: 资源所有者Uin
5259
- 注意:此字段可能返回 null,表示取不到有效值。
5260
5021
  :type OwnerUin: list of AnalyseOwnerUinDetail
5261
5022
  :param _Amount: 费用类型
5262
- 注意:此字段可能返回 null,表示取不到有效值。
5263
5023
  :type Amount: list of AnalyseAmountDetail
5264
5024
  """
5265
5025
  self._Business = None
@@ -5274,7 +5034,6 @@ class AnalyseConditionDetail(AbstractModel):
5274
5034
  @property
5275
5035
  def Business(self):
5276
5036
  """产品
5277
- 注意:此字段可能返回 null,表示取不到有效值。
5278
5037
  :rtype: list of AnalyseBusinessDetail
5279
5038
  """
5280
5039
  return self._Business
@@ -5286,7 +5045,6 @@ class AnalyseConditionDetail(AbstractModel):
5286
5045
  @property
5287
5046
  def Project(self):
5288
5047
  """项目
5289
- 注意:此字段可能返回 null,表示取不到有效值。
5290
5048
  :rtype: list of AnalyseProjectDetail
5291
5049
  """
5292
5050
  return self._Project
@@ -5298,7 +5056,6 @@ class AnalyseConditionDetail(AbstractModel):
5298
5056
  @property
5299
5057
  def Region(self):
5300
5058
  """地域
5301
- 注意:此字段可能返回 null,表示取不到有效值。
5302
5059
  :rtype: list of AnalyseRegionDetail
5303
5060
  """
5304
5061
  return self._Region
@@ -5310,7 +5067,6 @@ class AnalyseConditionDetail(AbstractModel):
5310
5067
  @property
5311
5068
  def PayMode(self):
5312
5069
  """计费模式
5313
- 注意:此字段可能返回 null,表示取不到有效值。
5314
5070
  :rtype: list of AnalysePayModeDetail
5315
5071
  """
5316
5072
  return self._PayMode
@@ -5322,7 +5078,6 @@ class AnalyseConditionDetail(AbstractModel):
5322
5078
  @property
5323
5079
  def ActionType(self):
5324
5080
  """交易类型
5325
- 注意:此字段可能返回 null,表示取不到有效值。
5326
5081
  :rtype: list of AnalyseActionTypeDetail
5327
5082
  """
5328
5083
  return self._ActionType
@@ -5334,7 +5089,6 @@ class AnalyseConditionDetail(AbstractModel):
5334
5089
  @property
5335
5090
  def Zone(self):
5336
5091
  """可用区
5337
- 注意:此字段可能返回 null,表示取不到有效值。
5338
5092
  :rtype: list of AnalyseZoneDetail
5339
5093
  """
5340
5094
  return self._Zone
@@ -5346,7 +5100,6 @@ class AnalyseConditionDetail(AbstractModel):
5346
5100
  @property
5347
5101
  def OwnerUin(self):
5348
5102
  """资源所有者Uin
5349
- 注意:此字段可能返回 null,表示取不到有效值。
5350
5103
  :rtype: list of AnalyseOwnerUinDetail
5351
5104
  """
5352
5105
  return self._OwnerUin
@@ -5358,7 +5111,6 @@ class AnalyseConditionDetail(AbstractModel):
5358
5111
  @property
5359
5112
  def Amount(self):
5360
5113
  """费用类型
5361
- 注意:此字段可能返回 null,表示取不到有效值。
5362
5114
  :rtype: list of AnalyseAmountDetail
5363
5115
  """
5364
5116
  return self._Amount
@@ -5665,7 +5417,6 @@ class AnalyseDetail(AbstractModel):
5665
5417
  :param _Total: 金额
5666
5418
  :type Total: str
5667
5419
  :param _TimeDetail: 日期明细金额
5668
- 注意:此字段可能返回 null,表示取不到有效值。
5669
5420
  :type TimeDetail: list of AnalyseTimeDetail
5670
5421
  """
5671
5422
  self._Name = None
@@ -5697,7 +5448,6 @@ class AnalyseDetail(AbstractModel):
5697
5448
  @property
5698
5449
  def TimeDetail(self):
5699
5450
  """日期明细金额
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
5451
  :rtype: list of AnalyseTimeDetail
5702
5452
  """
5703
5453
  return self._TimeDetail
@@ -6183,10 +5933,8 @@ class BillActionType(AbstractModel):
6183
5933
  def __init__(self):
6184
5934
  r"""
6185
5935
  :param _ActionType: 交易类型编码
6186
- 注意:此字段可能返回 null,表示取不到有效值。
6187
5936
  :type ActionType: str
6188
5937
  :param _ActionTypeName: 交易类型:明细交易类型
6189
- 注意:此字段可能返回 null,表示取不到有效值。
6190
5938
  :type ActionTypeName: str
6191
5939
  """
6192
5940
  self._ActionType = None
@@ -6195,7 +5943,6 @@ class BillActionType(AbstractModel):
6195
5943
  @property
6196
5944
  def ActionType(self):
6197
5945
  """交易类型编码
6198
- 注意:此字段可能返回 null,表示取不到有效值。
6199
5946
  :rtype: str
6200
5947
  """
6201
5948
  return self._ActionType
@@ -6207,7 +5954,6 @@ class BillActionType(AbstractModel):
6207
5954
  @property
6208
5955
  def ActionTypeName(self):
6209
5956
  """交易类型:明细交易类型
6210
- 注意:此字段可能返回 null,表示取不到有效值。
6211
5957
  :rtype: str
6212
5958
  """
6213
5959
  return self._ActionTypeName
@@ -6362,10 +6108,8 @@ class BillComponent(AbstractModel):
6362
6108
  def __init__(self):
6363
6109
  r"""
6364
6110
  :param _ComponentCode: 组件类型编码
6365
- 注意:此字段可能返回 null,表示取不到有效值。
6366
6111
  :type ComponentCode: str
6367
6112
  :param _ComponentCodeName: 组件类型:用户购买的产品或服务对应的组件大类
6368
- 注意:此字段可能返回 null,表示取不到有效值。
6369
6113
  :type ComponentCodeName: str
6370
6114
  """
6371
6115
  self._ComponentCode = None
@@ -6374,7 +6118,6 @@ class BillComponent(AbstractModel):
6374
6118
  @property
6375
6119
  def ComponentCode(self):
6376
6120
  """组件类型编码
6377
- 注意:此字段可能返回 null,表示取不到有效值。
6378
6121
  :rtype: str
6379
6122
  """
6380
6123
  return self._ComponentCode
@@ -6386,7 +6129,6 @@ class BillComponent(AbstractModel):
6386
6129
  @property
6387
6130
  def ComponentCodeName(self):
6388
6131
  """组件类型:用户购买的产品或服务对应的组件大类
6389
- 注意:此字段可能返回 null,表示取不到有效值。
6390
6132
  :rtype: str
6391
6133
  """
6392
6134
  return self._ComponentCodeName
@@ -6417,7 +6159,6 @@ class BillDays(AbstractModel):
6417
6159
  def __init__(self):
6418
6160
  r"""
6419
6161
  :param _BillDay: 日期:结算日期
6420
- 注意:此字段可能返回 null,表示取不到有效值。
6421
6162
  :type BillDay: str
6422
6163
  """
6423
6164
  self._BillDay = None
@@ -6425,7 +6166,6 @@ class BillDays(AbstractModel):
6425
6166
  @property
6426
6167
  def BillDay(self):
6427
6168
  """日期:结算日期
6428
- 注意:此字段可能返回 null,表示取不到有效值。
6429
6169
  :rtype: str
6430
6170
  """
6431
6171
  return self._BillDay
@@ -6491,51 +6231,36 @@ class BillDetail(AbstractModel):
6491
6231
  :param _OperateUin: 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
6492
6232
  :type OperateUin: str
6493
6233
  :param _Tags: 标签信息
6494
- 注意:此字段可能返回 null,表示取不到有效值。
6495
6234
  :type Tags: list of BillTagInfo
6496
6235
  :param _BusinessCode: 产品编码
6497
- 注意:此字段可能返回 null,表示取不到有效值。
6498
6236
  :type BusinessCode: str
6499
6237
  :param _ProductCode: 子产品编码
6500
- 注意:此字段可能返回 null,表示取不到有效值。
6501
6238
  :type ProductCode: str
6502
6239
  :param _ActionType: 交易类型编码
6503
- 注意:此字段可能返回 null,表示取不到有效值。
6504
6240
  :type ActionType: str
6505
6241
  :param _RegionId: 地域ID
6506
- 注意:此字段可能返回 null,表示取不到有效值。
6507
6242
  :type RegionId: str
6508
6243
  :param _ProjectId: 项目ID
6509
6244
  :type ProjectId: int
6510
6245
  :param _PriceInfo: 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
6511
- 注意:此字段可能返回 null,表示取不到有效值。
6512
6246
  :type PriceInfo: list of str
6513
6247
  :param _AssociatedOrder: 关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
6514
- 注意:此字段可能返回 null,表示取不到有效值。
6515
6248
  :type AssociatedOrder: :class:`tencentcloud.billing.v20180709.models.BillDetailAssociatedOrder`
6516
6249
  :param _Formula: 计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
6517
- 注意:此字段可能返回 null,表示取不到有效值。
6518
6250
  :type Formula: str
6519
6251
  :param _FormulaUrl: 计费规则:各产品详细的计费规则官网说明链接
6520
- 注意:此字段可能返回 null,表示取不到有效值。
6521
6252
  :type FormulaUrl: str
6522
6253
  :param _BillDay: 账单归属日
6523
- 注意:此字段可能返回 null,表示取不到有效值。
6524
6254
  :type BillDay: str
6525
6255
  :param _BillMonth: 账单归属月
6526
- 注意:此字段可能返回 null,表示取不到有效值。
6527
6256
  :type BillMonth: str
6528
6257
  :param _Id: 账单记录ID
6529
- 注意:此字段可能返回 null,表示取不到有效值。
6530
6258
  :type Id: str
6531
6259
  :param _RegionType: 国内国际编码
6532
- 注意:此字段可能返回 null,表示取不到有效值。
6533
6260
  :type RegionType: str
6534
6261
  :param _RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
6535
- 注意:此字段可能返回 null,表示取不到有效值。
6536
6262
  :type RegionTypeName: str
6537
6263
  :param _ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
6538
- 注意:此字段可能返回 null,表示取不到有效值。
6539
6264
  :type ReserveDetail: str
6540
6265
  :param _DiscountObject: 优惠对象
6541
6266
  :type DiscountObject: str
@@ -6783,7 +6508,6 @@ class BillDetail(AbstractModel):
6783
6508
  @property
6784
6509
  def Tags(self):
6785
6510
  """标签信息
6786
- 注意:此字段可能返回 null,表示取不到有效值。
6787
6511
  :rtype: list of BillTagInfo
6788
6512
  """
6789
6513
  return self._Tags
@@ -6795,7 +6519,6 @@ class BillDetail(AbstractModel):
6795
6519
  @property
6796
6520
  def BusinessCode(self):
6797
6521
  """产品编码
6798
- 注意:此字段可能返回 null,表示取不到有效值。
6799
6522
  :rtype: str
6800
6523
  """
6801
6524
  return self._BusinessCode
@@ -6807,7 +6530,6 @@ class BillDetail(AbstractModel):
6807
6530
  @property
6808
6531
  def ProductCode(self):
6809
6532
  """子产品编码
6810
- 注意:此字段可能返回 null,表示取不到有效值。
6811
6533
  :rtype: str
6812
6534
  """
6813
6535
  return self._ProductCode
@@ -6819,7 +6541,6 @@ class BillDetail(AbstractModel):
6819
6541
  @property
6820
6542
  def ActionType(self):
6821
6543
  """交易类型编码
6822
- 注意:此字段可能返回 null,表示取不到有效值。
6823
6544
  :rtype: str
6824
6545
  """
6825
6546
  return self._ActionType
@@ -6831,7 +6552,6 @@ class BillDetail(AbstractModel):
6831
6552
  @property
6832
6553
  def RegionId(self):
6833
6554
  """地域ID
6834
- 注意:此字段可能返回 null,表示取不到有效值。
6835
6555
  :rtype: str
6836
6556
  """
6837
6557
  return self._RegionId
@@ -6854,7 +6574,6 @@ class BillDetail(AbstractModel):
6854
6574
  @property
6855
6575
  def PriceInfo(self):
6856
6576
  """价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
6857
- 注意:此字段可能返回 null,表示取不到有效值。
6858
6577
  :rtype: list of str
6859
6578
  """
6860
6579
  return self._PriceInfo
@@ -6866,7 +6585,6 @@ class BillDetail(AbstractModel):
6866
6585
  @property
6867
6586
  def AssociatedOrder(self):
6868
6587
  """关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
6869
- 注意:此字段可能返回 null,表示取不到有效值。
6870
6588
  :rtype: :class:`tencentcloud.billing.v20180709.models.BillDetailAssociatedOrder`
6871
6589
  """
6872
6590
  return self._AssociatedOrder
@@ -6878,7 +6596,6 @@ class BillDetail(AbstractModel):
6878
6596
  @property
6879
6597
  def Formula(self):
6880
6598
  """计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
6881
- 注意:此字段可能返回 null,表示取不到有效值。
6882
6599
  :rtype: str
6883
6600
  """
6884
6601
  return self._Formula
@@ -6890,7 +6607,6 @@ class BillDetail(AbstractModel):
6890
6607
  @property
6891
6608
  def FormulaUrl(self):
6892
6609
  """计费规则:各产品详细的计费规则官网说明链接
6893
- 注意:此字段可能返回 null,表示取不到有效值。
6894
6610
  :rtype: str
6895
6611
  """
6896
6612
  return self._FormulaUrl
@@ -6902,7 +6618,6 @@ class BillDetail(AbstractModel):
6902
6618
  @property
6903
6619
  def BillDay(self):
6904
6620
  """账单归属日
6905
- 注意:此字段可能返回 null,表示取不到有效值。
6906
6621
  :rtype: str
6907
6622
  """
6908
6623
  return self._BillDay
@@ -6914,7 +6629,6 @@ class BillDetail(AbstractModel):
6914
6629
  @property
6915
6630
  def BillMonth(self):
6916
6631
  """账单归属月
6917
- 注意:此字段可能返回 null,表示取不到有效值。
6918
6632
  :rtype: str
6919
6633
  """
6920
6634
  return self._BillMonth
@@ -6926,7 +6640,6 @@ class BillDetail(AbstractModel):
6926
6640
  @property
6927
6641
  def Id(self):
6928
6642
  """账单记录ID
6929
- 注意:此字段可能返回 null,表示取不到有效值。
6930
6643
  :rtype: str
6931
6644
  """
6932
6645
  return self._Id
@@ -6938,7 +6651,6 @@ class BillDetail(AbstractModel):
6938
6651
  @property
6939
6652
  def RegionType(self):
6940
6653
  """国内国际编码
6941
- 注意:此字段可能返回 null,表示取不到有效值。
6942
6654
  :rtype: str
6943
6655
  """
6944
6656
  return self._RegionType
@@ -6950,7 +6662,6 @@ class BillDetail(AbstractModel):
6950
6662
  @property
6951
6663
  def RegionTypeName(self):
6952
6664
  """国内国际:资源所属区域类型(国内、国际)
6953
- 注意:此字段可能返回 null,表示取不到有效值。
6954
6665
  :rtype: str
6955
6666
  """
6956
6667
  return self._RegionTypeName
@@ -6962,7 +6673,6 @@ class BillDetail(AbstractModel):
6962
6673
  @property
6963
6674
  def ReserveDetail(self):
6964
6675
  """备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
6965
- 注意:此字段可能返回 null,表示取不到有效值。
6966
6676
  :rtype: str
6967
6677
  """
6968
6678
  return self._ReserveDetail
@@ -7073,22 +6783,16 @@ class BillDetailAssociatedOrder(AbstractModel):
7073
6783
  def __init__(self):
7074
6784
  r"""
7075
6785
  :param _PrepayPurchase: 新购订单
7076
- 注意:此字段可能返回 null,表示取不到有效值。
7077
6786
  :type PrepayPurchase: str
7078
6787
  :param _PrepayRenew: 续费订单
7079
- 注意:此字段可能返回 null,表示取不到有效值。
7080
6788
  :type PrepayRenew: str
7081
6789
  :param _PrepayModifyUp: 升配订单
7082
- 注意:此字段可能返回 null,表示取不到有效值。
7083
6790
  :type PrepayModifyUp: str
7084
6791
  :param _ReverseOrder: 冲销订单
7085
- 注意:此字段可能返回 null,表示取不到有效值。
7086
6792
  :type ReverseOrder: str
7087
6793
  :param _NewOrder: 优惠调整后订单
7088
- 注意:此字段可能返回 null,表示取不到有效值。
7089
6794
  :type NewOrder: str
7090
6795
  :param _Original: 优惠调整前订单
7091
- 注意:此字段可能返回 null,表示取不到有效值。
7092
6796
  :type Original: str
7093
6797
  """
7094
6798
  self._PrepayPurchase = None
@@ -7101,7 +6805,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7101
6805
  @property
7102
6806
  def PrepayPurchase(self):
7103
6807
  """新购订单
7104
- 注意:此字段可能返回 null,表示取不到有效值。
7105
6808
  :rtype: str
7106
6809
  """
7107
6810
  return self._PrepayPurchase
@@ -7113,7 +6816,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7113
6816
  @property
7114
6817
  def PrepayRenew(self):
7115
6818
  """续费订单
7116
- 注意:此字段可能返回 null,表示取不到有效值。
7117
6819
  :rtype: str
7118
6820
  """
7119
6821
  return self._PrepayRenew
@@ -7125,7 +6827,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7125
6827
  @property
7126
6828
  def PrepayModifyUp(self):
7127
6829
  """升配订单
7128
- 注意:此字段可能返回 null,表示取不到有效值。
7129
6830
  :rtype: str
7130
6831
  """
7131
6832
  return self._PrepayModifyUp
@@ -7137,7 +6838,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7137
6838
  @property
7138
6839
  def ReverseOrder(self):
7139
6840
  """冲销订单
7140
- 注意:此字段可能返回 null,表示取不到有效值。
7141
6841
  :rtype: str
7142
6842
  """
7143
6843
  return self._ReverseOrder
@@ -7149,7 +6849,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7149
6849
  @property
7150
6850
  def NewOrder(self):
7151
6851
  """优惠调整后订单
7152
- 注意:此字段可能返回 null,表示取不到有效值。
7153
6852
  :rtype: str
7154
6853
  """
7155
6854
  return self._NewOrder
@@ -7161,7 +6860,6 @@ class BillDetailAssociatedOrder(AbstractModel):
7161
6860
  @property
7162
6861
  def Original(self):
7163
6862
  """优惠调整前订单
7164
- 注意:此字段可能返回 null,表示取不到有效值。
7165
6863
  :rtype: str
7166
6864
  """
7167
6865
  return self._Original
@@ -7210,10 +6908,8 @@ class BillDetailComponent(AbstractModel):
7210
6908
  :param _UsedAmountUnit: 组件用量单位:组件用量对应的单位
7211
6909
  :type UsedAmountUnit: str
7212
6910
  :param _RealTotalMeasure: 原始用量/时长:组件被资源包抵扣前的原始用量/时长
7213
- 注意:此字段可能返回 null,表示取不到有效值。
7214
6911
  :type RealTotalMeasure: str
7215
6912
  :param _DeductedMeasure: 抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
7216
- 注意:此字段可能返回 null,表示取不到有效值。
7217
6913
  :type DeductedMeasure: str
7218
6914
  :param _TimeSpan: 使用时长:资源使用的时长
7219
6915
  :type TimeSpan: str
@@ -7234,40 +6930,29 @@ class BillDetailComponent(AbstractModel):
7234
6930
  :param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
7235
6931
  :type IncentivePayAmount: str
7236
6932
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
7237
- 注意:此字段可能返回 null,表示取不到有效值。
7238
6933
  :type TransferPayAmount: str
7239
6934
  :param _ItemCode: 组件类型编码
7240
- 注意:此字段可能返回 null,表示取不到有效值。
7241
6935
  :type ItemCode: str
7242
6936
  :param _ComponentCode: 组件名称编码
7243
- 注意:此字段可能返回 null,表示取不到有效值。
7244
6937
  :type ComponentCode: str
7245
6938
  :param _ContractPrice: 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
7246
- 注意:此字段可能返回 null,表示取不到有效值。
7247
6939
  :type ContractPrice: str
7248
6940
  :param _InstanceType: 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
7249
- 注意:此字段可能返回 null,表示取不到有效值。
7250
6941
  :type InstanceType: str
7251
6942
  :param _RiTimeSpan: 预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
7252
- 注意:此字段可能返回 null,表示取不到有效值。
7253
6943
  :type RiTimeSpan: str
7254
6944
  :param _OriginalCostWithRI: 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
7255
- 注意:此字段可能返回 null,表示取不到有效值。
7256
6945
  :type OriginalCostWithRI: str
7257
6946
  :param _SPDeductionRate: 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
7258
- 注意:此字段可能返回 null,表示取不到有效值。
7259
6947
  :type SPDeductionRate: str
7260
6948
  :param _SPDeduction: 节省计划抵扣金额(已废弃)
7261
6949
  注意:此字段可能返回 null,表示取不到有效值。
7262
6950
  :type SPDeduction: str
7263
6951
  :param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
7264
- 注意:此字段可能返回 null,表示取不到有效值。
7265
6952
  :type OriginalCostWithSP: str
7266
6953
  :param _BlendedDiscount: 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
7267
- 注意:此字段可能返回 null,表示取不到有效值。
7268
6954
  :type BlendedDiscount: str
7269
6955
  :param _ComponentConfig: 配置描述:资源配置规格信息
7270
- 注意:此字段可能返回 null,表示取不到有效值。
7271
6956
  :type ComponentConfig: list of BillDetailComponentConfig
7272
6957
  """
7273
6958
  self._ComponentCodeName = None
@@ -7385,7 +7070,6 @@ class BillDetailComponent(AbstractModel):
7385
7070
  @property
7386
7071
  def RealTotalMeasure(self):
7387
7072
  """原始用量/时长:组件被资源包抵扣前的原始用量/时长
7388
- 注意:此字段可能返回 null,表示取不到有效值。
7389
7073
  :rtype: str
7390
7074
  """
7391
7075
  return self._RealTotalMeasure
@@ -7397,7 +7081,6 @@ class BillDetailComponent(AbstractModel):
7397
7081
  @property
7398
7082
  def DeductedMeasure(self):
7399
7083
  """抵扣用量/时长(含资源包):组件被资源包抵扣的用量/时长
7400
- 注意:此字段可能返回 null,表示取不到有效值。
7401
7084
  :rtype: str
7402
7085
  """
7403
7086
  return self._DeductedMeasure
@@ -7508,7 +7191,6 @@ class BillDetailComponent(AbstractModel):
7508
7191
  @property
7509
7192
  def TransferPayAmount(self):
7510
7193
  """分成金账户支出:通过分成金账户支付的金额
7511
- 注意:此字段可能返回 null,表示取不到有效值。
7512
7194
  :rtype: str
7513
7195
  """
7514
7196
  return self._TransferPayAmount
@@ -7520,7 +7202,6 @@ class BillDetailComponent(AbstractModel):
7520
7202
  @property
7521
7203
  def ItemCode(self):
7522
7204
  """组件类型编码
7523
- 注意:此字段可能返回 null,表示取不到有效值。
7524
7205
  :rtype: str
7525
7206
  """
7526
7207
  return self._ItemCode
@@ -7532,7 +7213,6 @@ class BillDetailComponent(AbstractModel):
7532
7213
  @property
7533
7214
  def ComponentCode(self):
7534
7215
  """组件名称编码
7535
- 注意:此字段可能返回 null,表示取不到有效值。
7536
7216
  :rtype: str
7537
7217
  """
7538
7218
  return self._ComponentCode
@@ -7544,7 +7224,6 @@ class BillDetailComponent(AbstractModel):
7544
7224
  @property
7545
7225
  def ContractPrice(self):
7546
7226
  """组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
7547
- 注意:此字段可能返回 null,表示取不到有效值。
7548
7227
  :rtype: str
7549
7228
  """
7550
7229
  return self._ContractPrice
@@ -7556,7 +7235,6 @@ class BillDetailComponent(AbstractModel):
7556
7235
  @property
7557
7236
  def InstanceType(self):
7558
7237
  """实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
7559
- 注意:此字段可能返回 null,表示取不到有效值。
7560
7238
  :rtype: str
7561
7239
  """
7562
7240
  return self._InstanceType
@@ -7568,7 +7246,6 @@ class BillDetailComponent(AbstractModel):
7568
7246
  @property
7569
7247
  def RiTimeSpan(self):
7570
7248
  """预留实例抵扣的使用时长:本产品或服务使用预留实例抵扣的使用时长
7571
- 注意:此字段可能返回 null,表示取不到有效值。
7572
7249
  :rtype: str
7573
7250
  """
7574
7251
  return self._RiTimeSpan
@@ -7580,7 +7257,6 @@ class BillDetailComponent(AbstractModel):
7580
7257
  @property
7581
7258
  def OriginalCostWithRI(self):
7582
7259
  """预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
7583
- 注意:此字段可能返回 null,表示取不到有效值。
7584
7260
  :rtype: str
7585
7261
  """
7586
7262
  return self._OriginalCostWithRI
@@ -7592,7 +7268,6 @@ class BillDetailComponent(AbstractModel):
7592
7268
  @property
7593
7269
  def SPDeductionRate(self):
7594
7270
  """节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
7595
- 注意:此字段可能返回 null,表示取不到有效值。
7596
7271
  :rtype: str
7597
7272
  """
7598
7273
  return self._SPDeductionRate
@@ -7620,7 +7295,6 @@ class BillDetailComponent(AbstractModel):
7620
7295
  @property
7621
7296
  def OriginalCostWithSP(self):
7622
7297
  """节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
7623
- 注意:此字段可能返回 null,表示取不到有效值。
7624
7298
  :rtype: str
7625
7299
  """
7626
7300
  return self._OriginalCostWithSP
@@ -7632,7 +7306,6 @@ class BillDetailComponent(AbstractModel):
7632
7306
  @property
7633
7307
  def BlendedDiscount(self):
7634
7308
  """混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率 = 优惠后总价 / 组件原价
7635
- 注意:此字段可能返回 null,表示取不到有效值。
7636
7309
  :rtype: str
7637
7310
  """
7638
7311
  return self._BlendedDiscount
@@ -7644,7 +7317,6 @@ class BillDetailComponent(AbstractModel):
7644
7317
  @property
7645
7318
  def ComponentConfig(self):
7646
7319
  """配置描述:资源配置规格信息
7647
- 注意:此字段可能返回 null,表示取不到有效值。
7648
7320
  :rtype: list of BillDetailComponentConfig
7649
7321
  """
7650
7322
  return self._ComponentConfig
@@ -7708,10 +7380,8 @@ class BillDetailComponentConfig(AbstractModel):
7708
7380
  def __init__(self):
7709
7381
  r"""
7710
7382
  :param _Name: 配置描述名称
7711
- 注意:此字段可能返回 null,表示取不到有效值。
7712
7383
  :type Name: str
7713
7384
  :param _Value: 配置描述值
7714
- 注意:此字段可能返回 null,表示取不到有效值。
7715
7385
  :type Value: str
7716
7386
  """
7717
7387
  self._Name = None
@@ -7720,7 +7390,6 @@ class BillDetailComponentConfig(AbstractModel):
7720
7390
  @property
7721
7391
  def Name(self):
7722
7392
  """配置描述名称
7723
- 注意:此字段可能返回 null,表示取不到有效值。
7724
7393
  :rtype: str
7725
7394
  """
7726
7395
  return self._Name
@@ -7732,7 +7401,6 @@ class BillDetailComponentConfig(AbstractModel):
7732
7401
  @property
7733
7402
  def Value(self):
7734
7403
  """配置描述值
7735
- 注意:此字段可能返回 null,表示取不到有效值。
7736
7404
  :rtype: str
7737
7405
  """
7738
7406
  return self._Value
@@ -7809,7 +7477,6 @@ class BillDistributionResourceSummary(AbstractModel):
7809
7477
  :param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
7810
7478
  :type IncentivePayAmount: str
7811
7479
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
7812
- 注意:此字段可能返回 null,表示取不到有效值。
7813
7480
  :type TransferPayAmount: str
7814
7481
  :param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
7815
7482
  :type ExtendField3: str
@@ -7818,7 +7485,6 @@ class BillDistributionResourceSummary(AbstractModel):
7818
7485
  :param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
7819
7486
  :type ExtendField5: str
7820
7487
  :param _Tags: 标签信息
7821
- 注意:此字段可能返回 null,表示取不到有效值。
7822
7488
  :type Tags: list of BillTagInfo
7823
7489
  :param _OwnerUin: 使用者UIN:实际使用资源的账号 ID
7824
7490
  :type OwnerUin: str
@@ -7839,7 +7505,6 @@ class BillDistributionResourceSummary(AbstractModel):
7839
7505
  :param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
7840
7506
  :type OriginalCostWithSP: str
7841
7507
  :param _BillMonth: 账单归属月
7842
- 注意:此字段可能返回 null,表示取不到有效值。
7843
7508
  :type BillMonth: str
7844
7509
  """
7845
7510
  self._BusinessCodeName = None
@@ -8137,7 +7802,6 @@ class BillDistributionResourceSummary(AbstractModel):
8137
7802
  @property
8138
7803
  def TransferPayAmount(self):
8139
7804
  """分成金账户支出:通过分成金账户支付的金额
8140
- 注意:此字段可能返回 null,表示取不到有效值。
8141
7805
  :rtype: str
8142
7806
  """
8143
7807
  return self._TransferPayAmount
@@ -8182,7 +7846,6 @@ class BillDistributionResourceSummary(AbstractModel):
8182
7846
  @property
8183
7847
  def Tags(self):
8184
7848
  """标签信息
8185
- 注意:此字段可能返回 null,表示取不到有效值。
8186
7849
  :rtype: list of BillTagInfo
8187
7850
  """
8188
7851
  return self._Tags
@@ -8297,7 +7960,6 @@ class BillDistributionResourceSummary(AbstractModel):
8297
7960
  @property
8298
7961
  def BillMonth(self):
8299
7962
  """账单归属月
8300
- 注意:此字段可能返回 null,表示取不到有效值。
8301
7963
  :rtype: str
8302
7964
  """
8303
7965
  return self._BillMonth
@@ -8594,10 +8256,8 @@ class BillProduct(AbstractModel):
8594
8256
  def __init__(self):
8595
8257
  r"""
8596
8258
  :param _ProductCode: 子产品编码
8597
- 注意:此字段可能返回 null,表示取不到有效值。
8598
8259
  :type ProductCode: str
8599
8260
  :param _ProductCodeName: 子产品名称:用户采购的具体产品细分类型
8600
- 注意:此字段可能返回 null,表示取不到有效值。
8601
8261
  :type ProductCodeName: str
8602
8262
  """
8603
8263
  self._ProductCode = None
@@ -8606,7 +8266,6 @@ class BillProduct(AbstractModel):
8606
8266
  @property
8607
8267
  def ProductCode(self):
8608
8268
  """子产品编码
8609
- 注意:此字段可能返回 null,表示取不到有效值。
8610
8269
  :rtype: str
8611
8270
  """
8612
8271
  return self._ProductCode
@@ -8618,7 +8277,6 @@ class BillProduct(AbstractModel):
8618
8277
  @property
8619
8278
  def ProductCodeName(self):
8620
8279
  """子产品名称:用户采购的具体产品细分类型
8621
- 注意:此字段可能返回 null,表示取不到有效值。
8622
8280
  :rtype: str
8623
8281
  """
8624
8282
  return self._ProductCodeName
@@ -8649,13 +8307,10 @@ class BillProductLink(AbstractModel):
8649
8307
  def __init__(self):
8650
8308
  r"""
8651
8309
  :param _ProductCode: 子产品编码
8652
- 注意:此字段可能返回 null,表示取不到有效值。
8653
8310
  :type ProductCode: str
8654
8311
  :param _ProductCodeName: 子产品名称
8655
- 注意:此字段可能返回 null,表示取不到有效值。
8656
8312
  :type ProductCodeName: str
8657
8313
  :param _Children: 组件名称
8658
- 注意:此字段可能返回 null,表示取不到有效值。
8659
8314
  :type Children: list of BillItem
8660
8315
  """
8661
8316
  self._ProductCode = None
@@ -8665,7 +8320,6 @@ class BillProductLink(AbstractModel):
8665
8320
  @property
8666
8321
  def ProductCode(self):
8667
8322
  """子产品编码
8668
- 注意:此字段可能返回 null,表示取不到有效值。
8669
8323
  :rtype: str
8670
8324
  """
8671
8325
  return self._ProductCode
@@ -8677,7 +8331,6 @@ class BillProductLink(AbstractModel):
8677
8331
  @property
8678
8332
  def ProductCodeName(self):
8679
8333
  """子产品名称
8680
- 注意:此字段可能返回 null,表示取不到有效值。
8681
8334
  :rtype: str
8682
8335
  """
8683
8336
  return self._ProductCodeName
@@ -8689,7 +8342,6 @@ class BillProductLink(AbstractModel):
8689
8342
  @property
8690
8343
  def Children(self):
8691
8344
  """组件名称
8692
- 注意:此字段可能返回 null,表示取不到有效值。
8693
8345
  :rtype: list of BillItem
8694
8346
  """
8695
8347
  return self._Children
@@ -8874,7 +8526,6 @@ class BillResourceSummary(AbstractModel):
8874
8526
  :param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
8875
8527
  :type IncentivePayAmount: str
8876
8528
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
8877
- 注意:此字段可能返回 null,表示取不到有效值。
8878
8529
  :type TransferPayAmount: str
8879
8530
  :param _ExtendField3: 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
8880
8531
  :type ExtendField3: str
@@ -8883,7 +8534,6 @@ class BillResourceSummary(AbstractModel):
8883
8534
  :param _ExtendField5: 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
8884
8535
  :type ExtendField5: str
8885
8536
  :param _Tags: 标签信息
8886
- 注意:此字段可能返回 null,表示取不到有效值。
8887
8537
  :type Tags: list of BillTagInfo
8888
8538
  :param _PayerUin: 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
8889
8539
  :type PayerUin: str
@@ -8906,7 +8556,6 @@ class BillResourceSummary(AbstractModel):
8906
8556
  :param _OriginalCostWithSP: 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
8907
8557
  :type OriginalCostWithSP: str
8908
8558
  :param _BillMonth: 账单归属月
8909
- 注意:此字段可能返回 null,表示取不到有效值。
8910
8559
  :type BillMonth: str
8911
8560
  """
8912
8561
  self._BusinessCodeName = None
@@ -9205,7 +8854,6 @@ class BillResourceSummary(AbstractModel):
9205
8854
  @property
9206
8855
  def TransferPayAmount(self):
9207
8856
  """分成金账户支出:通过分成金账户支付的金额
9208
- 注意:此字段可能返回 null,表示取不到有效值。
9209
8857
  :rtype: str
9210
8858
  """
9211
8859
  return self._TransferPayAmount
@@ -9250,7 +8898,6 @@ class BillResourceSummary(AbstractModel):
9250
8898
  @property
9251
8899
  def Tags(self):
9252
8900
  """标签信息
9253
- 注意:此字段可能返回 null,表示取不到有效值。
9254
8901
  :rtype: list of BillTagInfo
9255
8902
  """
9256
8903
  return self._Tags
@@ -9376,7 +9023,6 @@ class BillResourceSummary(AbstractModel):
9376
9023
  @property
9377
9024
  def BillMonth(self):
9378
9025
  """账单归属月
9379
- 注意:此字段可能返回 null,表示取不到有效值。
9380
9026
  :rtype: str
9381
9027
  """
9382
9028
  return self._BillMonth
@@ -10891,16 +10537,12 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
10891
10537
  :param _Business: 产品消耗详情
10892
10538
  :type Business: list of ConsumptionBusinessSummaryDataItem
10893
10539
  :param _CashPayAmount: 现金
10894
- 注意:此字段可能返回 null,表示取不到有效值。
10895
10540
  :type CashPayAmount: str
10896
10541
  :param _IncentivePayAmount: 赠送金
10897
- 注意:此字段可能返回 null,表示取不到有效值。
10898
10542
  :type IncentivePayAmount: str
10899
10543
  :param _VoucherPayAmount: 代金券
10900
- 注意:此字段可能返回 null,表示取不到有效值。
10901
10544
  :type VoucherPayAmount: str
10902
10545
  :param _TransferPayAmount: 分成金
10903
- 注意:此字段可能返回 null,表示取不到有效值。
10904
10546
  :type TransferPayAmount: str
10905
10547
  """
10906
10548
  self._ProjectId = None
@@ -10971,7 +10613,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
10971
10613
  @property
10972
10614
  def CashPayAmount(self):
10973
10615
  """现金
10974
- 注意:此字段可能返回 null,表示取不到有效值。
10975
10616
  :rtype: str
10976
10617
  """
10977
10618
  return self._CashPayAmount
@@ -10983,7 +10624,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
10983
10624
  @property
10984
10625
  def IncentivePayAmount(self):
10985
10626
  """赠送金
10986
- 注意:此字段可能返回 null,表示取不到有效值。
10987
10627
  :rtype: str
10988
10628
  """
10989
10629
  return self._IncentivePayAmount
@@ -10995,7 +10635,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
10995
10635
  @property
10996
10636
  def VoucherPayAmount(self):
10997
10637
  """代金券
10998
- 注意:此字段可能返回 null,表示取不到有效值。
10999
10638
  :rtype: str
11000
10639
  """
11001
10640
  return self._VoucherPayAmount
@@ -11007,7 +10646,6 @@ class ConsumptionProjectSummaryDataItem(AbstractModel):
11007
10646
  @property
11008
10647
  def TransferPayAmount(self):
11009
10648
  """分成金
11010
- 注意:此字段可能返回 null,表示取不到有效值。
11011
10649
  :rtype: str
11012
10650
  """
11013
10651
  return self._TransferPayAmount
@@ -11062,16 +10700,12 @@ class ConsumptionRegionSummaryDataItem(AbstractModel):
11062
10700
  :param _Business: 产品消费详情
11063
10701
  :type Business: list of ConsumptionBusinessSummaryDataItem
11064
10702
  :param _CashPayAmount: 现金
11065
- 注意:此字段可能返回 null,表示取不到有效值。
11066
10703
  :type CashPayAmount: str
11067
10704
  :param _VoucherPayAmount: 代金券
11068
- 注意:此字段可能返回 null,表示取不到有效值。
11069
10705
  :type VoucherPayAmount: str
11070
10706
  :param _IncentivePayAmount: 赠送金
11071
- 注意:此字段可能返回 null,表示取不到有效值。
11072
10707
  :type IncentivePayAmount: str
11073
10708
  :param _TransferPayAmount: 分成金
11074
- 注意:此字段可能返回 null,表示取不到有效值。
11075
10709
  :type TransferPayAmount: str
11076
10710
  """
11077
10711
  self._RegionId = None
@@ -11142,7 +10776,6 @@ class ConsumptionRegionSummaryDataItem(AbstractModel):
11142
10776
  @property
11143
10777
  def CashPayAmount(self):
11144
10778
  """现金
11145
- 注意:此字段可能返回 null,表示取不到有效值。
11146
10779
  :rtype: str
11147
10780
  """
11148
10781
  return self._CashPayAmount
@@ -11154,7 +10787,6 @@ class ConsumptionRegionSummaryDataItem(AbstractModel):
11154
10787
  @property
11155
10788
  def VoucherPayAmount(self):
11156
10789
  """代金券
11157
- 注意:此字段可能返回 null,表示取不到有效值。
11158
10790
  :rtype: str
11159
10791
  """
11160
10792
  return self._VoucherPayAmount
@@ -11166,7 +10798,6 @@ class ConsumptionRegionSummaryDataItem(AbstractModel):
11166
10798
  @property
11167
10799
  def IncentivePayAmount(self):
11168
10800
  """赠送金
11169
- 注意:此字段可能返回 null,表示取不到有效值。
11170
10801
  :rtype: str
11171
10802
  """
11172
10803
  return self._IncentivePayAmount
@@ -11178,7 +10809,6 @@ class ConsumptionRegionSummaryDataItem(AbstractModel):
11178
10809
  @property
11179
10810
  def TransferPayAmount(self):
11180
10811
  """分成金
11181
- 注意:此字段可能返回 null,表示取不到有效值。
11182
10812
  :rtype: str
11183
10813
  """
11184
10814
  return self._TransferPayAmount
@@ -16974,7 +16604,6 @@ class DescribeBillDetailForOrganizationResponse(AbstractModel):
16974
16604
  注意:此字段可能返回 null,表示取不到有效值。
16975
16605
  :type Total: int
16976
16606
  :param _Context: 本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
16977
- 注意:此字段可能返回 null,表示取不到有效值。
16978
16607
  :type Context: str
16979
16608
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16980
16609
  :type RequestId: str
@@ -17010,7 +16639,6 @@ class DescribeBillDetailForOrganizationResponse(AbstractModel):
17010
16639
  @property
17011
16640
  def Context(self):
17012
16641
  """本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
17013
- 注意:此字段可能返回 null,表示取不到有效值。
17014
16642
  :rtype: str
17015
16643
  """
17016
16644
  return self._Context
@@ -17363,10 +16991,8 @@ class DescribeBillDetailResponse(AbstractModel):
17363
16991
  :param _DetailSet: 详情列表
17364
16992
  :type DetailSet: list of BillDetail
17365
16993
  :param _Total: 总记录数,24小时缓存一次,可能比实际总记录数少
17366
- 注意:此字段可能返回 null,表示取不到有效值。
17367
16994
  :type Total: int
17368
16995
  :param _Context: 本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
17369
- 注意:此字段可能返回 null,表示取不到有效值。
17370
16996
  :type Context: str
17371
16997
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17372
16998
  :type RequestId: str
@@ -17390,7 +17016,6 @@ class DescribeBillDetailResponse(AbstractModel):
17390
17016
  @property
17391
17017
  def Total(self):
17392
17018
  """总记录数,24小时缓存一次,可能比实际总记录数少
17393
- 注意:此字段可能返回 null,表示取不到有效值。
17394
17019
  :rtype: int
17395
17020
  """
17396
17021
  return self._Total
@@ -17402,7 +17027,6 @@ class DescribeBillDetailResponse(AbstractModel):
17402
17027
  @property
17403
17028
  def Context(self):
17404
17029
  """本次请求的上下文信息,可用于下一次请求的请求参数中,加快查询速度
17405
- 注意:此字段可能返回 null,表示取不到有效值。
17406
17030
  :rtype: str
17407
17031
  """
17408
17032
  return self._Context
@@ -19781,7 +19405,6 @@ class DescribeCostDetailResponse(AbstractModel):
19781
19405
  def __init__(self):
19782
19406
  r"""
19783
19407
  :param _DetailSet: 消耗明细
19784
- 注意:此字段可能返回 null,表示取不到有效值。
19785
19408
  :type DetailSet: list of CostDetail
19786
19409
  :param _Total: 记录数
19787
19410
  注意:此字段可能返回 null,表示取不到有效值。
@@ -19796,7 +19419,6 @@ class DescribeCostDetailResponse(AbstractModel):
19796
19419
  @property
19797
19420
  def DetailSet(self):
19798
19421
  """消耗明细
19799
- 注意:此字段可能返回 null,表示取不到有效值。
19800
19422
  :rtype: list of CostDetail
19801
19423
  """
19802
19424
  return self._DetailSet
@@ -20062,19 +19684,14 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20062
19684
  def __init__(self):
20063
19685
  r"""
20064
19686
  :param _Total: 数据条数
20065
- 注意:此字段可能返回 null,表示取不到有效值。
20066
19687
  :type Total: int
20067
19688
  :param _Header: 表头信息
20068
- 注意:此字段可能返回 null,表示取不到有效值。
20069
19689
  :type Header: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
20070
19690
  :param _Detail: 数据明细
20071
- 注意:此字段可能返回 null,表示取不到有效值。
20072
19691
  :type Detail: list of AnalyseDetail
20073
19692
  :param _TotalDetail: 数据总计
20074
- 注意:此字段可能返回 null,表示取不到有效值。
20075
19693
  :type TotalDetail: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
20076
19694
  :param _ConditionValue: 筛选框
20077
- 注意:此字段可能返回 null,表示取不到有效值。
20078
19695
  :type ConditionValue: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
20079
19696
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20080
19697
  :type RequestId: str
@@ -20089,7 +19706,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20089
19706
  @property
20090
19707
  def Total(self):
20091
19708
  """数据条数
20092
- 注意:此字段可能返回 null,表示取不到有效值。
20093
19709
  :rtype: int
20094
19710
  """
20095
19711
  return self._Total
@@ -20101,7 +19717,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20101
19717
  @property
20102
19718
  def Header(self):
20103
19719
  """表头信息
20104
- 注意:此字段可能返回 null,表示取不到有效值。
20105
19720
  :rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseHeaderDetail`
20106
19721
  """
20107
19722
  return self._Header
@@ -20113,7 +19728,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20113
19728
  @property
20114
19729
  def Detail(self):
20115
19730
  """数据明细
20116
- 注意:此字段可能返回 null,表示取不到有效值。
20117
19731
  :rtype: list of AnalyseDetail
20118
19732
  """
20119
19733
  return self._Detail
@@ -20125,7 +19739,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20125
19739
  @property
20126
19740
  def TotalDetail(self):
20127
19741
  """数据总计
20128
- 注意:此字段可能返回 null,表示取不到有效值。
20129
19742
  :rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseDetail`
20130
19743
  """
20131
19744
  return self._TotalDetail
@@ -20137,7 +19750,6 @@ class DescribeCostExplorerSummaryResponse(AbstractModel):
20137
19750
  @property
20138
19751
  def ConditionValue(self):
20139
19752
  """筛选框
20140
- 注意:此字段可能返回 null,表示取不到有效值。
20141
19753
  :rtype: :class:`tencentcloud.billing.v20180709.models.AnalyseConditionDetail`
20142
19754
  """
20143
19755
  return self._ConditionValue
@@ -21405,65 +21017,45 @@ class DescribeDosageDetail(AbstractModel):
21405
21017
  def __init__(self):
21406
21018
  r"""
21407
21019
  :param _Date: 日期
21408
- 注意:此字段可能返回 null,表示取不到有效值。
21409
21020
  :type Date: str
21410
21021
  :param _Uin: 账号 ID 是用户在腾讯云的唯一账号标识
21411
- 注意:此字段可能返回 null,表示取不到有效值。
21412
21022
  :type Uin: str
21413
21023
  :param _DosageType: 用量统计类型
21414
- 注意:此字段可能返回 null,表示取不到有效值。
21415
21024
  :type DosageType: str
21416
21025
  :param _ProductCode: 产品编码
21417
- 注意:此字段可能返回 null,表示取不到有效值。
21418
21026
  :type ProductCode: str
21419
21027
  :param _SubProductCode: 子产品编码
21420
- 注意:此字段可能返回 null,表示取不到有效值。
21421
21028
  :type SubProductCode: str
21422
21029
  :param _BillingItemCode: 组件类型编码
21423
21030
 
21424
- 注意:此字段可能返回 null,表示取不到有效值。
21425
21031
  :type BillingItemCode: str
21426
21032
  :param _SubBillingItemCode: 组件编码
21427
- 注意:此字段可能返回 null,表示取不到有效值。
21428
21033
  :type SubBillingItemCode: str
21429
21034
  :param _ProductCodeName: 产品名称
21430
- 注意:此字段可能返回 null,表示取不到有效值。
21431
21035
  :type ProductCodeName: str
21432
21036
  :param _SubProductCodeName: 子产品名称
21433
- 注意:此字段可能返回 null,表示取不到有效值。
21434
21037
  :type SubProductCodeName: str
21435
21038
  :param _BillingItemCodeName: 组件类型
21436
- 注意:此字段可能返回 null,表示取不到有效值。
21437
21039
  :type BillingItemCodeName: str
21438
21040
  :param _SubBillingItemCodeName: 组件
21439
- 注意:此字段可能返回 null,表示取不到有效值。
21440
21041
  :type SubBillingItemCodeName: str
21441
21042
  :param _DosageUnit: 用量单位
21442
- 注意:此字段可能返回 null,表示取不到有效值。
21443
21043
  :type DosageUnit: str
21444
21044
  :param _DosageBeginTime: 用量起始时间
21445
- 注意:此字段可能返回 null,表示取不到有效值。
21446
21045
  :type DosageBeginTime: str
21447
21046
  :param _DosageEndTime: 用量截止时间
21448
- 注意:此字段可能返回 null,表示取不到有效值。
21449
21047
  :type DosageEndTime: str
21450
21048
  :param _DosageValue: 标准用量
21451
- 注意:此字段可能返回 null,表示取不到有效值。
21452
21049
  :type DosageValue: float
21453
21050
  :param _DeductValue: 抵扣用量
21454
- 注意:此字段可能返回 null,表示取不到有效值。
21455
21051
  :type DeductValue: float
21456
21052
  :param _RemainValue: 抵扣余量
21457
- 注意:此字段可能返回 null,表示取不到有效值。
21458
21053
  :type RemainValue: float
21459
21054
  :param _SdkAppId: sdkAppId
21460
- 注意:此字段可能返回 null,表示取不到有效值。
21461
21055
  :type SdkAppId: str
21462
21056
  :param _AttrStr: 其他信息
21463
- 注意:此字段可能返回 null,表示取不到有效值。
21464
21057
  :type AttrStr: list of JsonObject
21465
21058
  :param _SheetName: 用量模板名称
21466
- 注意:此字段可能返回 null,表示取不到有效值。
21467
21059
  :type SheetName: list of str
21468
21060
  """
21469
21061
  self._Date = None
@@ -21490,7 +21082,6 @@ class DescribeDosageDetail(AbstractModel):
21490
21082
  @property
21491
21083
  def Date(self):
21492
21084
  """日期
21493
- 注意:此字段可能返回 null,表示取不到有效值。
21494
21085
  :rtype: str
21495
21086
  """
21496
21087
  return self._Date
@@ -21502,7 +21093,6 @@ class DescribeDosageDetail(AbstractModel):
21502
21093
  @property
21503
21094
  def Uin(self):
21504
21095
  """账号 ID 是用户在腾讯云的唯一账号标识
21505
- 注意:此字段可能返回 null,表示取不到有效值。
21506
21096
  :rtype: str
21507
21097
  """
21508
21098
  return self._Uin
@@ -21514,7 +21104,6 @@ class DescribeDosageDetail(AbstractModel):
21514
21104
  @property
21515
21105
  def DosageType(self):
21516
21106
  """用量统计类型
21517
- 注意:此字段可能返回 null,表示取不到有效值。
21518
21107
  :rtype: str
21519
21108
  """
21520
21109
  return self._DosageType
@@ -21526,7 +21115,6 @@ class DescribeDosageDetail(AbstractModel):
21526
21115
  @property
21527
21116
  def ProductCode(self):
21528
21117
  """产品编码
21529
- 注意:此字段可能返回 null,表示取不到有效值。
21530
21118
  :rtype: str
21531
21119
  """
21532
21120
  return self._ProductCode
@@ -21538,7 +21126,6 @@ class DescribeDosageDetail(AbstractModel):
21538
21126
  @property
21539
21127
  def SubProductCode(self):
21540
21128
  """子产品编码
21541
- 注意:此字段可能返回 null,表示取不到有效值。
21542
21129
  :rtype: str
21543
21130
  """
21544
21131
  return self._SubProductCode
@@ -21551,7 +21138,6 @@ class DescribeDosageDetail(AbstractModel):
21551
21138
  def BillingItemCode(self):
21552
21139
  """组件类型编码
21553
21140
 
21554
- 注意:此字段可能返回 null,表示取不到有效值。
21555
21141
  :rtype: str
21556
21142
  """
21557
21143
  return self._BillingItemCode
@@ -21563,7 +21149,6 @@ class DescribeDosageDetail(AbstractModel):
21563
21149
  @property
21564
21150
  def SubBillingItemCode(self):
21565
21151
  """组件编码
21566
- 注意:此字段可能返回 null,表示取不到有效值。
21567
21152
  :rtype: str
21568
21153
  """
21569
21154
  return self._SubBillingItemCode
@@ -21575,7 +21160,6 @@ class DescribeDosageDetail(AbstractModel):
21575
21160
  @property
21576
21161
  def ProductCodeName(self):
21577
21162
  """产品名称
21578
- 注意:此字段可能返回 null,表示取不到有效值。
21579
21163
  :rtype: str
21580
21164
  """
21581
21165
  return self._ProductCodeName
@@ -21587,7 +21171,6 @@ class DescribeDosageDetail(AbstractModel):
21587
21171
  @property
21588
21172
  def SubProductCodeName(self):
21589
21173
  """子产品名称
21590
- 注意:此字段可能返回 null,表示取不到有效值。
21591
21174
  :rtype: str
21592
21175
  """
21593
21176
  return self._SubProductCodeName
@@ -21599,7 +21182,6 @@ class DescribeDosageDetail(AbstractModel):
21599
21182
  @property
21600
21183
  def BillingItemCodeName(self):
21601
21184
  """组件类型
21602
- 注意:此字段可能返回 null,表示取不到有效值。
21603
21185
  :rtype: str
21604
21186
  """
21605
21187
  return self._BillingItemCodeName
@@ -21611,7 +21193,6 @@ class DescribeDosageDetail(AbstractModel):
21611
21193
  @property
21612
21194
  def SubBillingItemCodeName(self):
21613
21195
  """组件
21614
- 注意:此字段可能返回 null,表示取不到有效值。
21615
21196
  :rtype: str
21616
21197
  """
21617
21198
  return self._SubBillingItemCodeName
@@ -21623,7 +21204,6 @@ class DescribeDosageDetail(AbstractModel):
21623
21204
  @property
21624
21205
  def DosageUnit(self):
21625
21206
  """用量单位
21626
- 注意:此字段可能返回 null,表示取不到有效值。
21627
21207
  :rtype: str
21628
21208
  """
21629
21209
  return self._DosageUnit
@@ -21635,7 +21215,6 @@ class DescribeDosageDetail(AbstractModel):
21635
21215
  @property
21636
21216
  def DosageBeginTime(self):
21637
21217
  """用量起始时间
21638
- 注意:此字段可能返回 null,表示取不到有效值。
21639
21218
  :rtype: str
21640
21219
  """
21641
21220
  return self._DosageBeginTime
@@ -21647,7 +21226,6 @@ class DescribeDosageDetail(AbstractModel):
21647
21226
  @property
21648
21227
  def DosageEndTime(self):
21649
21228
  """用量截止时间
21650
- 注意:此字段可能返回 null,表示取不到有效值。
21651
21229
  :rtype: str
21652
21230
  """
21653
21231
  return self._DosageEndTime
@@ -21659,7 +21237,6 @@ class DescribeDosageDetail(AbstractModel):
21659
21237
  @property
21660
21238
  def DosageValue(self):
21661
21239
  """标准用量
21662
- 注意:此字段可能返回 null,表示取不到有效值。
21663
21240
  :rtype: float
21664
21241
  """
21665
21242
  return self._DosageValue
@@ -21671,7 +21248,6 @@ class DescribeDosageDetail(AbstractModel):
21671
21248
  @property
21672
21249
  def DeductValue(self):
21673
21250
  """抵扣用量
21674
- 注意:此字段可能返回 null,表示取不到有效值。
21675
21251
  :rtype: float
21676
21252
  """
21677
21253
  return self._DeductValue
@@ -21683,7 +21259,6 @@ class DescribeDosageDetail(AbstractModel):
21683
21259
  @property
21684
21260
  def RemainValue(self):
21685
21261
  """抵扣余量
21686
- 注意:此字段可能返回 null,表示取不到有效值。
21687
21262
  :rtype: float
21688
21263
  """
21689
21264
  return self._RemainValue
@@ -21695,7 +21270,6 @@ class DescribeDosageDetail(AbstractModel):
21695
21270
  @property
21696
21271
  def SdkAppId(self):
21697
21272
  """sdkAppId
21698
- 注意:此字段可能返回 null,表示取不到有效值。
21699
21273
  :rtype: str
21700
21274
  """
21701
21275
  return self._SdkAppId
@@ -21707,7 +21281,6 @@ class DescribeDosageDetail(AbstractModel):
21707
21281
  @property
21708
21282
  def AttrStr(self):
21709
21283
  """其他信息
21710
- 注意:此字段可能返回 null,表示取不到有效值。
21711
21284
  :rtype: list of JsonObject
21712
21285
  """
21713
21286
  return self._AttrStr
@@ -21719,7 +21292,6 @@ class DescribeDosageDetail(AbstractModel):
21719
21292
  @property
21720
21293
  def SheetName(self):
21721
21294
  """用量模板名称
21722
- 注意:此字段可能返回 null,表示取不到有效值。
21723
21295
  :rtype: list of str
21724
21296
  """
21725
21297
  return self._SheetName
@@ -21926,16 +21498,12 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
21926
21498
  def __init__(self):
21927
21499
  r"""
21928
21500
  :param _Unit: 计量单位
21929
- 注意:此字段可能返回 null,表示取不到有效值。
21930
21501
  :type Unit: str
21931
21502
  :param _DetailSets: 用量数组
21932
- 注意:此字段可能返回 null,表示取不到有效值。
21933
21503
  :type DetailSets: list of DetailSet
21934
21504
  :param _RetCode: 错误码
21935
- 注意:此字段可能返回 null,表示取不到有效值。
21936
21505
  :type RetCode: int
21937
21506
  :param _RetMsg: 错误信息
21938
- 注意:此字段可能返回 null,表示取不到有效值。
21939
21507
  :type RetMsg: str
21940
21508
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21941
21509
  :type RequestId: str
@@ -21949,7 +21517,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
21949
21517
  @property
21950
21518
  def Unit(self):
21951
21519
  """计量单位
21952
- 注意:此字段可能返回 null,表示取不到有效值。
21953
21520
  :rtype: str
21954
21521
  """
21955
21522
  return self._Unit
@@ -21961,7 +21528,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
21961
21528
  @property
21962
21529
  def DetailSets(self):
21963
21530
  """用量数组
21964
- 注意:此字段可能返回 null,表示取不到有效值。
21965
21531
  :rtype: list of DetailSet
21966
21532
  """
21967
21533
  return self._DetailSets
@@ -21973,7 +21539,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
21973
21539
  @property
21974
21540
  def RetCode(self):
21975
21541
  """错误码
21976
- 注意:此字段可能返回 null,表示取不到有效值。
21977
21542
  :rtype: int
21978
21543
  """
21979
21544
  return self._RetCode
@@ -21985,7 +21550,6 @@ class DescribeDosageDetailByDateResponse(AbstractModel):
21985
21550
  @property
21986
21551
  def RetMsg(self):
21987
21552
  """错误信息
21988
- 注意:此字段可能返回 null,表示取不到有效值。
21989
21553
  :rtype: str
21990
21554
  """
21991
21555
  return self._RetMsg
@@ -22608,55 +22172,41 @@ class DescribeGatherResourceResponse(AbstractModel):
22608
22172
  self._RequestId = params.get("RequestId")
22609
22173
 
22610
22174
 
22611
- class DescribeSavingPlanCoverageRequest(AbstractModel):
22612
- """DescribeSavingPlanCoverage请求参数结构体
22175
+ class DescribeSavingPlanResourceInfoRequest(AbstractModel):
22176
+ """DescribeSavingPlanResourceInfo请求参数结构体
22613
22177
 
22614
22178
  """
22615
22179
 
22616
22180
  def __init__(self):
22617
22181
  r"""
22618
- :param _StartDate: 费用起始日期,格式yyyy-MM-dd
22619
- :type StartDate: str
22620
- :param _EndDate: 费用结束日期,格式yyyy-MM-dd
22621
- :type EndDate: str
22622
- :param _Offset: 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
22623
- :type Offset: int
22624
- :param _Limit: 数量,最大值为200
22182
+ :param _Limit: 数量,最大值为100
22625
22183
  :type Limit: int
22626
- :param _PeriodType: 取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet
22627
- :type PeriodType: int
22184
+ :param _Offset: 偏移量
22185
+ :type Offset: int
22186
+ :param _CreateStartDate: 购买开始时间,格式yyyy-MM-dd
22187
+ :type CreateStartDate: str
22188
+ :param _CreateEndDate: 购买结束时间,格式yyyy-MM-dd
22189
+ :type CreateEndDate: str
22628
22190
  """
22629
- self._StartDate = None
22630
- self._EndDate = None
22631
- self._Offset = None
22632
22191
  self._Limit = None
22633
- self._PeriodType = None
22634
-
22635
- @property
22636
- def StartDate(self):
22637
- """费用起始日期,格式yyyy-MM-dd
22638
- :rtype: str
22639
- """
22640
- return self._StartDate
22641
-
22642
- @StartDate.setter
22643
- def StartDate(self, StartDate):
22644
- self._StartDate = StartDate
22192
+ self._Offset = None
22193
+ self._CreateStartDate = None
22194
+ self._CreateEndDate = None
22645
22195
 
22646
22196
  @property
22647
- def EndDate(self):
22648
- """费用结束日期,格式yyyy-MM-dd
22649
- :rtype: str
22197
+ def Limit(self):
22198
+ """数量,最大值为100
22199
+ :rtype: int
22650
22200
  """
22651
- return self._EndDate
22201
+ return self._Limit
22652
22202
 
22653
- @EndDate.setter
22654
- def EndDate(self, EndDate):
22655
- self._EndDate = EndDate
22203
+ @Limit.setter
22204
+ def Limit(self, Limit):
22205
+ self._Limit = Limit
22656
22206
 
22657
22207
  @property
22658
22208
  def Offset(self):
22659
- """分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
22209
+ """偏移量
22660
22210
  :rtype: int
22661
22211
  """
22662
22212
  return self._Offset
@@ -22666,191 +22216,26 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
22666
22216
  self._Offset = Offset
22667
22217
 
22668
22218
  @property
22669
- def Limit(self):
22670
- """数量,最大值为200
22671
- :rtype: int
22219
+ def CreateStartDate(self):
22220
+ """购买开始时间,格式yyyy-MM-dd
22221
+ :rtype: str
22672
22222
  """
22673
- return self._Limit
22223
+ return self._CreateStartDate
22674
22224
 
22675
- @Limit.setter
22676
- def Limit(self, Limit):
22677
- self._Limit = Limit
22225
+ @CreateStartDate.setter
22226
+ def CreateStartDate(self, CreateStartDate):
22227
+ self._CreateStartDate = CreateStartDate
22678
22228
 
22679
22229
  @property
22680
- def PeriodType(self):
22681
- """取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet
22682
- :rtype: int
22230
+ def CreateEndDate(self):
22231
+ """购买结束时间,格式yyyy-MM-dd
22232
+ :rtype: str
22683
22233
  """
22684
- return self._PeriodType
22234
+ return self._CreateEndDate
22685
22235
 
22686
- @PeriodType.setter
22687
- def PeriodType(self, PeriodType):
22688
- self._PeriodType = PeriodType
22689
-
22690
-
22691
- def _deserialize(self, params):
22692
- self._StartDate = params.get("StartDate")
22693
- self._EndDate = params.get("EndDate")
22694
- self._Offset = params.get("Offset")
22695
- self._Limit = params.get("Limit")
22696
- self._PeriodType = params.get("PeriodType")
22697
- memeber_set = set(params.keys())
22698
- for name, value in vars(self).items():
22699
- property_name = name[1:]
22700
- if property_name in memeber_set:
22701
- memeber_set.remove(property_name)
22702
- if len(memeber_set) > 0:
22703
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
22704
-
22705
-
22706
-
22707
- class DescribeSavingPlanCoverageResponse(AbstractModel):
22708
- """DescribeSavingPlanCoverage返回参数结构体
22709
-
22710
- """
22711
-
22712
- def __init__(self):
22713
- r"""
22714
- :param _DetailSet: 节省计划覆盖率明细数据
22715
- :type DetailSet: list of SavingPlanCoverageDetail
22716
- :param _RateSet: 节省计划覆盖率聚合数据
22717
- :type RateSet: list of SavingPlanCoverageRate
22718
- :param _TotalCount: 查询命中的节省计划覆盖率明细数据总条数
22719
- :type TotalCount: int
22720
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22721
- :type RequestId: str
22722
- """
22723
- self._DetailSet = None
22724
- self._RateSet = None
22725
- self._TotalCount = None
22726
- self._RequestId = None
22727
-
22728
- @property
22729
- def DetailSet(self):
22730
- """节省计划覆盖率明细数据
22731
- :rtype: list of SavingPlanCoverageDetail
22732
- """
22733
- return self._DetailSet
22734
-
22735
- @DetailSet.setter
22736
- def DetailSet(self, DetailSet):
22737
- self._DetailSet = DetailSet
22738
-
22739
- @property
22740
- def RateSet(self):
22741
- """节省计划覆盖率聚合数据
22742
- :rtype: list of SavingPlanCoverageRate
22743
- """
22744
- return self._RateSet
22745
-
22746
- @RateSet.setter
22747
- def RateSet(self, RateSet):
22748
- self._RateSet = RateSet
22749
-
22750
- @property
22751
- def TotalCount(self):
22752
- """查询命中的节省计划覆盖率明细数据总条数
22753
- :rtype: int
22754
- """
22755
- return self._TotalCount
22756
-
22757
- @TotalCount.setter
22758
- def TotalCount(self, TotalCount):
22759
- self._TotalCount = TotalCount
22760
-
22761
- @property
22762
- def RequestId(self):
22763
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22764
- :rtype: str
22765
- """
22766
- return self._RequestId
22767
-
22768
- @RequestId.setter
22769
- def RequestId(self, RequestId):
22770
- self._RequestId = RequestId
22771
-
22772
-
22773
- def _deserialize(self, params):
22774
- if params.get("DetailSet") is not None:
22775
- self._DetailSet = []
22776
- for item in params.get("DetailSet"):
22777
- obj = SavingPlanCoverageDetail()
22778
- obj._deserialize(item)
22779
- self._DetailSet.append(obj)
22780
- if params.get("RateSet") is not None:
22781
- self._RateSet = []
22782
- for item in params.get("RateSet"):
22783
- obj = SavingPlanCoverageRate()
22784
- obj._deserialize(item)
22785
- self._RateSet.append(obj)
22786
- self._TotalCount = params.get("TotalCount")
22787
- self._RequestId = params.get("RequestId")
22788
-
22789
-
22790
- class DescribeSavingPlanResourceInfoRequest(AbstractModel):
22791
- """DescribeSavingPlanResourceInfo请求参数结构体
22792
-
22793
- """
22794
-
22795
- def __init__(self):
22796
- r"""
22797
- :param _Limit: 数量,最大值为100
22798
- :type Limit: int
22799
- :param _Offset: 偏移量
22800
- :type Offset: int
22801
- :param _CreateStartDate: 购买开始时间,格式yyyy-MM-dd
22802
- :type CreateStartDate: str
22803
- :param _CreateEndDate: 购买结束时间,格式yyyy-MM-dd
22804
- :type CreateEndDate: str
22805
- """
22806
- self._Limit = None
22807
- self._Offset = None
22808
- self._CreateStartDate = None
22809
- self._CreateEndDate = None
22810
-
22811
- @property
22812
- def Limit(self):
22813
- """数量,最大值为100
22814
- :rtype: int
22815
- """
22816
- return self._Limit
22817
-
22818
- @Limit.setter
22819
- def Limit(self, Limit):
22820
- self._Limit = Limit
22821
-
22822
- @property
22823
- def Offset(self):
22824
- """偏移量
22825
- :rtype: int
22826
- """
22827
- return self._Offset
22828
-
22829
- @Offset.setter
22830
- def Offset(self, Offset):
22831
- self._Offset = Offset
22832
-
22833
- @property
22834
- def CreateStartDate(self):
22835
- """购买开始时间,格式yyyy-MM-dd
22836
- :rtype: str
22837
- """
22838
- return self._CreateStartDate
22839
-
22840
- @CreateStartDate.setter
22841
- def CreateStartDate(self, CreateStartDate):
22842
- self._CreateStartDate = CreateStartDate
22843
-
22844
- @property
22845
- def CreateEndDate(self):
22846
- """购买结束时间,格式yyyy-MM-dd
22847
- :rtype: str
22848
- """
22849
- return self._CreateEndDate
22850
-
22851
- @CreateEndDate.setter
22852
- def CreateEndDate(self, CreateEndDate):
22853
- self._CreateEndDate = CreateEndDate
22236
+ @CreateEndDate.setter
22237
+ def CreateEndDate(self, CreateEndDate):
22238
+ self._CreateEndDate = CreateEndDate
22854
22239
 
22855
22240
 
22856
22241
  def _deserialize(self, params):
@@ -23736,7 +23121,6 @@ class DetailSet(AbstractModel):
23736
23121
  :param _DetailPoints: 使用数据明细
23737
23122
  :type DetailPoints: list of DetailPoint
23738
23123
  :param _InstanceID: 实例ID
23739
- 注意:此字段可能返回 null,表示取不到有效值。
23740
23124
  :type InstanceID: str
23741
23125
  """
23742
23126
  self._Domain = None
@@ -23768,7 +23152,6 @@ class DetailSet(AbstractModel):
23768
23152
  @property
23769
23153
  def InstanceID(self):
23770
23154
  """实例ID
23771
- 注意:此字段可能返回 null,表示取不到有效值。
23772
23155
  :rtype: str
23773
23156
  """
23774
23157
  return self._InstanceID
@@ -25585,7 +24968,6 @@ class RegionSummaryOverviewItem(AbstractModel):
25585
24968
  def __init__(self):
25586
24969
  r"""
25587
24970
  :param _RegionId: 地域ID
25588
- 注意:此字段可能返回 null,表示取不到有效值。
25589
24971
  :type RegionId: str
25590
24972
  :param _RegionName: 地域名称:资源所属地域,例如华南地区(广州)
25591
24973
  :type RegionName: str
@@ -25620,7 +25002,6 @@ class RegionSummaryOverviewItem(AbstractModel):
25620
25002
  @property
25621
25003
  def RegionId(self):
25622
25004
  """地域ID
25623
- 注意:此字段可能返回 null,表示取不到有效值。
25624
25005
  :rtype: str
25625
25006
  """
25626
25007
  return self._RegionId
@@ -25750,249 +25131,6 @@ class RegionSummaryOverviewItem(AbstractModel):
25750
25131
 
25751
25132
 
25752
25133
 
25753
- class SavingPlanCoverageDetail(AbstractModel):
25754
- """节省计划覆盖率数据
25755
-
25756
- """
25757
-
25758
- def __init__(self):
25759
- r"""
25760
- :param _ResourceId: 资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
25761
- :type ResourceId: str
25762
- :param _RegionId: 地域ID
25763
- 注意:此字段可能返回 null,表示取不到有效值。
25764
- :type RegionId: int
25765
- :param _ProductCode: 产品编码
25766
- 注意:此字段可能返回 null,表示取不到有效值。
25767
- :type ProductCode: str
25768
- :param _SubProductCode: 子产品编码
25769
- 注意:此字段可能返回 null,表示取不到有效值。
25770
- :type SubProductCode: str
25771
- :param _StartDate: 费用起始日期,格式yyyy-MM-dd
25772
- :type StartDate: str
25773
- :param _EndDate: 费用结束日期,格式yyyy-MM-dd,目前与StartDate相等
25774
- :type EndDate: str
25775
- :param _SpCoveredAmount: 节省计划覆盖金额(即节省计划支付金额)
25776
- :type SpCoveredAmount: float
25777
- :param _SpUncoveredAmount: 节省计划未覆盖金额(即优惠后总价)
25778
- :type SpUncoveredAmount: float
25779
- :param _TotalRealAmount: 总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)
25780
- :type TotalRealAmount: float
25781
- :param _ExpectedAmount: 按量计费预期金额(即折前价 * 折扣)
25782
- :type ExpectedAmount: float
25783
- :param _SpCoverage: 覆盖率结果,取值[0, 100]
25784
- :type SpCoverage: float
25785
- """
25786
- self._ResourceId = None
25787
- self._RegionId = None
25788
- self._ProductCode = None
25789
- self._SubProductCode = None
25790
- self._StartDate = None
25791
- self._EndDate = None
25792
- self._SpCoveredAmount = None
25793
- self._SpUncoveredAmount = None
25794
- self._TotalRealAmount = None
25795
- self._ExpectedAmount = None
25796
- self._SpCoverage = None
25797
-
25798
- @property
25799
- def ResourceId(self):
25800
- """资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
25801
- :rtype: str
25802
- """
25803
- return self._ResourceId
25804
-
25805
- @ResourceId.setter
25806
- def ResourceId(self, ResourceId):
25807
- self._ResourceId = ResourceId
25808
-
25809
- @property
25810
- def RegionId(self):
25811
- """地域ID
25812
- 注意:此字段可能返回 null,表示取不到有效值。
25813
- :rtype: int
25814
- """
25815
- return self._RegionId
25816
-
25817
- @RegionId.setter
25818
- def RegionId(self, RegionId):
25819
- self._RegionId = RegionId
25820
-
25821
- @property
25822
- def ProductCode(self):
25823
- """产品编码
25824
- 注意:此字段可能返回 null,表示取不到有效值。
25825
- :rtype: str
25826
- """
25827
- return self._ProductCode
25828
-
25829
- @ProductCode.setter
25830
- def ProductCode(self, ProductCode):
25831
- self._ProductCode = ProductCode
25832
-
25833
- @property
25834
- def SubProductCode(self):
25835
- """子产品编码
25836
- 注意:此字段可能返回 null,表示取不到有效值。
25837
- :rtype: str
25838
- """
25839
- return self._SubProductCode
25840
-
25841
- @SubProductCode.setter
25842
- def SubProductCode(self, SubProductCode):
25843
- self._SubProductCode = SubProductCode
25844
-
25845
- @property
25846
- def StartDate(self):
25847
- """费用起始日期,格式yyyy-MM-dd
25848
- :rtype: str
25849
- """
25850
- return self._StartDate
25851
-
25852
- @StartDate.setter
25853
- def StartDate(self, StartDate):
25854
- self._StartDate = StartDate
25855
-
25856
- @property
25857
- def EndDate(self):
25858
- """费用结束日期,格式yyyy-MM-dd,目前与StartDate相等
25859
- :rtype: str
25860
- """
25861
- return self._EndDate
25862
-
25863
- @EndDate.setter
25864
- def EndDate(self, EndDate):
25865
- self._EndDate = EndDate
25866
-
25867
- @property
25868
- def SpCoveredAmount(self):
25869
- """节省计划覆盖金额(即节省计划支付金额)
25870
- :rtype: float
25871
- """
25872
- return self._SpCoveredAmount
25873
-
25874
- @SpCoveredAmount.setter
25875
- def SpCoveredAmount(self, SpCoveredAmount):
25876
- self._SpCoveredAmount = SpCoveredAmount
25877
-
25878
- @property
25879
- def SpUncoveredAmount(self):
25880
- """节省计划未覆盖金额(即优惠后总价)
25881
- :rtype: float
25882
- """
25883
- return self._SpUncoveredAmount
25884
-
25885
- @SpUncoveredAmount.setter
25886
- def SpUncoveredAmount(self, SpUncoveredAmount):
25887
- self._SpUncoveredAmount = SpUncoveredAmount
25888
-
25889
- @property
25890
- def TotalRealAmount(self):
25891
- """总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)
25892
- :rtype: float
25893
- """
25894
- return self._TotalRealAmount
25895
-
25896
- @TotalRealAmount.setter
25897
- def TotalRealAmount(self, TotalRealAmount):
25898
- self._TotalRealAmount = TotalRealAmount
25899
-
25900
- @property
25901
- def ExpectedAmount(self):
25902
- """按量计费预期金额(即折前价 * 折扣)
25903
- :rtype: float
25904
- """
25905
- return self._ExpectedAmount
25906
-
25907
- @ExpectedAmount.setter
25908
- def ExpectedAmount(self, ExpectedAmount):
25909
- self._ExpectedAmount = ExpectedAmount
25910
-
25911
- @property
25912
- def SpCoverage(self):
25913
- """覆盖率结果,取值[0, 100]
25914
- :rtype: float
25915
- """
25916
- return self._SpCoverage
25917
-
25918
- @SpCoverage.setter
25919
- def SpCoverage(self, SpCoverage):
25920
- self._SpCoverage = SpCoverage
25921
-
25922
-
25923
- def _deserialize(self, params):
25924
- self._ResourceId = params.get("ResourceId")
25925
- self._RegionId = params.get("RegionId")
25926
- self._ProductCode = params.get("ProductCode")
25927
- self._SubProductCode = params.get("SubProductCode")
25928
- self._StartDate = params.get("StartDate")
25929
- self._EndDate = params.get("EndDate")
25930
- self._SpCoveredAmount = params.get("SpCoveredAmount")
25931
- self._SpUncoveredAmount = params.get("SpUncoveredAmount")
25932
- self._TotalRealAmount = params.get("TotalRealAmount")
25933
- self._ExpectedAmount = params.get("ExpectedAmount")
25934
- self._SpCoverage = params.get("SpCoverage")
25935
- memeber_set = set(params.keys())
25936
- for name, value in vars(self).items():
25937
- property_name = name[1:]
25938
- if property_name in memeber_set:
25939
- memeber_set.remove(property_name)
25940
- if len(memeber_set) > 0:
25941
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
25942
-
25943
-
25944
-
25945
- class SavingPlanCoverageRate(AbstractModel):
25946
- """节省计划覆盖率聚合数据
25947
-
25948
- """
25949
-
25950
- def __init__(self):
25951
- r"""
25952
- :param _DatePoint: 聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM
25953
- :type DatePoint: str
25954
- :param _Rate: 覆盖率结果,取值[0, 100]
25955
- :type Rate: float
25956
- """
25957
- self._DatePoint = None
25958
- self._Rate = None
25959
-
25960
- @property
25961
- def DatePoint(self):
25962
- """聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM
25963
- :rtype: str
25964
- """
25965
- return self._DatePoint
25966
-
25967
- @DatePoint.setter
25968
- def DatePoint(self, DatePoint):
25969
- self._DatePoint = DatePoint
25970
-
25971
- @property
25972
- def Rate(self):
25973
- """覆盖率结果,取值[0, 100]
25974
- :rtype: float
25975
- """
25976
- return self._Rate
25977
-
25978
- @Rate.setter
25979
- def Rate(self, Rate):
25980
- self._Rate = Rate
25981
-
25982
-
25983
- def _deserialize(self, params):
25984
- self._DatePoint = params.get("DatePoint")
25985
- self._Rate = params.get("Rate")
25986
- memeber_set = set(params.keys())
25987
- for name, value in vars(self).items():
25988
- property_name = name[1:]
25989
- if property_name in memeber_set:
25990
- memeber_set.remove(property_name)
25991
- if len(memeber_set) > 0:
25992
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
25993
-
25994
-
25995
-
25996
25134
  class SummaryDetail(AbstractModel):
25997
25135
  """账单多维度汇总消费详情
25998
25136
 
@@ -26001,10 +25139,8 @@ class SummaryDetail(AbstractModel):
26001
25139
  def __init__(self):
26002
25140
  r"""
26003
25141
  :param _GroupKey: 账单维度编码
26004
- 注意:此字段可能返回 null,表示取不到有效值。
26005
25142
  :type GroupKey: str
26006
25143
  :param _GroupValue: 账单维度值
26007
- 注意:此字段可能返回 null,表示取不到有效值。
26008
25144
  :type GroupValue: str
26009
25145
  :param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
26010
25146
  :type TotalCost: str
@@ -26017,10 +25153,8 @@ class SummaryDetail(AbstractModel):
26017
25153
  :param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
26018
25154
  :type VoucherPayAmount: str
26019
25155
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
26020
- 注意:此字段可能返回 null,表示取不到有效值。
26021
25156
  :type TransferPayAmount: str
26022
25157
  :param _Business: 产品汇总信息
26023
- 注意:此字段可能返回 null,表示取不到有效值。
26024
25158
  :type Business: list of BusinessSummaryInfo
26025
25159
  """
26026
25160
  self._GroupKey = None
@@ -26036,7 +25170,6 @@ class SummaryDetail(AbstractModel):
26036
25170
  @property
26037
25171
  def GroupKey(self):
26038
25172
  """账单维度编码
26039
- 注意:此字段可能返回 null,表示取不到有效值。
26040
25173
  :rtype: str
26041
25174
  """
26042
25175
  return self._GroupKey
@@ -26048,7 +25181,6 @@ class SummaryDetail(AbstractModel):
26048
25181
  @property
26049
25182
  def GroupValue(self):
26050
25183
  """账单维度值
26051
- 注意:此字段可能返回 null,表示取不到有效值。
26052
25184
  :rtype: str
26053
25185
  """
26054
25186
  return self._GroupValue
@@ -26115,7 +25247,6 @@ class SummaryDetail(AbstractModel):
26115
25247
  @property
26116
25248
  def TransferPayAmount(self):
26117
25249
  """分成金账户支出:通过分成金账户支付的金额
26118
- 注意:此字段可能返回 null,表示取不到有效值。
26119
25250
  :rtype: str
26120
25251
  """
26121
25252
  return self._TransferPayAmount
@@ -26127,7 +25258,6 @@ class SummaryDetail(AbstractModel):
26127
25258
  @property
26128
25259
  def Business(self):
26129
25260
  """产品汇总信息
26130
- 注意:此字段可能返回 null,表示取不到有效值。
26131
25261
  :rtype: list of BusinessSummaryInfo
26132
25262
  """
26133
25263
  return self._Business
@@ -26170,10 +25300,8 @@ class SummaryTotal(AbstractModel):
26170
25300
  def __init__(self):
26171
25301
  r"""
26172
25302
  :param _RealTotalCost: 优惠后总价
26173
- 注意:此字段可能返回 null,表示取不到有效值。
26174
25303
  :type RealTotalCost: str
26175
25304
  :param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
26176
- 注意:此字段可能返回 null,表示取不到有效值。
26177
25305
  :type TotalCost: str
26178
25306
  """
26179
25307
  self._RealTotalCost = None
@@ -26182,7 +25310,6 @@ class SummaryTotal(AbstractModel):
26182
25310
  @property
26183
25311
  def RealTotalCost(self):
26184
25312
  """优惠后总价
26185
- 注意:此字段可能返回 null,表示取不到有效值。
26186
25313
  :rtype: str
26187
25314
  """
26188
25315
  return self._RealTotalCost
@@ -26194,7 +25321,6 @@ class SummaryTotal(AbstractModel):
26194
25321
  @property
26195
25322
  def TotalCost(self):
26196
25323
  """原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
26197
- 注意:此字段可能返回 null,表示取不到有效值。
26198
25324
  :rtype: str
26199
25325
  """
26200
25326
  return self._TotalCost
@@ -26229,7 +25355,6 @@ class TagDataInfo(AbstractModel):
26229
25355
  :param _Status: 标签类型,0普通标签,1分账标签
26230
25356
  :type Status: int
26231
25357
  :param _UpdateTime: 设置分账标签时间,普通标签不返回
26232
- 注意:此字段可能返回 null,表示取不到有效值。
26233
25358
  :type UpdateTime: str
26234
25359
  """
26235
25360
  self._TagKey = None
@@ -26261,7 +25386,6 @@ class TagDataInfo(AbstractModel):
26261
25386
  @property
26262
25387
  def UpdateTime(self):
26263
25388
  """设置分账标签时间,普通标签不返回
26264
- 注意:此字段可能返回 null,表示取不到有效值。
26265
25389
  :rtype: str
26266
25390
  """
26267
25391
  return self._UpdateTime
@@ -26293,28 +25417,20 @@ class TagSummaryOverviewItem(AbstractModel):
26293
25417
  def __init__(self):
26294
25418
  r"""
26295
25419
  :param _TagValue: 标签值
26296
- 注意:此字段可能返回 null,表示取不到有效值。
26297
25420
  :type TagValue: str
26298
25421
  :param _RealTotalCostRatio: 费用所占百分比,两位小数
26299
- 注意:此字段可能返回 null,表示取不到有效值。
26300
25422
  :type RealTotalCostRatio: str
26301
25423
  :param _RealTotalCost: 优惠后总价
26302
- 注意:此字段可能返回 null,表示取不到有效值。
26303
25424
  :type RealTotalCost: str
26304
25425
  :param _CashPayAmount: 现金账户支出:通过现金账户支付的金额
26305
- 注意:此字段可能返回 null,表示取不到有效值。
26306
25426
  :type CashPayAmount: str
26307
25427
  :param _IncentivePayAmount: 赠送账户支出:使用赠送金支付的金额
26308
- 注意:此字段可能返回 null,表示取不到有效值。
26309
25428
  :type IncentivePayAmount: str
26310
25429
  :param _VoucherPayAmount: 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
26311
- 注意:此字段可能返回 null,表示取不到有效值。
26312
25430
  :type VoucherPayAmount: str
26313
25431
  :param _TransferPayAmount: 分成金账户支出:通过分成金账户支付的金额
26314
- 注意:此字段可能返回 null,表示取不到有效值。
26315
25432
  :type TransferPayAmount: str
26316
25433
  :param _TotalCost: 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
26317
- 注意:此字段可能返回 null,表示取不到有效值。
26318
25434
  :type TotalCost: str
26319
25435
  """
26320
25436
  self._TagValue = None
@@ -26329,7 +25445,6 @@ class TagSummaryOverviewItem(AbstractModel):
26329
25445
  @property
26330
25446
  def TagValue(self):
26331
25447
  """标签值
26332
- 注意:此字段可能返回 null,表示取不到有效值。
26333
25448
  :rtype: str
26334
25449
  """
26335
25450
  return self._TagValue
@@ -26341,7 +25456,6 @@ class TagSummaryOverviewItem(AbstractModel):
26341
25456
  @property
26342
25457
  def RealTotalCostRatio(self):
26343
25458
  """费用所占百分比,两位小数
26344
- 注意:此字段可能返回 null,表示取不到有效值。
26345
25459
  :rtype: str
26346
25460
  """
26347
25461
  return self._RealTotalCostRatio
@@ -26353,7 +25467,6 @@ class TagSummaryOverviewItem(AbstractModel):
26353
25467
  @property
26354
25468
  def RealTotalCost(self):
26355
25469
  """优惠后总价
26356
- 注意:此字段可能返回 null,表示取不到有效值。
26357
25470
  :rtype: str
26358
25471
  """
26359
25472
  return self._RealTotalCost
@@ -26365,7 +25478,6 @@ class TagSummaryOverviewItem(AbstractModel):
26365
25478
  @property
26366
25479
  def CashPayAmount(self):
26367
25480
  """现金账户支出:通过现金账户支付的金额
26368
- 注意:此字段可能返回 null,表示取不到有效值。
26369
25481
  :rtype: str
26370
25482
  """
26371
25483
  return self._CashPayAmount
@@ -26377,7 +25489,6 @@ class TagSummaryOverviewItem(AbstractModel):
26377
25489
  @property
26378
25490
  def IncentivePayAmount(self):
26379
25491
  """赠送账户支出:使用赠送金支付的金额
26380
- 注意:此字段可能返回 null,表示取不到有效值。
26381
25492
  :rtype: str
26382
25493
  """
26383
25494
  return self._IncentivePayAmount
@@ -26389,7 +25500,6 @@ class TagSummaryOverviewItem(AbstractModel):
26389
25500
  @property
26390
25501
  def VoucherPayAmount(self):
26391
25502
  """优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
26392
- 注意:此字段可能返回 null,表示取不到有效值。
26393
25503
  :rtype: str
26394
25504
  """
26395
25505
  return self._VoucherPayAmount
@@ -26401,7 +25511,6 @@ class TagSummaryOverviewItem(AbstractModel):
26401
25511
  @property
26402
25512
  def TransferPayAmount(self):
26403
25513
  """分成金账户支出:通过分成金账户支付的金额
26404
- 注意:此字段可能返回 null,表示取不到有效值。
26405
25514
  :rtype: str
26406
25515
  """
26407
25516
  return self._TransferPayAmount
@@ -26413,7 +25522,6 @@ class TagSummaryOverviewItem(AbstractModel):
26413
25522
  @property
26414
25523
  def TotalCost(self):
26415
25524
  """原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
26416
- 注意:此字段可能返回 null,表示取不到有效值。
26417
25525
  :rtype: str
26418
25526
  """
26419
25527
  return self._TotalCost