tencentcloud-sdk-python-svp 3.0.1259__py2.py3-none-any.whl → 3.0.1307__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/svp/v20240125/models.py +262 -1
- {tencentcloud_sdk_python_svp-3.0.1259.dist-info → tencentcloud_sdk_python_svp-3.0.1307.dist-info}/METADATA +3 -3
- tencentcloud_sdk_python_svp-3.0.1307.dist-info/RECORD +10 -0
- tencentcloud_sdk_python_svp-3.0.1259.dist-info/RECORD +0 -10
- {tencentcloud_sdk_python_svp-3.0.1259.dist-info → tencentcloud_sdk_python_svp-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_svp-3.0.1259.dist-info → tencentcloud_sdk_python_svp-3.0.1307.dist-info}/top_level.txt +0 -0
    
        tencentcloud/__init__.py
    CHANGED
    
    
| @@ -56,6 +56,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 56 56 |  | 
| 57 57 | 
             
                @property
         | 
| 58 58 | 
             
                def RegionId(self):
         | 
| 59 | 
            +
                    """地域编码
         | 
| 60 | 
            +
                    :rtype: int
         | 
| 61 | 
            +
                    """
         | 
| 59 62 | 
             
                    return self._RegionId
         | 
| 60 63 |  | 
| 61 64 | 
             
                @RegionId.setter
         | 
| @@ -64,6 +67,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 64 67 |  | 
| 65 68 | 
             
                @property
         | 
| 66 69 | 
             
                def ZoneId(self):
         | 
| 70 | 
            +
                    """区域编码
         | 
| 71 | 
            +
                    :rtype: int
         | 
| 72 | 
            +
                    """
         | 
| 67 73 | 
             
                    return self._ZoneId
         | 
| 68 74 |  | 
| 69 75 | 
             
                @ZoneId.setter
         | 
| @@ -72,6 +78,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 72 78 |  | 
| 73 79 | 
             
                @property
         | 
| 74 80 | 
             
                def PrePayType(self):
         | 
| 81 | 
            +
                    """预付费类型
         | 
| 82 | 
            +
                    :rtype: str
         | 
| 83 | 
            +
                    """
         | 
| 75 84 | 
             
                    return self._PrePayType
         | 
| 76 85 |  | 
| 77 86 | 
             
                @PrePayType.setter
         | 
| @@ -80,6 +89,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 80 89 |  | 
| 81 90 | 
             
                @property
         | 
| 82 91 | 
             
                def TimeSpan(self):
         | 
| 92 | 
            +
                    """时长
         | 
| 93 | 
            +
                    :rtype: int
         | 
| 94 | 
            +
                    """
         | 
| 83 95 | 
             
                    return self._TimeSpan
         | 
| 84 96 |  | 
| 85 97 | 
             
                @TimeSpan.setter
         | 
| @@ -88,6 +100,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 88 100 |  | 
| 89 101 | 
             
                @property
         | 
| 90 102 | 
             
                def TimeUnit(self):
         | 
| 103 | 
            +
                    """时长单位
         | 
| 104 | 
            +
                    :rtype: str
         | 
| 105 | 
            +
                    """
         | 
| 91 106 | 
             
                    return self._TimeUnit
         | 
| 92 107 |  | 
| 93 108 | 
             
                @TimeUnit.setter
         | 
| @@ -96,6 +111,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 96 111 |  | 
| 97 112 | 
             
                @property
         | 
| 98 113 | 
             
                def CommodityCode(self):
         | 
| 114 | 
            +
                    """商品唯一标识
         | 
| 115 | 
            +
                    :rtype: str
         | 
| 116 | 
            +
                    """
         | 
| 99 117 | 
             
                    return self._CommodityCode
         | 
| 100 118 |  | 
| 101 119 | 
             
                @CommodityCode.setter
         | 
| @@ -104,6 +122,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 104 122 |  | 
| 105 123 | 
             
                @property
         | 
| 106 124 | 
             
                def PromiseUseAmount(self):
         | 
| 125 | 
            +
                    """承诺时长内的小额金额(单位:元)
         | 
| 126 | 
            +
                    :rtype: int
         | 
| 127 | 
            +
                    """
         | 
| 107 128 | 
             
                    return self._PromiseUseAmount
         | 
| 108 129 |  | 
| 109 130 | 
             
                @PromiseUseAmount.setter
         | 
| @@ -112,6 +133,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 112 133 |  | 
| 113 134 | 
             
                @property
         | 
| 114 135 | 
             
                def SpecifyEffectTime(self):
         | 
| 136 | 
            +
                    """节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
         | 
| 137 | 
            +
                    :rtype: str
         | 
| 138 | 
            +
                    """
         | 
| 115 139 | 
             
                    return self._SpecifyEffectTime
         | 
| 116 140 |  | 
| 117 141 | 
             
                @SpecifyEffectTime.setter
         | 
| @@ -120,6 +144,9 @@ class CreateSavingPlanOrderRequest(AbstractModel): | |
| 120 144 |  | 
| 121 145 | 
             
                @property
         | 
| 122 146 | 
             
                def ClientToken(self):
         | 
| 147 | 
            +
                    """可重入ID
         | 
| 148 | 
            +
                    :rtype: str
         | 
| 149 | 
            +
                    """
         | 
| 123 150 | 
             
                    return self._ClientToken
         | 
| 124 151 |  | 
| 125 152 | 
             
                @ClientToken.setter
         | 
| @@ -164,6 +191,9 @@ class CreateSavingPlanOrderResponse(AbstractModel): | |
| 164 191 |  | 
| 165 192 | 
             
                @property
         | 
| 166 193 | 
             
                def BigDealId(self):
         | 
| 194 | 
            +
                    """订单号
         | 
| 195 | 
            +
                    :rtype: str
         | 
| 196 | 
            +
                    """
         | 
| 167 197 | 
             
                    return self._BigDealId
         | 
| 168 198 |  | 
| 169 199 | 
             
                @BigDealId.setter
         | 
| @@ -172,6 +202,9 @@ class CreateSavingPlanOrderResponse(AbstractModel): | |
| 172 202 |  | 
| 173 203 | 
             
                @property
         | 
| 174 204 | 
             
                def RequestId(self):
         | 
| 205 | 
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 206 | 
            +
                    :rtype: str
         | 
| 207 | 
            +
                    """
         | 
| 175 208 | 
             
                    return self._RequestId
         | 
| 176 209 |  | 
| 177 210 | 
             
                @RequestId.setter
         | 
| @@ -228,6 +261,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 228 261 |  | 
| 229 262 | 
             
                @property
         | 
| 230 263 | 
             
                def Offset(self):
         | 
| 264 | 
            +
                    """分页偏移量
         | 
| 265 | 
            +
                    :rtype: int
         | 
| 266 | 
            +
                    """
         | 
| 231 267 | 
             
                    return self._Offset
         | 
| 232 268 |  | 
| 233 269 | 
             
                @Offset.setter
         | 
| @@ -236,6 +272,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 236 272 |  | 
| 237 273 | 
             
                @property
         | 
| 238 274 | 
             
                def Limit(self):
         | 
| 275 | 
            +
                    """每页数量,最大值为200
         | 
| 276 | 
            +
                    :rtype: int
         | 
| 277 | 
            +
                    """
         | 
| 239 278 | 
             
                    return self._Limit
         | 
| 240 279 |  | 
| 241 280 | 
             
                @Limit.setter
         | 
| @@ -244,6 +283,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 244 283 |  | 
| 245 284 | 
             
                @property
         | 
| 246 285 | 
             
                def StartEndDate(self):
         | 
| 286 | 
            +
                    """节省计划使用开始的查询结束时间
         | 
| 287 | 
            +
                    :rtype: str
         | 
| 288 | 
            +
                    """
         | 
| 247 289 | 
             
                    return self._StartEndDate
         | 
| 248 290 |  | 
| 249 291 | 
             
                @StartEndDate.setter
         | 
| @@ -252,6 +294,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 252 294 |  | 
| 253 295 | 
             
                @property
         | 
| 254 296 | 
             
                def StartStartDate(self):
         | 
| 297 | 
            +
                    """节省计划使用开始的查询开始时间
         | 
| 298 | 
            +
                    :rtype: str
         | 
| 299 | 
            +
                    """
         | 
| 255 300 | 
             
                    return self._StartStartDate
         | 
| 256 301 |  | 
| 257 302 | 
             
                @StartStartDate.setter
         | 
| @@ -260,6 +305,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 260 305 |  | 
| 261 306 | 
             
                @property
         | 
| 262 307 | 
             
                def RegionId(self):
         | 
| 308 | 
            +
                    """地域编码
         | 
| 309 | 
            +
                    :rtype: int
         | 
| 310 | 
            +
                    """
         | 
| 263 311 | 
             
                    return self._RegionId
         | 
| 264 312 |  | 
| 265 313 | 
             
                @RegionId.setter
         | 
| @@ -268,6 +316,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 268 316 |  | 
| 269 317 | 
             
                @property
         | 
| 270 318 | 
             
                def ZoneId(self):
         | 
| 319 | 
            +
                    """区域编码
         | 
| 320 | 
            +
                    :rtype: int
         | 
| 321 | 
            +
                    """
         | 
| 271 322 | 
             
                    return self._ZoneId
         | 
| 272 323 |  | 
| 273 324 | 
             
                @ZoneId.setter
         | 
| @@ -276,6 +327,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 276 327 |  | 
| 277 328 | 
             
                @property
         | 
| 278 329 | 
             
                def SpId(self):
         | 
| 330 | 
            +
                    """节省计划资源id
         | 
| 331 | 
            +
                    :rtype: str
         | 
| 332 | 
            +
                    """
         | 
| 279 333 | 
             
                    return self._SpId
         | 
| 280 334 |  | 
| 281 335 | 
             
                @SpId.setter
         | 
| @@ -284,6 +338,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 284 338 |  | 
| 285 339 | 
             
                @property
         | 
| 286 340 | 
             
                def DeductEndDate(self):
         | 
| 341 | 
            +
                    """抵扣查询结束时间,格式:yyyy-MM-dd HH:mm:ss
         | 
| 342 | 
            +
                    :rtype: str
         | 
| 343 | 
            +
                    """
         | 
| 287 344 | 
             
                    return self._DeductEndDate
         | 
| 288 345 |  | 
| 289 346 | 
             
                @DeductEndDate.setter
         | 
| @@ -292,6 +349,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 292 349 |  | 
| 293 350 | 
             
                @property
         | 
| 294 351 | 
             
                def DeductStartDate(self):
         | 
| 352 | 
            +
                    """抵扣查询开始时间,格式:yyyy-MM-dd HH:mm:ss
         | 
| 353 | 
            +
                    :rtype: str
         | 
| 354 | 
            +
                    """
         | 
| 295 355 | 
             
                    return self._DeductStartDate
         | 
| 296 356 |  | 
| 297 357 | 
             
                @DeductStartDate.setter
         | 
| @@ -300,6 +360,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 300 360 |  | 
| 301 361 | 
             
                @property
         | 
| 302 362 | 
             
                def EndEndDate(self):
         | 
| 363 | 
            +
                    """节省计划使用结束的查询结束时间
         | 
| 364 | 
            +
                    :rtype: str
         | 
| 365 | 
            +
                    """
         | 
| 303 366 | 
             
                    return self._EndEndDate
         | 
| 304 367 |  | 
| 305 368 | 
             
                @EndEndDate.setter
         | 
| @@ -308,6 +371,9 @@ class DescribeSavingPlanDeductRequest(AbstractModel): | |
| 308 371 |  | 
| 309 372 | 
             
                @property
         | 
| 310 373 | 
             
                def EndStartDate(self):
         | 
| 374 | 
            +
                    """节省计划使用结束的查询开始时间
         | 
| 375 | 
            +
                    :rtype: str
         | 
| 376 | 
            +
                    """
         | 
| 311 377 | 
             
                    return self._EndStartDate
         | 
| 312 378 |  | 
| 313 379 | 
             
                @EndStartDate.setter
         | 
| @@ -358,6 +424,10 @@ class DescribeSavingPlanDeductResponse(AbstractModel): | |
| 358 424 |  | 
| 359 425 | 
             
                @property
         | 
| 360 426 | 
             
                def Total(self):
         | 
| 427 | 
            +
                    """查询命中的节省计划抵扣明细数据总条数
         | 
| 428 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 429 | 
            +
                    :rtype: int
         | 
| 430 | 
            +
                    """
         | 
| 361 431 | 
             
                    return self._Total
         | 
| 362 432 |  | 
| 363 433 | 
             
                @Total.setter
         | 
| @@ -366,6 +436,9 @@ class DescribeSavingPlanDeductResponse(AbstractModel): | |
| 366 436 |  | 
| 367 437 | 
             
                @property
         | 
| 368 438 | 
             
                def Deducts(self):
         | 
| 439 | 
            +
                    """查询命中的节省计划抵扣明细数据明细
         | 
| 440 | 
            +
                    :rtype: list of SavingPlanDeductDetail
         | 
| 441 | 
            +
                    """
         | 
| 369 442 | 
             
                    return self._Deducts
         | 
| 370 443 |  | 
| 371 444 | 
             
                @Deducts.setter
         | 
| @@ -374,6 +447,9 @@ class DescribeSavingPlanDeductResponse(AbstractModel): | |
| 374 447 |  | 
| 375 448 | 
             
                @property
         | 
| 376 449 | 
             
                def RequestId(self):
         | 
| 450 | 
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 451 | 
            +
                    :rtype: str
         | 
| 452 | 
            +
                    """
         | 
| 377 453 | 
             
                    return self._RequestId
         | 
| 378 454 |  | 
| 379 455 | 
             
                @RequestId.setter
         | 
| @@ -415,6 +491,9 @@ class DescribeSavingPlanOverviewRequest(AbstractModel): | |
| 415 491 |  | 
| 416 492 | 
             
                @property
         | 
| 417 493 | 
             
                def StartDate(self):
         | 
| 494 | 
            +
                    """开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
         | 
| 495 | 
            +
                    :rtype: str
         | 
| 496 | 
            +
                    """
         | 
| 418 497 | 
             
                    return self._StartDate
         | 
| 419 498 |  | 
| 420 499 | 
             
                @StartDate.setter
         | 
| @@ -423,6 +502,9 @@ class DescribeSavingPlanOverviewRequest(AbstractModel): | |
| 423 502 |  | 
| 424 503 | 
             
                @property
         | 
| 425 504 | 
             
                def EndDate(self):
         | 
| 505 | 
            +
                    """结束时间,格式yyyy-MM-dd
         | 
| 506 | 
            +
                    :rtype: str
         | 
| 507 | 
            +
                    """
         | 
| 426 508 | 
             
                    return self._EndDate
         | 
| 427 509 |  | 
| 428 510 | 
             
                @EndDate.setter
         | 
| @@ -431,6 +513,9 @@ class DescribeSavingPlanOverviewRequest(AbstractModel): | |
| 431 513 |  | 
| 432 514 | 
             
                @property
         | 
| 433 515 | 
             
                def Offset(self):
         | 
| 516 | 
            +
                    """分页偏移量
         | 
| 517 | 
            +
                    :rtype: int
         | 
| 518 | 
            +
                    """
         | 
| 434 519 | 
             
                    return self._Offset
         | 
| 435 520 |  | 
| 436 521 | 
             
                @Offset.setter
         | 
| @@ -439,6 +524,9 @@ class DescribeSavingPlanOverviewRequest(AbstractModel): | |
| 439 524 |  | 
| 440 525 | 
             
                @property
         | 
| 441 526 | 
             
                def Limit(self):
         | 
| 527 | 
            +
                    """每页数量,最大值为200
         | 
| 528 | 
            +
                    :rtype: int
         | 
| 529 | 
            +
                    """
         | 
| 442 530 | 
             
                    return self._Limit
         | 
| 443 531 |  | 
| 444 532 | 
             
                @Limit.setter
         | 
| @@ -482,6 +570,10 @@ class DescribeSavingPlanOverviewResponse(AbstractModel): | |
| 482 570 |  | 
| 483 571 | 
             
                @property
         | 
| 484 572 | 
             
                def Overviews(self):
         | 
| 573 | 
            +
                    """节省计划总览明细数据	
         | 
| 574 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 575 | 
            +
                    :rtype: list of SavingPlanOverviewDetail
         | 
| 576 | 
            +
                    """
         | 
| 485 577 | 
             
                    return self._Overviews
         | 
| 486 578 |  | 
| 487 579 | 
             
                @Overviews.setter
         | 
| @@ -490,6 +582,9 @@ class DescribeSavingPlanOverviewResponse(AbstractModel): | |
| 490 582 |  | 
| 491 583 | 
             
                @property
         | 
| 492 584 | 
             
                def Total(self):
         | 
| 585 | 
            +
                    """查询命中的节省计划总览明细数据总条数
         | 
| 586 | 
            +
                    :rtype: int
         | 
| 587 | 
            +
                    """
         | 
| 493 588 | 
             
                    return self._Total
         | 
| 494 589 |  | 
| 495 590 | 
             
                @Total.setter
         | 
| @@ -498,6 +593,9 @@ class DescribeSavingPlanOverviewResponse(AbstractModel): | |
| 498 593 |  | 
| 499 594 | 
             
                @property
         | 
| 500 595 | 
             
                def RequestId(self):
         | 
| 596 | 
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 597 | 
            +
                    :rtype: str
         | 
| 598 | 
            +
                    """
         | 
| 501 599 | 
             
                    return self._RequestId
         | 
| 502 600 |  | 
| 503 601 | 
             
                @RequestId.setter
         | 
| @@ -542,6 +640,9 @@ class DescribeSavingPlanUsageRequest(AbstractModel): | |
| 542 640 |  | 
| 543 641 | 
             
                @property
         | 
| 544 642 | 
             
                def StartDate(self):
         | 
| 643 | 
            +
                    """开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
         | 
| 644 | 
            +
                    :rtype: str
         | 
| 645 | 
            +
                    """
         | 
| 545 646 | 
             
                    return self._StartDate
         | 
| 546 647 |  | 
| 547 648 | 
             
                @StartDate.setter
         | 
| @@ -550,6 +651,9 @@ class DescribeSavingPlanUsageRequest(AbstractModel): | |
| 550 651 |  | 
| 551 652 | 
             
                @property
         | 
| 552 653 | 
             
                def EndDate(self):
         | 
| 654 | 
            +
                    """结束时间,格式yyyy-MM-dd
         | 
| 655 | 
            +
                    :rtype: str
         | 
| 656 | 
            +
                    """
         | 
| 553 657 | 
             
                    return self._EndDate
         | 
| 554 658 |  | 
| 555 659 | 
             
                @EndDate.setter
         | 
| @@ -558,6 +662,9 @@ class DescribeSavingPlanUsageRequest(AbstractModel): | |
| 558 662 |  | 
| 559 663 | 
             
                @property
         | 
| 560 664 | 
             
                def Offset(self):
         | 
| 665 | 
            +
                    """分页偏移量
         | 
| 666 | 
            +
                    :rtype: int
         | 
| 667 | 
            +
                    """
         | 
| 561 668 | 
             
                    return self._Offset
         | 
| 562 669 |  | 
| 563 670 | 
             
                @Offset.setter
         | 
| @@ -566,6 +673,9 @@ class DescribeSavingPlanUsageRequest(AbstractModel): | |
| 566 673 |  | 
| 567 674 | 
             
                @property
         | 
| 568 675 | 
             
                def Limit(self):
         | 
| 676 | 
            +
                    """每页数量,最大值为200
         | 
| 677 | 
            +
                    :rtype: int
         | 
| 678 | 
            +
                    """
         | 
| 569 679 | 
             
                    return self._Limit
         | 
| 570 680 |  | 
| 571 681 | 
             
                @Limit.setter
         | 
| @@ -574,6 +684,9 @@ class DescribeSavingPlanUsageRequest(AbstractModel): | |
| 574 684 |  | 
| 575 685 | 
             
                @property
         | 
| 576 686 | 
             
                def TimeInterval(self):
         | 
| 687 | 
            +
                    """查询结果数据的时间间隔
         | 
| 688 | 
            +
                    :rtype: str
         | 
| 689 | 
            +
                    """
         | 
| 577 690 | 
             
                    return self._TimeInterval
         | 
| 578 691 |  | 
| 579 692 | 
             
                @TimeInterval.setter
         | 
| @@ -607,7 +720,6 @@ class DescribeSavingPlanUsageResponse(AbstractModel): | |
| 607 720 | 
             
                    :param _Total: 查询命中的节省计划总览明细数据总条数
         | 
| 608 721 | 
             
                    :type Total: int
         | 
| 609 722 | 
             
                    :param _Usages: 节省计划使用率数据
         | 
| 610 | 
            -
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 611 723 | 
             
                    :type Usages: list of SavingPlanUsageDetail
         | 
| 612 724 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 613 725 | 
             
                    :type RequestId: str
         | 
| @@ -618,6 +730,9 @@ class DescribeSavingPlanUsageResponse(AbstractModel): | |
| 618 730 |  | 
| 619 731 | 
             
                @property
         | 
| 620 732 | 
             
                def Total(self):
         | 
| 733 | 
            +
                    """查询命中的节省计划总览明细数据总条数
         | 
| 734 | 
            +
                    :rtype: int
         | 
| 735 | 
            +
                    """
         | 
| 621 736 | 
             
                    return self._Total
         | 
| 622 737 |  | 
| 623 738 | 
             
                @Total.setter
         | 
| @@ -626,6 +741,9 @@ class DescribeSavingPlanUsageResponse(AbstractModel): | |
| 626 741 |  | 
| 627 742 | 
             
                @property
         | 
| 628 743 | 
             
                def Usages(self):
         | 
| 744 | 
            +
                    """节省计划使用率数据
         | 
| 745 | 
            +
                    :rtype: list of SavingPlanUsageDetail
         | 
| 746 | 
            +
                    """
         | 
| 629 747 | 
             
                    return self._Usages
         | 
| 630 748 |  | 
| 631 749 | 
             
                @Usages.setter
         | 
| @@ -634,6 +752,9 @@ class DescribeSavingPlanUsageResponse(AbstractModel): | |
| 634 752 |  | 
| 635 753 | 
             
                @property
         | 
| 636 754 | 
             
                def RequestId(self):
         | 
| 755 | 
            +
                    """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 756 | 
            +
                    :rtype: str
         | 
| 757 | 
            +
                    """
         | 
| 637 758 | 
             
                    return self._RequestId
         | 
| 638 759 |  | 
| 639 760 | 
             
                @RequestId.setter
         | 
| @@ -743,6 +864,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 743 864 |  | 
| 744 865 | 
             
                @property
         | 
| 745 866 | 
             
                def OwnerUin(self):
         | 
| 867 | 
            +
                    """账号id
         | 
| 868 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 869 | 
            +
                    :rtype: str
         | 
| 870 | 
            +
                    """
         | 
| 746 871 | 
             
                    return self._OwnerUin
         | 
| 747 872 |  | 
| 748 873 | 
             
                @OwnerUin.setter
         | 
| @@ -751,6 +876,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 751 876 |  | 
| 752 877 | 
             
                @property
         | 
| 753 878 | 
             
                def OwnerUinName(self):
         | 
| 879 | 
            +
                    """账号名称
         | 
| 880 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 881 | 
            +
                    :rtype: str
         | 
| 882 | 
            +
                    """
         | 
| 754 883 | 
             
                    return self._OwnerUinName
         | 
| 755 884 |  | 
| 756 885 | 
             
                @OwnerUinName.setter
         | 
| @@ -759,6 +888,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 759 888 |  | 
| 760 889 | 
             
                @property
         | 
| 761 890 | 
             
                def PayerUin(self):
         | 
| 891 | 
            +
                    """抵扣账号id
         | 
| 892 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 893 | 
            +
                    :rtype: str
         | 
| 894 | 
            +
                    """
         | 
| 762 895 | 
             
                    return self._PayerUin
         | 
| 763 896 |  | 
| 764 897 | 
             
                @PayerUin.setter
         | 
| @@ -767,6 +900,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 767 900 |  | 
| 768 901 | 
             
                @property
         | 
| 769 902 | 
             
                def PayerUinName(self):
         | 
| 903 | 
            +
                    """抵扣账号名称
         | 
| 904 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 905 | 
            +
                    :rtype: str
         | 
| 906 | 
            +
                    """
         | 
| 770 907 | 
             
                    return self._PayerUinName
         | 
| 771 908 |  | 
| 772 909 | 
             
                @PayerUinName.setter
         | 
| @@ -775,6 +912,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 775 912 |  | 
| 776 913 | 
             
                @property
         | 
| 777 914 | 
             
                def SpId(self):
         | 
| 915 | 
            +
                    """节省计划资源id
         | 
| 916 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 917 | 
            +
                    :rtype: str
         | 
| 918 | 
            +
                    """
         | 
| 778 919 | 
             
                    return self._SpId
         | 
| 779 920 |  | 
| 780 921 | 
             
                @SpId.setter
         | 
| @@ -783,6 +924,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 783 924 |  | 
| 784 925 | 
             
                @property
         | 
| 785 926 | 
             
                def ProductCode(self):
         | 
| 927 | 
            +
                    """产品编码
         | 
| 928 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 929 | 
            +
                    :rtype: str
         | 
| 930 | 
            +
                    """
         | 
| 786 931 | 
             
                    return self._ProductCode
         | 
| 787 932 |  | 
| 788 933 | 
             
                @ProductCode.setter
         | 
| @@ -791,6 +936,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 791 936 |  | 
| 792 937 | 
             
                @property
         | 
| 793 938 | 
             
                def ProductName(self):
         | 
| 939 | 
            +
                    """产品名称
         | 
| 940 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 941 | 
            +
                    :rtype: str
         | 
| 942 | 
            +
                    """
         | 
| 794 943 | 
             
                    return self._ProductName
         | 
| 795 944 |  | 
| 796 945 | 
             
                @ProductName.setter
         | 
| @@ -799,6 +948,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 799 948 |  | 
| 800 949 | 
             
                @property
         | 
| 801 950 | 
             
                def SubProductCode(self):
         | 
| 951 | 
            +
                    """子产品编码
         | 
| 952 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 953 | 
            +
                    :rtype: str
         | 
| 954 | 
            +
                    """
         | 
| 802 955 | 
             
                    return self._SubProductCode
         | 
| 803 956 |  | 
| 804 957 | 
             
                @SubProductCode.setter
         | 
| @@ -807,6 +960,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 807 960 |  | 
| 808 961 | 
             
                @property
         | 
| 809 962 | 
             
                def SubProductName(self):
         | 
| 963 | 
            +
                    """子产品名称
         | 
| 964 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 965 | 
            +
                    :rtype: str
         | 
| 966 | 
            +
                    """
         | 
| 810 967 | 
             
                    return self._SubProductName
         | 
| 811 968 |  | 
| 812 969 | 
             
                @SubProductName.setter
         | 
| @@ -815,6 +972,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 815 972 |  | 
| 816 973 | 
             
                @property
         | 
| 817 974 | 
             
                def OutTradeNo(self):
         | 
| 975 | 
            +
                    """交易ID
         | 
| 976 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 977 | 
            +
                    :rtype: str
         | 
| 978 | 
            +
                    """
         | 
| 818 979 | 
             
                    return self._OutTradeNo
         | 
| 819 980 |  | 
| 820 981 | 
             
                @OutTradeNo.setter
         | 
| @@ -823,6 +984,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 823 984 |  | 
| 824 985 | 
             
                @property
         | 
| 825 986 | 
             
                def RegionId(self):
         | 
| 987 | 
            +
                    """地域id
         | 
| 988 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 989 | 
            +
                    :rtype: int
         | 
| 990 | 
            +
                    """
         | 
| 826 991 | 
             
                    return self._RegionId
         | 
| 827 992 |  | 
| 828 993 | 
             
                @RegionId.setter
         | 
| @@ -831,6 +996,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 831 996 |  | 
| 832 997 | 
             
                @property
         | 
| 833 998 | 
             
                def RegionName(self):
         | 
| 999 | 
            +
                    """地域名称
         | 
| 1000 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1001 | 
            +
                    :rtype: str
         | 
| 1002 | 
            +
                    """
         | 
| 834 1003 | 
             
                    return self._RegionName
         | 
| 835 1004 |  | 
| 836 1005 | 
             
                @RegionName.setter
         | 
| @@ -839,6 +1008,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 839 1008 |  | 
| 840 1009 | 
             
                @property
         | 
| 841 1010 | 
             
                def ZoneId(self):
         | 
| 1011 | 
            +
                    """地区id
         | 
| 1012 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1013 | 
            +
                    :rtype: int
         | 
| 1014 | 
            +
                    """
         | 
| 842 1015 | 
             
                    return self._ZoneId
         | 
| 843 1016 |  | 
| 844 1017 | 
             
                @ZoneId.setter
         | 
| @@ -847,6 +1020,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 847 1020 |  | 
| 848 1021 | 
             
                @property
         | 
| 849 1022 | 
             
                def ZoneName(self):
         | 
| 1023 | 
            +
                    """地区名称
         | 
| 1024 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1025 | 
            +
                    :rtype: str
         | 
| 1026 | 
            +
                    """
         | 
| 850 1027 | 
             
                    return self._ZoneName
         | 
| 851 1028 |  | 
| 852 1029 | 
             
                @ZoneName.setter
         | 
| @@ -855,6 +1032,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 855 1032 |  | 
| 856 1033 | 
             
                @property
         | 
| 857 1034 | 
             
                def SpStartTime(self):
         | 
| 1035 | 
            +
                    """开始使用时间
         | 
| 1036 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1037 | 
            +
                    :rtype: str
         | 
| 1038 | 
            +
                    """
         | 
| 858 1039 | 
             
                    return self._SpStartTime
         | 
| 859 1040 |  | 
| 860 1041 | 
             
                @SpStartTime.setter
         | 
| @@ -863,6 +1044,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 863 1044 |  | 
| 864 1045 | 
             
                @property
         | 
| 865 1046 | 
             
                def SpEndTime(self):
         | 
| 1047 | 
            +
                    """结束使用时间
         | 
| 1048 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1049 | 
            +
                    :rtype: str
         | 
| 1050 | 
            +
                    """
         | 
| 866 1051 | 
             
                    return self._SpEndTime
         | 
| 867 1052 |  | 
| 868 1053 | 
             
                @SpEndTime.setter
         | 
| @@ -871,6 +1056,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 871 1056 |  | 
| 872 1057 | 
             
                @property
         | 
| 873 1058 | 
             
                def DeductTime(self):
         | 
| 1059 | 
            +
                    """折扣时间
         | 
| 1060 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1061 | 
            +
                    :rtype: str
         | 
| 1062 | 
            +
                    """
         | 
| 874 1063 | 
             
                    return self._DeductTime
         | 
| 875 1064 |  | 
| 876 1065 | 
             
                @DeductTime.setter
         | 
| @@ -879,6 +1068,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 879 1068 |  | 
| 880 1069 | 
             
                @property
         | 
| 881 1070 | 
             
                def DeductAmount(self):
         | 
| 1071 | 
            +
                    """抵扣金额,单位分
         | 
| 1072 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1073 | 
            +
                    :rtype: str
         | 
| 1074 | 
            +
                    """
         | 
| 882 1075 | 
             
                    return self._DeductAmount
         | 
| 883 1076 |  | 
| 884 1077 | 
             
                @DeductAmount.setter
         | 
| @@ -887,6 +1080,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 887 1080 |  | 
| 888 1081 | 
             
                @property
         | 
| 889 1082 | 
             
                def DeductDiscount(self):
         | 
| 1083 | 
            +
                    """抵扣折扣率
         | 
| 1084 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1085 | 
            +
                    :rtype: str
         | 
| 1086 | 
            +
                    """
         | 
| 890 1087 | 
             
                    return self._DeductDiscount
         | 
| 891 1088 |  | 
| 892 1089 | 
             
                @DeductDiscount.setter
         | 
| @@ -895,6 +1092,10 @@ class SavingPlanDeductDetail(AbstractModel): | |
| 895 1092 |  | 
| 896 1093 | 
             
                @property
         | 
| 897 1094 | 
             
                def DeductRate(self):
         | 
| 1095 | 
            +
                    """抵扣比率
         | 
| 1096 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1097 | 
            +
                    :rtype: str
         | 
| 1098 | 
            +
                    """
         | 
| 898 1099 | 
             
                    return self._DeductRate
         | 
| 899 1100 |  | 
| 900 1101 | 
             
                @DeductRate.setter
         | 
| @@ -973,6 +1174,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 973 1174 |  | 
| 974 1175 | 
             
                @property
         | 
| 975 1176 | 
             
                def SpType(self):
         | 
| 1177 | 
            +
                    """节省计划类型
         | 
| 1178 | 
            +
                    :rtype: str
         | 
| 1179 | 
            +
                    """
         | 
| 976 1180 | 
             
                    return self._SpType
         | 
| 977 1181 |  | 
| 978 1182 | 
             
                @SpType.setter
         | 
| @@ -981,6 +1185,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 981 1185 |  | 
| 982 1186 | 
             
                @property
         | 
| 983 1187 | 
             
                def PayAmount(self):
         | 
| 1188 | 
            +
                    """支付金额(单位:元)
         | 
| 1189 | 
            +
                    :rtype: str
         | 
| 1190 | 
            +
                    """
         | 
| 984 1191 | 
             
                    return self._PayAmount
         | 
| 985 1192 |  | 
| 986 1193 | 
             
                @PayAmount.setter
         | 
| @@ -989,6 +1196,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 989 1196 |  | 
| 990 1197 | 
             
                @property
         | 
| 991 1198 | 
             
                def StartTime(self):
         | 
| 1199 | 
            +
                    """开始时间 yyyy-mm-dd HH:mm:ss格式
         | 
| 1200 | 
            +
                    :rtype: str
         | 
| 1201 | 
            +
                    """
         | 
| 992 1202 | 
             
                    return self._StartTime
         | 
| 993 1203 |  | 
| 994 1204 | 
             
                @StartTime.setter
         | 
| @@ -997,6 +1207,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 997 1207 |  | 
| 998 1208 | 
             
                @property
         | 
| 999 1209 | 
             
                def EndTime(self):
         | 
| 1210 | 
            +
                    """结束时间 yyyy-mm-dd HH:mm:ss格式
         | 
| 1211 | 
            +
                    :rtype: str
         | 
| 1212 | 
            +
                    """
         | 
| 1000 1213 | 
             
                    return self._EndTime
         | 
| 1001 1214 |  | 
| 1002 1215 | 
             
                @EndTime.setter
         | 
| @@ -1005,6 +1218,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 1005 1218 |  | 
| 1006 1219 | 
             
                @property
         | 
| 1007 1220 | 
             
                def Status(self):
         | 
| 1221 | 
            +
                    """状态
         | 
| 1222 | 
            +
                    :rtype: int
         | 
| 1223 | 
            +
                    """
         | 
| 1008 1224 | 
             
                    return self._Status
         | 
| 1009 1225 |  | 
| 1010 1226 | 
             
                @Status.setter
         | 
| @@ -1013,6 +1229,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 1013 1229 |  | 
| 1014 1230 | 
             
                @property
         | 
| 1015 1231 | 
             
                def SavingAmount(self):
         | 
| 1232 | 
            +
                    """累计节省金额(单位:元)
         | 
| 1233 | 
            +
                    :rtype: str
         | 
| 1234 | 
            +
                    """
         | 
| 1016 1235 | 
             
                    return self._SavingAmount
         | 
| 1017 1236 |  | 
| 1018 1237 | 
             
                @SavingAmount.setter
         | 
| @@ -1021,6 +1240,9 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 1021 1240 |  | 
| 1022 1241 | 
             
                @property
         | 
| 1023 1242 | 
             
                def Region(self):
         | 
| 1243 | 
            +
                    """地域
         | 
| 1244 | 
            +
                    :rtype: list of str
         | 
| 1245 | 
            +
                    """
         | 
| 1024 1246 | 
             
                    return self._Region
         | 
| 1025 1247 |  | 
| 1026 1248 | 
             
                @Region.setter
         | 
| @@ -1029,6 +1251,10 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 1029 1251 |  | 
| 1030 1252 | 
             
                @property
         | 
| 1031 1253 | 
             
                def PayType(self):
         | 
| 1254 | 
            +
                    """支付类型
         | 
| 1255 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1256 | 
            +
                    :rtype: int
         | 
| 1257 | 
            +
                    """
         | 
| 1032 1258 | 
             
                    return self._PayType
         | 
| 1033 1259 |  | 
| 1034 1260 | 
             
                @PayType.setter
         | 
| @@ -1037,6 +1263,10 @@ class SavingPlanOverviewDetail(AbstractModel): | |
| 1037 1263 |  | 
| 1038 1264 | 
             
                @property
         | 
| 1039 1265 | 
             
                def BuyTime(self):
         | 
| 1266 | 
            +
                    """购买时间 yyyy-mm-dd HH:mm:ss格式
         | 
| 1267 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1268 | 
            +
                    :rtype: str
         | 
| 1269 | 
            +
                    """
         | 
| 1040 1270 | 
             
                    return self._BuyTime
         | 
| 1041 1271 |  | 
| 1042 1272 | 
             
                @BuyTime.setter
         | 
| @@ -1106,6 +1336,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1106 1336 |  | 
| 1107 1337 | 
             
                @property
         | 
| 1108 1338 | 
             
                def SpType(self):
         | 
| 1339 | 
            +
                    """节省计划类型
         | 
| 1340 | 
            +
                    :rtype: str
         | 
| 1341 | 
            +
                    """
         | 
| 1109 1342 | 
             
                    return self._SpType
         | 
| 1110 1343 |  | 
| 1111 1344 | 
             
                @SpType.setter
         | 
| @@ -1114,6 +1347,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1114 1347 |  | 
| 1115 1348 | 
             
                @property
         | 
| 1116 1349 | 
             
                def Status(self):
         | 
| 1350 | 
            +
                    """节省计划状态
         | 
| 1351 | 
            +
                    :rtype: int
         | 
| 1352 | 
            +
                    """
         | 
| 1117 1353 | 
             
                    return self._Status
         | 
| 1118 1354 |  | 
| 1119 1355 | 
             
                @Status.setter
         | 
| @@ -1122,6 +1358,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1122 1358 |  | 
| 1123 1359 | 
             
                @property
         | 
| 1124 1360 | 
             
                def DeductAmount(self):
         | 
| 1361 | 
            +
                    """累计抵扣的金额(单位:元)
         | 
| 1362 | 
            +
                    :rtype: str
         | 
| 1363 | 
            +
                    """
         | 
| 1125 1364 | 
             
                    return self._DeductAmount
         | 
| 1126 1365 |  | 
| 1127 1366 | 
             
                @DeductAmount.setter
         | 
| @@ -1130,6 +1369,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1130 1369 |  | 
| 1131 1370 | 
             
                @property
         | 
| 1132 1371 | 
             
                def PromiseAmount(self):
         | 
| 1372 | 
            +
                    """累计承诺消费金额(单位:元)
         | 
| 1373 | 
            +
                    :rtype: str
         | 
| 1374 | 
            +
                    """
         | 
| 1133 1375 | 
             
                    return self._PromiseAmount
         | 
| 1134 1376 |  | 
| 1135 1377 | 
             
                @PromiseAmount.setter
         | 
| @@ -1138,6 +1380,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1138 1380 |  | 
| 1139 1381 | 
             
                @property
         | 
| 1140 1382 | 
             
                def NetSavings(self):
         | 
| 1383 | 
            +
                    """累计净节省金额(单位:元)
         | 
| 1384 | 
            +
                    :rtype: str
         | 
| 1385 | 
            +
                    """
         | 
| 1141 1386 | 
             
                    return self._NetSavings
         | 
| 1142 1387 |  | 
| 1143 1388 | 
             
                @NetSavings.setter
         | 
| @@ -1146,6 +1391,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1146 1391 |  | 
| 1147 1392 | 
             
                @property
         | 
| 1148 1393 | 
             
                def UtilizationRate(self):
         | 
| 1394 | 
            +
                    """使用率
         | 
| 1395 | 
            +
                    :rtype: float
         | 
| 1396 | 
            +
                    """
         | 
| 1149 1397 | 
             
                    return self._UtilizationRate
         | 
| 1150 1398 |  | 
| 1151 1399 | 
             
                @UtilizationRate.setter
         | 
| @@ -1154,6 +1402,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1154 1402 |  | 
| 1155 1403 | 
             
                @property
         | 
| 1156 1404 | 
             
                def LossAmount(self):
         | 
| 1405 | 
            +
                    """累计流失金额(单位:元)
         | 
| 1406 | 
            +
                    :rtype: str
         | 
| 1407 | 
            +
                    """
         | 
| 1157 1408 | 
             
                    return self._LossAmount
         | 
| 1158 1409 |  | 
| 1159 1410 | 
             
                @LossAmount.setter
         | 
| @@ -1162,6 +1413,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1162 1413 |  | 
| 1163 1414 | 
             
                @property
         | 
| 1164 1415 | 
             
                def DosageAmount(self):
         | 
| 1416 | 
            +
                    """累计按量计费预期金额(单位:元)
         | 
| 1417 | 
            +
                    :rtype: str
         | 
| 1418 | 
            +
                    """
         | 
| 1165 1419 | 
             
                    return self._DosageAmount
         | 
| 1166 1420 |  | 
| 1167 1421 | 
             
                @DosageAmount.setter
         | 
| @@ -1170,6 +1424,9 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1170 1424 |  | 
| 1171 1425 | 
             
                @property
         | 
| 1172 1426 | 
             
                def CostAmount(self):
         | 
| 1427 | 
            +
                    """累计成本金额(单位:元)
         | 
| 1428 | 
            +
                    :rtype: str
         | 
| 1429 | 
            +
                    """
         | 
| 1173 1430 | 
             
                    return self._CostAmount
         | 
| 1174 1431 |  | 
| 1175 1432 | 
             
                @CostAmount.setter
         | 
| @@ -1178,6 +1435,10 @@ class SavingPlanUsageDetail(AbstractModel): | |
| 1178 1435 |  | 
| 1179 1436 | 
             
                @property
         | 
| 1180 1437 | 
             
                def Region(self):
         | 
| 1438 | 
            +
                    """地域
         | 
| 1439 | 
            +
            注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1440 | 
            +
                    :rtype: list of str
         | 
| 1441 | 
            +
                    """
         | 
| 1181 1442 | 
             
                    return self._Region
         | 
| 1182 1443 |  | 
| 1183 1444 | 
             
                @Region.setter
         | 
| @@ -1,10 +1,10 @@ | |
| 1 1 | 
             
            Metadata-Version: 2.1
         | 
| 2 2 | 
             
            Name: tencentcloud-sdk-python-svp
         | 
| 3 | 
            -
            Version: 3.0. | 
| 3 | 
            +
            Version: 3.0.1307
         | 
| 4 4 | 
             
            Summary: Tencent Cloud Svp SDK for Python
         | 
| 5 5 | 
             
            Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
         | 
| 6 6 | 
             
            Author: Tencent Cloud
         | 
| 7 | 
            -
             | 
| 7 | 
            +
            Maintainer-email: tencentcloudapi@tencent.com
         | 
| 8 8 | 
             
            License: Apache License 2.0
         | 
| 9 9 | 
             
            Platform: any
         | 
| 10 10 | 
             
            Classifier: Development Status :: 5 - Production/Stable
         | 
| @@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7 | |
| 15 15 | 
             
            Classifier: Programming Language :: Python :: 3
         | 
| 16 16 | 
             
            Classifier: Programming Language :: Python :: 3.6
         | 
| 17 17 | 
             
            Classifier: Programming Language :: Python :: 3.7
         | 
| 18 | 
            -
            Requires-Dist: tencentcloud-sdk-python-common (==3.0. | 
| 18 | 
            +
            Requires-Dist: tencentcloud-sdk-python-common (==3.0.1307)
         | 
| 19 19 |  | 
| 20 20 | 
             
            ============================
         | 
| 21 21 | 
             
            Tencent Cloud SDK for Python
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            tencentcloud/__init__.py,sha256=UpT7s8LbWTmyNBpyKTMIVW5qQpko9_q2u8SgpVaVgwE,631
         | 
| 2 | 
            +
            tencentcloud/svp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 3 | 
            +
            tencentcloud/svp/v20240125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 4 | 
            +
            tencentcloud/svp/v20240125/errorcodes.py,sha256=G0jzbbcjQ2yBiy4UDIkf369Quebbm0ccDOERn-es6_Y,748
         | 
| 5 | 
            +
            tencentcloud/svp/v20240125/models.py,sha256=rLaU4fLtYRuifvZAUMMeuhJHDuSpwQgUGukfZPO3iIE,42802
         | 
| 6 | 
            +
            tencentcloud/svp/v20240125/svp_client.py,sha256=wro4jtvY-E7yrRueTKfQ-bAosPqRU3ayxC7wyZ1jL5E,4749
         | 
| 7 | 
            +
            tencentcloud_sdk_python_svp-3.0.1307.dist-info/METADATA,sha256=UagjoEbbcoVYUZuYcmRv8a-xy1EdndHugRZPHWD1bAQ,1496
         | 
| 8 | 
            +
            tencentcloud_sdk_python_svp-3.0.1307.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
         | 
| 9 | 
            +
            tencentcloud_sdk_python_svp-3.0.1307.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
         | 
| 10 | 
            +
            tencentcloud_sdk_python_svp-3.0.1307.dist-info/RECORD,,
         | 
| @@ -1,10 +0,0 @@ | |
| 1 | 
            -
            tencentcloud/__init__.py,sha256=_nLP6Ltsblb3aXQmSmuAnlbuth-AGuNfiSVCBDWPWiI,631
         | 
| 2 | 
            -
            tencentcloud/svp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 3 | 
            -
            tencentcloud/svp/v20240125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         | 
| 4 | 
            -
            tencentcloud/svp/v20240125/errorcodes.py,sha256=G0jzbbcjQ2yBiy4UDIkf369Quebbm0ccDOERn-es6_Y,748
         | 
| 5 | 
            -
            tencentcloud/svp/v20240125/models.py,sha256=MLd6skIRc-LLZFq33YftDhCEfyjKbBlGS3ZRg2grHBM,34746
         | 
| 6 | 
            -
            tencentcloud/svp/v20240125/svp_client.py,sha256=wro4jtvY-E7yrRueTKfQ-bAosPqRU3ayxC7wyZ1jL5E,4749
         | 
| 7 | 
            -
            tencentcloud_sdk_python_svp-3.0.1259.dist-info/METADATA,sha256=6uS8S0d5LVUs1tc5ea03X4NO9uCd3T-0HkEx11jPftI,1492
         | 
| 8 | 
            -
            tencentcloud_sdk_python_svp-3.0.1259.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
         | 
| 9 | 
            -
            tencentcloud_sdk_python_svp-3.0.1259.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
         | 
| 10 | 
            -
            tencentcloud_sdk_python_svp-3.0.1259.dist-info/RECORD,,
         | 
| 
            File without changes
         | 
| 
            File without changes
         |