tencentcloud-sdk-python-svp 3.0.1394__py2.py3-none-any.whl → 3.0.1459__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1394'
17
+ __version__ = '3.0.1459'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
21
  class CreateSavingPlanOrderRequest(AbstractModel):
22
- """CreateSavingPlanOrder请求参数结构体
22
+ r"""CreateSavingPlanOrder请求参数结构体
23
23
 
24
24
  """
25
25
 
@@ -56,7 +56,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
56
56
 
57
57
  @property
58
58
  def RegionId(self):
59
- """地域编码
59
+ r"""地域编码
60
60
  :rtype: int
61
61
  """
62
62
  return self._RegionId
@@ -67,7 +67,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
67
67
 
68
68
  @property
69
69
  def ZoneId(self):
70
- """区域编码
70
+ r"""区域编码
71
71
  :rtype: int
72
72
  """
73
73
  return self._ZoneId
@@ -78,7 +78,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
78
78
 
79
79
  @property
80
80
  def PrePayType(self):
81
- """预付费类型
81
+ r"""预付费类型
82
82
  :rtype: str
83
83
  """
84
84
  return self._PrePayType
@@ -89,7 +89,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
89
89
 
90
90
  @property
91
91
  def TimeSpan(self):
92
- """时长
92
+ r"""时长
93
93
  :rtype: int
94
94
  """
95
95
  return self._TimeSpan
@@ -100,7 +100,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
100
100
 
101
101
  @property
102
102
  def TimeUnit(self):
103
- """时长单位
103
+ r"""时长单位
104
104
  :rtype: str
105
105
  """
106
106
  return self._TimeUnit
@@ -111,7 +111,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
111
111
 
112
112
  @property
113
113
  def CommodityCode(self):
114
- """商品唯一标识
114
+ r"""商品唯一标识
115
115
  :rtype: str
116
116
  """
117
117
  return self._CommodityCode
@@ -122,7 +122,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
122
122
 
123
123
  @property
124
124
  def PromiseUseAmount(self):
125
- """承诺时长内的小额金额(单位:元)
125
+ r"""承诺时长内的小额金额(单位:元)
126
126
  :rtype: int
127
127
  """
128
128
  return self._PromiseUseAmount
@@ -133,7 +133,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
133
133
 
134
134
  @property
135
135
  def SpecifyEffectTime(self):
136
- """节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
136
+ r"""节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
137
137
  :rtype: str
138
138
  """
139
139
  return self._SpecifyEffectTime
@@ -144,7 +144,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
144
144
 
145
145
  @property
146
146
  def ClientToken(self):
147
- """可重入ID
147
+ r"""可重入ID
148
148
  :rtype: str
149
149
  """
150
150
  return self._ClientToken
@@ -175,7 +175,7 @@ class CreateSavingPlanOrderRequest(AbstractModel):
175
175
 
176
176
 
177
177
  class CreateSavingPlanOrderResponse(AbstractModel):
178
- """CreateSavingPlanOrder返回参数结构体
178
+ r"""CreateSavingPlanOrder返回参数结构体
179
179
 
180
180
  """
181
181
 
@@ -191,7 +191,7 @@ class CreateSavingPlanOrderResponse(AbstractModel):
191
191
 
192
192
  @property
193
193
  def BigDealId(self):
194
- """订单号
194
+ r"""订单号
195
195
  :rtype: str
196
196
  """
197
197
  return self._BigDealId
@@ -202,7 +202,7 @@ class CreateSavingPlanOrderResponse(AbstractModel):
202
202
 
203
203
  @property
204
204
  def RequestId(self):
205
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
205
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
206
206
  :rtype: str
207
207
  """
208
208
  return self._RequestId
@@ -218,7 +218,7 @@ class CreateSavingPlanOrderResponse(AbstractModel):
218
218
 
219
219
 
220
220
  class DescribeSavingPlanCoverageRequest(AbstractModel):
221
- """DescribeSavingPlanCoverage请求参数结构体
221
+ r"""DescribeSavingPlanCoverage请求参数结构体
222
222
 
223
223
  """
224
224
 
@@ -243,7 +243,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
243
243
 
244
244
  @property
245
245
  def StartDate(self):
246
- """费用起始日期,格式yyyy-MM-dd
246
+ r"""费用起始日期,格式yyyy-MM-dd
247
247
  :rtype: str
248
248
  """
249
249
  return self._StartDate
@@ -254,7 +254,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
254
254
 
255
255
  @property
256
256
  def EndDate(self):
257
- """费用结束日期,格式yyyy-MM-dd
257
+ r"""费用结束日期,格式yyyy-MM-dd
258
258
  :rtype: str
259
259
  """
260
260
  return self._EndDate
@@ -265,7 +265,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
265
265
 
266
266
  @property
267
267
  def Offset(self):
268
- """分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
268
+ r"""分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
269
269
  :rtype: int
270
270
  """
271
271
  return self._Offset
@@ -276,7 +276,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
276
276
 
277
277
  @property
278
278
  def Limit(self):
279
- """数量,最大值为200
279
+ r"""数量,最大值为200
280
280
  :rtype: int
281
281
  """
282
282
  return self._Limit
@@ -287,7 +287,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
287
287
 
288
288
  @property
289
289
  def PeriodType(self):
290
- """取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet
290
+ r"""取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet
291
291
  :rtype: int
292
292
  """
293
293
  return self._PeriodType
@@ -314,7 +314,7 @@ class DescribeSavingPlanCoverageRequest(AbstractModel):
314
314
 
315
315
 
316
316
  class DescribeSavingPlanCoverageResponse(AbstractModel):
317
- """DescribeSavingPlanCoverage返回参数结构体
317
+ r"""DescribeSavingPlanCoverage返回参数结构体
318
318
 
319
319
  """
320
320
 
@@ -336,7 +336,7 @@ class DescribeSavingPlanCoverageResponse(AbstractModel):
336
336
 
337
337
  @property
338
338
  def DetailSet(self):
339
- """节省计划覆盖率明细数据
339
+ r"""节省计划覆盖率明细数据
340
340
  :rtype: list of SavingPlanCoverageDetail
341
341
  """
342
342
  return self._DetailSet
@@ -347,7 +347,7 @@ class DescribeSavingPlanCoverageResponse(AbstractModel):
347
347
 
348
348
  @property
349
349
  def RateSet(self):
350
- """节省计划覆盖率聚合数据
350
+ r"""节省计划覆盖率聚合数据
351
351
  :rtype: list of SavingPlanCoverageRate
352
352
  """
353
353
  return self._RateSet
@@ -358,7 +358,7 @@ class DescribeSavingPlanCoverageResponse(AbstractModel):
358
358
 
359
359
  @property
360
360
  def TotalCount(self):
361
- """查询命中的节省计划覆盖率明细数据总条数
361
+ r"""查询命中的节省计划覆盖率明细数据总条数
362
362
  :rtype: int
363
363
  """
364
364
  return self._TotalCount
@@ -369,7 +369,7 @@ class DescribeSavingPlanCoverageResponse(AbstractModel):
369
369
 
370
370
  @property
371
371
  def RequestId(self):
372
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
372
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
373
373
  :rtype: str
374
374
  """
375
375
  return self._RequestId
@@ -397,7 +397,7 @@ class DescribeSavingPlanCoverageResponse(AbstractModel):
397
397
 
398
398
 
399
399
  class DescribeSavingPlanDeductRequest(AbstractModel):
400
- """DescribeSavingPlanDeduct请求参数结构体
400
+ r"""DescribeSavingPlanDeduct请求参数结构体
401
401
 
402
402
  """
403
403
 
@@ -440,7 +440,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
440
440
 
441
441
  @property
442
442
  def Offset(self):
443
- """分页偏移量
443
+ r"""分页偏移量
444
444
  :rtype: int
445
445
  """
446
446
  return self._Offset
@@ -451,7 +451,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
451
451
 
452
452
  @property
453
453
  def Limit(self):
454
- """每页数量,最大值为200
454
+ r"""每页数量,最大值为200
455
455
  :rtype: int
456
456
  """
457
457
  return self._Limit
@@ -462,7 +462,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
462
462
 
463
463
  @property
464
464
  def StartEndDate(self):
465
- """节省计划使用开始的查询结束时间
465
+ r"""节省计划使用开始的查询结束时间
466
466
  :rtype: str
467
467
  """
468
468
  return self._StartEndDate
@@ -473,7 +473,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
473
473
 
474
474
  @property
475
475
  def StartStartDate(self):
476
- """节省计划使用开始的查询开始时间
476
+ r"""节省计划使用开始的查询开始时间
477
477
  :rtype: str
478
478
  """
479
479
  return self._StartStartDate
@@ -484,7 +484,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
484
484
 
485
485
  @property
486
486
  def RegionId(self):
487
- """地域编码
487
+ r"""地域编码
488
488
  :rtype: int
489
489
  """
490
490
  return self._RegionId
@@ -495,7 +495,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
495
495
 
496
496
  @property
497
497
  def ZoneId(self):
498
- """区域编码
498
+ r"""区域编码
499
499
  :rtype: int
500
500
  """
501
501
  return self._ZoneId
@@ -506,7 +506,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
506
506
 
507
507
  @property
508
508
  def SpId(self):
509
- """节省计划资源id
509
+ r"""节省计划资源id
510
510
  :rtype: str
511
511
  """
512
512
  return self._SpId
@@ -517,7 +517,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
517
517
 
518
518
  @property
519
519
  def DeductEndDate(self):
520
- """抵扣查询结束时间,格式:yyyy-MM-dd HH:mm:ss
520
+ r"""抵扣查询结束时间,格式:yyyy-MM-dd HH:mm:ss
521
521
  :rtype: str
522
522
  """
523
523
  return self._DeductEndDate
@@ -528,7 +528,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
528
528
 
529
529
  @property
530
530
  def DeductStartDate(self):
531
- """抵扣查询开始时间,格式:yyyy-MM-dd HH:mm:ss
531
+ r"""抵扣查询开始时间,格式:yyyy-MM-dd HH:mm:ss
532
532
  :rtype: str
533
533
  """
534
534
  return self._DeductStartDate
@@ -539,7 +539,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
539
539
 
540
540
  @property
541
541
  def EndEndDate(self):
542
- """节省计划使用结束的查询结束时间
542
+ r"""节省计划使用结束的查询结束时间
543
543
  :rtype: str
544
544
  """
545
545
  return self._EndEndDate
@@ -550,7 +550,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
550
550
 
551
551
  @property
552
552
  def EndStartDate(self):
553
- """节省计划使用结束的查询开始时间
553
+ r"""节省计划使用结束的查询开始时间
554
554
  :rtype: str
555
555
  """
556
556
  return self._EndStartDate
@@ -583,7 +583,7 @@ class DescribeSavingPlanDeductRequest(AbstractModel):
583
583
 
584
584
 
585
585
  class DescribeSavingPlanDeductResponse(AbstractModel):
586
- """DescribeSavingPlanDeduct返回参数结构体
586
+ r"""DescribeSavingPlanDeduct返回参数结构体
587
587
 
588
588
  """
589
589
 
@@ -602,7 +602,7 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
602
602
 
603
603
  @property
604
604
  def Total(self):
605
- """查询命中的节省计划抵扣明细数据总条数
605
+ r"""查询命中的节省计划抵扣明细数据总条数
606
606
  :rtype: int
607
607
  """
608
608
  return self._Total
@@ -613,7 +613,7 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
613
613
 
614
614
  @property
615
615
  def Deducts(self):
616
- """查询命中的节省计划抵扣明细数据明细
616
+ r"""查询命中的节省计划抵扣明细数据明细
617
617
  :rtype: list of SavingPlanDeductDetail
618
618
  """
619
619
  return self._Deducts
@@ -624,7 +624,7 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
624
624
 
625
625
  @property
626
626
  def RequestId(self):
627
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
627
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
628
628
  :rtype: str
629
629
  """
630
630
  return self._RequestId
@@ -646,7 +646,7 @@ class DescribeSavingPlanDeductResponse(AbstractModel):
646
646
 
647
647
 
648
648
  class DescribeSavingPlanOverviewRequest(AbstractModel):
649
- """DescribeSavingPlanOverview请求参数结构体
649
+ r"""DescribeSavingPlanOverview请求参数结构体
650
650
 
651
651
  """
652
652
 
@@ -668,7 +668,7 @@ class DescribeSavingPlanOverviewRequest(AbstractModel):
668
668
 
669
669
  @property
670
670
  def StartDate(self):
671
- """开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
671
+ r"""开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
672
672
  :rtype: str
673
673
  """
674
674
  return self._StartDate
@@ -679,7 +679,7 @@ class DescribeSavingPlanOverviewRequest(AbstractModel):
679
679
 
680
680
  @property
681
681
  def EndDate(self):
682
- """结束时间,格式yyyy-MM-dd
682
+ r"""结束时间,格式yyyy-MM-dd
683
683
  :rtype: str
684
684
  """
685
685
  return self._EndDate
@@ -690,7 +690,7 @@ class DescribeSavingPlanOverviewRequest(AbstractModel):
690
690
 
691
691
  @property
692
692
  def Offset(self):
693
- """分页偏移量
693
+ r"""分页偏移量
694
694
  :rtype: int
695
695
  """
696
696
  return self._Offset
@@ -701,7 +701,7 @@ class DescribeSavingPlanOverviewRequest(AbstractModel):
701
701
 
702
702
  @property
703
703
  def Limit(self):
704
- """每页数量,最大值为200
704
+ r"""每页数量,最大值为200
705
705
  :rtype: int
706
706
  """
707
707
  return self._Limit
@@ -727,7 +727,7 @@ class DescribeSavingPlanOverviewRequest(AbstractModel):
727
727
 
728
728
 
729
729
  class DescribeSavingPlanOverviewResponse(AbstractModel):
730
- """DescribeSavingPlanOverview返回参数结构体
730
+ r"""DescribeSavingPlanOverview返回参数结构体
731
731
 
732
732
  """
733
733
 
@@ -746,7 +746,7 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
746
746
 
747
747
  @property
748
748
  def Overviews(self):
749
- """节省计划总览明细数据
749
+ r"""节省计划总览明细数据
750
750
  :rtype: list of SavingPlanOverviewDetail
751
751
  """
752
752
  return self._Overviews
@@ -757,7 +757,7 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
757
757
 
758
758
  @property
759
759
  def Total(self):
760
- """查询命中的节省计划总览明细数据总条数
760
+ r"""查询命中的节省计划总览明细数据总条数
761
761
  :rtype: int
762
762
  """
763
763
  return self._Total
@@ -768,7 +768,7 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
768
768
 
769
769
  @property
770
770
  def RequestId(self):
771
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
771
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
772
772
  :rtype: str
773
773
  """
774
774
  return self._RequestId
@@ -790,7 +790,7 @@ class DescribeSavingPlanOverviewResponse(AbstractModel):
790
790
 
791
791
 
792
792
  class DescribeSavingPlanUsageRequest(AbstractModel):
793
- """DescribeSavingPlanUsage请求参数结构体
793
+ r"""DescribeSavingPlanUsage请求参数结构体
794
794
 
795
795
  """
796
796
 
@@ -815,7 +815,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
815
815
 
816
816
  @property
817
817
  def StartDate(self):
818
- """开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
818
+ r"""开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
819
819
  :rtype: str
820
820
  """
821
821
  return self._StartDate
@@ -826,7 +826,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
826
826
 
827
827
  @property
828
828
  def EndDate(self):
829
- """结束时间,格式yyyy-MM-dd
829
+ r"""结束时间,格式yyyy-MM-dd
830
830
  :rtype: str
831
831
  """
832
832
  return self._EndDate
@@ -837,7 +837,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
837
837
 
838
838
  @property
839
839
  def Offset(self):
840
- """分页偏移量
840
+ r"""分页偏移量
841
841
  :rtype: int
842
842
  """
843
843
  return self._Offset
@@ -848,7 +848,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
848
848
 
849
849
  @property
850
850
  def Limit(self):
851
- """每页数量,最大值为200
851
+ r"""每页数量,最大值为200
852
852
  :rtype: int
853
853
  """
854
854
  return self._Limit
@@ -859,7 +859,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
859
859
 
860
860
  @property
861
861
  def TimeInterval(self):
862
- """查询结果数据的时间间隔
862
+ r"""查询结果数据的时间间隔
863
863
  :rtype: str
864
864
  """
865
865
  return self._TimeInterval
@@ -886,7 +886,7 @@ class DescribeSavingPlanUsageRequest(AbstractModel):
886
886
 
887
887
 
888
888
  class DescribeSavingPlanUsageResponse(AbstractModel):
889
- """DescribeSavingPlanUsage返回参数结构体
889
+ r"""DescribeSavingPlanUsage返回参数结构体
890
890
 
891
891
  """
892
892
 
@@ -905,7 +905,7 @@ class DescribeSavingPlanUsageResponse(AbstractModel):
905
905
 
906
906
  @property
907
907
  def Total(self):
908
- """查询命中的节省计划总览明细数据总条数
908
+ r"""查询命中的节省计划总览明细数据总条数
909
909
  :rtype: int
910
910
  """
911
911
  return self._Total
@@ -916,7 +916,7 @@ class DescribeSavingPlanUsageResponse(AbstractModel):
916
916
 
917
917
  @property
918
918
  def Usages(self):
919
- """节省计划使用率数据
919
+ r"""节省计划使用率数据
920
920
  :rtype: list of SavingPlanUsageDetail
921
921
  """
922
922
  return self._Usages
@@ -927,7 +927,7 @@ class DescribeSavingPlanUsageResponse(AbstractModel):
927
927
 
928
928
  @property
929
929
  def RequestId(self):
930
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
930
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
931
931
  :rtype: str
932
932
  """
933
933
  return self._RequestId
@@ -949,7 +949,7 @@ class DescribeSavingPlanUsageResponse(AbstractModel):
949
949
 
950
950
 
951
951
  class SavingPlanCoverageDetail(AbstractModel):
952
- """节省计划覆盖率数据
952
+ r"""节省计划覆盖率数据
953
953
 
954
954
  """
955
955
 
@@ -1010,7 +1010,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1010
1010
 
1011
1011
  @property
1012
1012
  def ResourceId(self):
1013
- """资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
1013
+ r"""资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
1014
1014
  :rtype: str
1015
1015
  """
1016
1016
  return self._ResourceId
@@ -1021,7 +1021,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1021
1021
 
1022
1022
  @property
1023
1023
  def RegionId(self):
1024
- """地域ID
1024
+ r"""地域ID
1025
1025
  :rtype: int
1026
1026
  """
1027
1027
  return self._RegionId
@@ -1032,7 +1032,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1032
1032
 
1033
1033
  @property
1034
1034
  def ProductCode(self):
1035
- """产品编码
1035
+ r"""产品编码
1036
1036
  :rtype: str
1037
1037
  """
1038
1038
  return self._ProductCode
@@ -1043,7 +1043,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1043
1043
 
1044
1044
  @property
1045
1045
  def SubProductCode(self):
1046
- """子产品编码
1046
+ r"""子产品编码
1047
1047
  :rtype: str
1048
1048
  """
1049
1049
  return self._SubProductCode
@@ -1054,7 +1054,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1054
1054
 
1055
1055
  @property
1056
1056
  def StartDate(self):
1057
- """费用起始日期,格式yyyy-MM-dd
1057
+ r"""费用起始日期,格式yyyy-MM-dd
1058
1058
  :rtype: str
1059
1059
  """
1060
1060
  return self._StartDate
@@ -1065,7 +1065,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1065
1065
 
1066
1066
  @property
1067
1067
  def EndDate(self):
1068
- """费用结束日期,格式yyyy-MM-dd,目前与StartDate相等
1068
+ r"""费用结束日期,格式yyyy-MM-dd,目前与StartDate相等
1069
1069
  :rtype: str
1070
1070
  """
1071
1071
  return self._EndDate
@@ -1076,7 +1076,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1076
1076
 
1077
1077
  @property
1078
1078
  def SpCoveredAmount(self):
1079
- """节省计划覆盖金额(即节省计划支付金额)
1079
+ r"""节省计划覆盖金额(即节省计划支付金额)
1080
1080
  :rtype: float
1081
1081
  """
1082
1082
  return self._SpCoveredAmount
@@ -1087,7 +1087,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1087
1087
 
1088
1088
  @property
1089
1089
  def SpUncoveredAmount(self):
1090
- """节省计划未覆盖金额(即优惠后总价)
1090
+ r"""节省计划未覆盖金额(即优惠后总价)
1091
1091
  :rtype: float
1092
1092
  """
1093
1093
  return self._SpUncoveredAmount
@@ -1098,7 +1098,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1098
1098
 
1099
1099
  @property
1100
1100
  def TotalRealAmount(self):
1101
- """总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)
1101
+ r"""总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)
1102
1102
  :rtype: float
1103
1103
  """
1104
1104
  return self._TotalRealAmount
@@ -1109,7 +1109,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1109
1109
 
1110
1110
  @property
1111
1111
  def ExpectedAmount(self):
1112
- """按量计费预期金额(即折前价 * 折扣)
1112
+ r"""按量计费预期金额(即折前价 * 折扣)
1113
1113
  :rtype: float
1114
1114
  """
1115
1115
  return self._ExpectedAmount
@@ -1120,7 +1120,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1120
1120
 
1121
1121
  @property
1122
1122
  def SpCoverage(self):
1123
- """覆盖率结果,取值[0, 100]
1123
+ r"""覆盖率结果,取值[0, 100]
1124
1124
  :rtype: float
1125
1125
  """
1126
1126
  return self._SpCoverage
@@ -1131,7 +1131,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1131
1131
 
1132
1132
  @property
1133
1133
  def PayerUinName(self):
1134
- """支付者昵称
1134
+ r"""支付者昵称
1135
1135
  :rtype: str
1136
1136
  """
1137
1137
  return self._PayerUinName
@@ -1142,7 +1142,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1142
1142
 
1143
1143
  @property
1144
1144
  def OwnerUinName(self):
1145
- """使用者昵称
1145
+ r"""使用者昵称
1146
1146
  :rtype: str
1147
1147
  """
1148
1148
  return self._OwnerUinName
@@ -1153,7 +1153,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1153
1153
 
1154
1154
  @property
1155
1155
  def PayerUin(self):
1156
- """支付者uin
1156
+ r"""支付者uin
1157
1157
  :rtype: str
1158
1158
  """
1159
1159
  return self._PayerUin
@@ -1164,7 +1164,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1164
1164
 
1165
1165
  @property
1166
1166
  def SubBillingItemName(self):
1167
- """计费项名称
1167
+ r"""计费项名称
1168
1168
  :rtype: str
1169
1169
  """
1170
1170
  return self._SubBillingItemName
@@ -1175,7 +1175,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1175
1175
 
1176
1176
  @property
1177
1177
  def BillingItemName(self):
1178
- """计费细项名称
1178
+ r"""计费细项名称
1179
1179
  :rtype: str
1180
1180
  """
1181
1181
  return self._BillingItemName
@@ -1186,7 +1186,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1186
1186
 
1187
1187
  @property
1188
1188
  def SubProductName(self):
1189
- """子产品名称
1189
+ r"""子产品名称
1190
1190
  :rtype: str
1191
1191
  """
1192
1192
  return self._SubProductName
@@ -1225,7 +1225,7 @@ class SavingPlanCoverageDetail(AbstractModel):
1225
1225
 
1226
1226
 
1227
1227
  class SavingPlanCoverageRate(AbstractModel):
1228
- """节省计划覆盖率聚合数据
1228
+ r"""节省计划覆盖率聚合数据
1229
1229
 
1230
1230
  """
1231
1231
 
@@ -1241,7 +1241,7 @@ class SavingPlanCoverageRate(AbstractModel):
1241
1241
 
1242
1242
  @property
1243
1243
  def DatePoint(self):
1244
- """聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM
1244
+ r"""聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM
1245
1245
  :rtype: str
1246
1246
  """
1247
1247
  return self._DatePoint
@@ -1252,7 +1252,7 @@ class SavingPlanCoverageRate(AbstractModel):
1252
1252
 
1253
1253
  @property
1254
1254
  def Rate(self):
1255
- """覆盖率结果,取值[0, 100]
1255
+ r"""覆盖率结果,取值[0, 100]
1256
1256
  :rtype: float
1257
1257
  """
1258
1258
  return self._Rate
@@ -1276,7 +1276,7 @@ class SavingPlanCoverageRate(AbstractModel):
1276
1276
 
1277
1277
 
1278
1278
  class SavingPlanDeductDetail(AbstractModel):
1279
- """节省计划抵扣明细
1279
+ r"""节省计划抵扣明细
1280
1280
 
1281
1281
  """
1282
1282
 
@@ -1346,7 +1346,7 @@ class SavingPlanDeductDetail(AbstractModel):
1346
1346
 
1347
1347
  @property
1348
1348
  def OwnerUin(self):
1349
- """账号id
1349
+ r"""账号id
1350
1350
  :rtype: str
1351
1351
  """
1352
1352
  return self._OwnerUin
@@ -1357,7 +1357,7 @@ class SavingPlanDeductDetail(AbstractModel):
1357
1357
 
1358
1358
  @property
1359
1359
  def OwnerUinName(self):
1360
- """账号名称
1360
+ r"""账号名称
1361
1361
  :rtype: str
1362
1362
  """
1363
1363
  return self._OwnerUinName
@@ -1368,7 +1368,7 @@ class SavingPlanDeductDetail(AbstractModel):
1368
1368
 
1369
1369
  @property
1370
1370
  def PayerUin(self):
1371
- """抵扣账号id
1371
+ r"""抵扣账号id
1372
1372
  :rtype: str
1373
1373
  """
1374
1374
  return self._PayerUin
@@ -1379,7 +1379,7 @@ class SavingPlanDeductDetail(AbstractModel):
1379
1379
 
1380
1380
  @property
1381
1381
  def PayerUinName(self):
1382
- """抵扣账号名称
1382
+ r"""抵扣账号名称
1383
1383
  :rtype: str
1384
1384
  """
1385
1385
  return self._PayerUinName
@@ -1390,7 +1390,7 @@ class SavingPlanDeductDetail(AbstractModel):
1390
1390
 
1391
1391
  @property
1392
1392
  def SpId(self):
1393
- """节省计划资源id
1393
+ r"""节省计划资源id
1394
1394
  :rtype: str
1395
1395
  """
1396
1396
  return self._SpId
@@ -1401,7 +1401,7 @@ class SavingPlanDeductDetail(AbstractModel):
1401
1401
 
1402
1402
  @property
1403
1403
  def ProductCode(self):
1404
- """产品编码
1404
+ r"""产品编码
1405
1405
  :rtype: str
1406
1406
  """
1407
1407
  return self._ProductCode
@@ -1412,7 +1412,7 @@ class SavingPlanDeductDetail(AbstractModel):
1412
1412
 
1413
1413
  @property
1414
1414
  def ProductName(self):
1415
- """产品名称
1415
+ r"""产品名称
1416
1416
  :rtype: str
1417
1417
  """
1418
1418
  return self._ProductName
@@ -1423,7 +1423,7 @@ class SavingPlanDeductDetail(AbstractModel):
1423
1423
 
1424
1424
  @property
1425
1425
  def SubProductCode(self):
1426
- """子产品编码
1426
+ r"""子产品编码
1427
1427
  :rtype: str
1428
1428
  """
1429
1429
  return self._SubProductCode
@@ -1434,7 +1434,7 @@ class SavingPlanDeductDetail(AbstractModel):
1434
1434
 
1435
1435
  @property
1436
1436
  def SubProductName(self):
1437
- """子产品名称
1437
+ r"""子产品名称
1438
1438
  :rtype: str
1439
1439
  """
1440
1440
  return self._SubProductName
@@ -1445,7 +1445,7 @@ class SavingPlanDeductDetail(AbstractModel):
1445
1445
 
1446
1446
  @property
1447
1447
  def OutTradeNo(self):
1448
- """交易ID
1448
+ r"""交易ID
1449
1449
  :rtype: str
1450
1450
  """
1451
1451
  return self._OutTradeNo
@@ -1456,7 +1456,7 @@ class SavingPlanDeductDetail(AbstractModel):
1456
1456
 
1457
1457
  @property
1458
1458
  def RegionId(self):
1459
- """地域id
1459
+ r"""地域id
1460
1460
  :rtype: int
1461
1461
  """
1462
1462
  return self._RegionId
@@ -1467,7 +1467,7 @@ class SavingPlanDeductDetail(AbstractModel):
1467
1467
 
1468
1468
  @property
1469
1469
  def RegionName(self):
1470
- """地域名称
1470
+ r"""地域名称
1471
1471
  :rtype: str
1472
1472
  """
1473
1473
  return self._RegionName
@@ -1478,7 +1478,7 @@ class SavingPlanDeductDetail(AbstractModel):
1478
1478
 
1479
1479
  @property
1480
1480
  def ZoneId(self):
1481
- """地区id
1481
+ r"""地区id
1482
1482
  :rtype: int
1483
1483
  """
1484
1484
  return self._ZoneId
@@ -1489,7 +1489,7 @@ class SavingPlanDeductDetail(AbstractModel):
1489
1489
 
1490
1490
  @property
1491
1491
  def ZoneName(self):
1492
- """地区名称
1492
+ r"""地区名称
1493
1493
  :rtype: str
1494
1494
  """
1495
1495
  return self._ZoneName
@@ -1500,7 +1500,7 @@ class SavingPlanDeductDetail(AbstractModel):
1500
1500
 
1501
1501
  @property
1502
1502
  def SpStartTime(self):
1503
- """开始使用时间
1503
+ r"""开始使用时间
1504
1504
  :rtype: str
1505
1505
  """
1506
1506
  return self._SpStartTime
@@ -1511,7 +1511,7 @@ class SavingPlanDeductDetail(AbstractModel):
1511
1511
 
1512
1512
  @property
1513
1513
  def SpEndTime(self):
1514
- """结束使用时间
1514
+ r"""结束使用时间
1515
1515
  :rtype: str
1516
1516
  """
1517
1517
  return self._SpEndTime
@@ -1522,7 +1522,7 @@ class SavingPlanDeductDetail(AbstractModel):
1522
1522
 
1523
1523
  @property
1524
1524
  def DeductTime(self):
1525
- """折扣时间
1525
+ r"""折扣时间
1526
1526
  :rtype: str
1527
1527
  """
1528
1528
  return self._DeductTime
@@ -1533,7 +1533,7 @@ class SavingPlanDeductDetail(AbstractModel):
1533
1533
 
1534
1534
  @property
1535
1535
  def DeductAmount(self):
1536
- """抵扣金额,单位分
1536
+ r"""抵扣金额,单位分
1537
1537
  :rtype: str
1538
1538
  """
1539
1539
  return self._DeductAmount
@@ -1544,7 +1544,7 @@ class SavingPlanDeductDetail(AbstractModel):
1544
1544
 
1545
1545
  @property
1546
1546
  def DeductDiscount(self):
1547
- """抵扣折扣率
1547
+ r"""抵扣折扣率
1548
1548
  :rtype: str
1549
1549
  """
1550
1550
  return self._DeductDiscount
@@ -1555,7 +1555,7 @@ class SavingPlanDeductDetail(AbstractModel):
1555
1555
 
1556
1556
  @property
1557
1557
  def DeductRate(self):
1558
- """抵扣比率
1558
+ r"""抵扣比率
1559
1559
  :rtype: str
1560
1560
  """
1561
1561
  return self._DeductRate
@@ -1597,7 +1597,7 @@ class SavingPlanDeductDetail(AbstractModel):
1597
1597
 
1598
1598
 
1599
1599
  class SavingPlanOverviewDetail(AbstractModel):
1600
- """节省计划总览明细数据
1600
+ r"""节省计划总览明细数据
1601
1601
 
1602
1602
  """
1603
1603
 
@@ -1634,7 +1634,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1634
1634
 
1635
1635
  @property
1636
1636
  def SpType(self):
1637
- """节省计划类型
1637
+ r"""节省计划类型
1638
1638
  :rtype: str
1639
1639
  """
1640
1640
  return self._SpType
@@ -1645,7 +1645,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1645
1645
 
1646
1646
  @property
1647
1647
  def PayAmount(self):
1648
- """支付金额(单位:元)
1648
+ r"""支付金额(单位:元)
1649
1649
  :rtype: str
1650
1650
  """
1651
1651
  return self._PayAmount
@@ -1656,7 +1656,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1656
1656
 
1657
1657
  @property
1658
1658
  def StartTime(self):
1659
- """开始时间 yyyy-mm-dd HH:mm:ss格式
1659
+ r"""开始时间 yyyy-mm-dd HH:mm:ss格式
1660
1660
  :rtype: str
1661
1661
  """
1662
1662
  return self._StartTime
@@ -1667,7 +1667,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1667
1667
 
1668
1668
  @property
1669
1669
  def EndTime(self):
1670
- """结束时间 yyyy-mm-dd HH:mm:ss格式
1670
+ r"""结束时间 yyyy-mm-dd HH:mm:ss格式
1671
1671
  :rtype: str
1672
1672
  """
1673
1673
  return self._EndTime
@@ -1678,7 +1678,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1678
1678
 
1679
1679
  @property
1680
1680
  def Status(self):
1681
- """状态
1681
+ r"""状态
1682
1682
  :rtype: int
1683
1683
  """
1684
1684
  return self._Status
@@ -1689,7 +1689,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1689
1689
 
1690
1690
  @property
1691
1691
  def SavingAmount(self):
1692
- """累计节省金额(单位:元)
1692
+ r"""累计节省金额(单位:元)
1693
1693
  :rtype: str
1694
1694
  """
1695
1695
  return self._SavingAmount
@@ -1700,7 +1700,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1700
1700
 
1701
1701
  @property
1702
1702
  def Region(self):
1703
- """地域
1703
+ r"""地域
1704
1704
  :rtype: list of str
1705
1705
  """
1706
1706
  return self._Region
@@ -1711,7 +1711,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1711
1711
 
1712
1712
  @property
1713
1713
  def PayType(self):
1714
- """支付类型
1714
+ r"""支付类型
1715
1715
  :rtype: int
1716
1716
  """
1717
1717
  return self._PayType
@@ -1722,7 +1722,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1722
1722
 
1723
1723
  @property
1724
1724
  def BuyTime(self):
1725
- """购买时间 yyyy-mm-dd HH:mm:ss格式
1725
+ r"""购买时间 yyyy-mm-dd HH:mm:ss格式
1726
1726
  :rtype: str
1727
1727
  """
1728
1728
  return self._BuyTime
@@ -1753,7 +1753,7 @@ class SavingPlanOverviewDetail(AbstractModel):
1753
1753
 
1754
1754
 
1755
1755
  class SavingPlanUsageDetail(AbstractModel):
1756
- """节省计划使用率数据
1756
+ r"""节省计划使用率数据
1757
1757
 
1758
1758
  """
1759
1759
 
@@ -1793,7 +1793,7 @@ class SavingPlanUsageDetail(AbstractModel):
1793
1793
 
1794
1794
  @property
1795
1795
  def SpType(self):
1796
- """节省计划类型
1796
+ r"""节省计划类型
1797
1797
  :rtype: str
1798
1798
  """
1799
1799
  return self._SpType
@@ -1804,7 +1804,7 @@ class SavingPlanUsageDetail(AbstractModel):
1804
1804
 
1805
1805
  @property
1806
1806
  def Status(self):
1807
- """节省计划状态
1807
+ r"""节省计划状态
1808
1808
  :rtype: int
1809
1809
  """
1810
1810
  return self._Status
@@ -1815,7 +1815,7 @@ class SavingPlanUsageDetail(AbstractModel):
1815
1815
 
1816
1816
  @property
1817
1817
  def DeductAmount(self):
1818
- """累计抵扣的金额(单位:元)
1818
+ r"""累计抵扣的金额(单位:元)
1819
1819
  :rtype: str
1820
1820
  """
1821
1821
  return self._DeductAmount
@@ -1826,7 +1826,7 @@ class SavingPlanUsageDetail(AbstractModel):
1826
1826
 
1827
1827
  @property
1828
1828
  def PromiseAmount(self):
1829
- """累计承诺消费金额(单位:元)
1829
+ r"""累计承诺消费金额(单位:元)
1830
1830
  :rtype: str
1831
1831
  """
1832
1832
  return self._PromiseAmount
@@ -1837,7 +1837,7 @@ class SavingPlanUsageDetail(AbstractModel):
1837
1837
 
1838
1838
  @property
1839
1839
  def NetSavings(self):
1840
- """累计净节省金额(单位:元)
1840
+ r"""累计净节省金额(单位:元)
1841
1841
  :rtype: str
1842
1842
  """
1843
1843
  return self._NetSavings
@@ -1848,7 +1848,7 @@ class SavingPlanUsageDetail(AbstractModel):
1848
1848
 
1849
1849
  @property
1850
1850
  def UtilizationRate(self):
1851
- """使用率
1851
+ r"""使用率
1852
1852
  :rtype: float
1853
1853
  """
1854
1854
  return self._UtilizationRate
@@ -1859,7 +1859,7 @@ class SavingPlanUsageDetail(AbstractModel):
1859
1859
 
1860
1860
  @property
1861
1861
  def LossAmount(self):
1862
- """累计流失金额(单位:元)
1862
+ r"""累计流失金额(单位:元)
1863
1863
  :rtype: str
1864
1864
  """
1865
1865
  return self._LossAmount
@@ -1870,7 +1870,7 @@ class SavingPlanUsageDetail(AbstractModel):
1870
1870
 
1871
1871
  @property
1872
1872
  def DosageAmount(self):
1873
- """累计按量计费预期金额(单位:元)
1873
+ r"""累计按量计费预期金额(单位:元)
1874
1874
  :rtype: str
1875
1875
  """
1876
1876
  return self._DosageAmount
@@ -1881,7 +1881,7 @@ class SavingPlanUsageDetail(AbstractModel):
1881
1881
 
1882
1882
  @property
1883
1883
  def CostAmount(self):
1884
- """累计成本金额(单位:元)
1884
+ r"""累计成本金额(单位:元)
1885
1885
  :rtype: str
1886
1886
  """
1887
1887
  return self._CostAmount
@@ -1892,7 +1892,7 @@ class SavingPlanUsageDetail(AbstractModel):
1892
1892
 
1893
1893
  @property
1894
1894
  def Region(self):
1895
- """地域
1895
+ r"""地域
1896
1896
  :rtype: list of str
1897
1897
  """
1898
1898
  return self._Region
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ class SvpClient(AbstractClient):
27
27
 
28
28
 
29
29
  def CreateSavingPlanOrder(self, request):
30
- """创建节省计划订单
30
+ r"""创建节省计划订单
31
31
 
32
32
  :param request: Request instance for CreateSavingPlanOrder.
33
33
  :type request: :class:`tencentcloud.svp.v20240125.models.CreateSavingPlanOrderRequest`
@@ -50,7 +50,7 @@ class SvpClient(AbstractClient):
50
50
 
51
51
 
52
52
  def DescribeSavingPlanCoverage(self, request):
53
- """查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
53
+ r"""查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
54
54
 
55
55
  :param request: Request instance for DescribeSavingPlanCoverage.
56
56
  :type request: :class:`tencentcloud.svp.v20240125.models.DescribeSavingPlanCoverageRequest`
@@ -73,7 +73,7 @@ class SvpClient(AbstractClient):
73
73
 
74
74
 
75
75
  def DescribeSavingPlanDeduct(self, request):
76
- """查询节省计划抵扣明细
76
+ r"""查询节省计划抵扣明细
77
77
 
78
78
  :param request: Request instance for DescribeSavingPlanDeduct.
79
79
  :type request: :class:`tencentcloud.svp.v20240125.models.DescribeSavingPlanDeductRequest`
@@ -96,7 +96,7 @@ class SvpClient(AbstractClient):
96
96
 
97
97
 
98
98
  def DescribeSavingPlanOverview(self, request):
99
- """查用当前用户明细节省计划总览查询时段内的使用情况
99
+ r"""查用当前用户明细节省计划总览查询时段内的使用情况
100
100
 
101
101
  :param request: Request instance for DescribeSavingPlanOverview.
102
102
  :type request: :class:`tencentcloud.svp.v20240125.models.DescribeSavingPlanOverviewRequest`
@@ -119,7 +119,7 @@ class SvpClient(AbstractClient):
119
119
 
120
120
 
121
121
  def DescribeSavingPlanUsage(self, request):
122
- """查用当前用户明细节省计划查询时段内的使用情况
122
+ r"""查用当前用户明细节省计划查询时段内的使用情况
123
123
 
124
124
  :param request: Request instance for DescribeSavingPlanUsage.
125
125
  :type request: :class:`tencentcloud.svp.v20240125.models.DescribeSavingPlanUsageRequest`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-svp
3
- Version: 3.0.1394
3
+ Version: 3.0.1459
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
@@ -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.1394)
18
+ Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1459)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=r84PYsG-hFbeEH3ch-Sw2bJmqWlws-vogRx7ePuiG9c,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=FaOttt8uvKglmOQVf0OgTVfOhlp3_A0ktySI1QttVEA,801
5
+ tencentcloud/svp/v20240125/models.py,sha256=tSiBZAc_MBnOdUOu9cjga6NrIV72x77_WVDUYrpKhCc,55178
6
+ tencentcloud/svp/v20240125/svp_client.py,sha256=B1naTOPJJ7Wbn4V3_7RZdc8z_hd9odHHlEYaNCBgqDg,5773
7
+ tencentcloud_sdk_python_svp-3.0.1459.dist-info/METADATA,sha256=HTUcWlotkC4WZ0iWSiHCfXMPjBYtrztvW7ik8do72Ro,1503
8
+ tencentcloud_sdk_python_svp-3.0.1459.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_svp-3.0.1459.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_svp-3.0.1459.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=5zO2lLZe1BHAXaibBkb5tZiMM5HPiQZRFL83ZVZxrU8,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=NuhA524BGgXCi_nK8HMb1PAi6sIO-NGvGuwV7GF6sEE,828
5
- tencentcloud/svp/v20240125/models.py,sha256=ecVjJv96VRzFlZvPMqtfR7hNtFeO4qYZ-rbF3JOKZus,55083
6
- tencentcloud/svp/v20240125/svp_client.py,sha256=w4R8HPmrKSvyXa0GIxaSkqv_T7XnlQcMRfRI3p1eTvs,5795
7
- tencentcloud_sdk_python_svp-3.0.1394.dist-info/METADATA,sha256=BBCxL2CcEj_xsrvRCVQ3Mx8dRB_zanKw7PhCaG-ZJ2I,1496
8
- tencentcloud_sdk_python_svp-3.0.1394.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_svp-3.0.1394.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_svp-3.0.1394.dist-info/RECORD,,