tencentcloud-sdk-svp 3.0.1094 → 3.0.1169
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240125/models.rb +13 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53c08a542711a32e6d985bdb0f3becd2d5d4fa8b
|
|
4
|
+
data.tar.gz: 8df1b0794a5be93fab2369e82e01bd5b263df699
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9004faacc79946978675a16a891c03b3c32250b483919df8c5511aa3e2843a583c4f777f9e656697f04f4d4cffeb4ce0a254986548a9d2191ebedc8390840e78
|
|
7
|
+
data.tar.gz: ecef16ad52a57e140bbfdc9e209f997ed03b5f2f47539eccd9716a866daad3729b2b239abe175f5185db24f9fd8f129c1bd66dc2a0d8effcdb68a33fc5ea4f94
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20240125/models.rb
CHANGED
|
@@ -562,6 +562,8 @@ module TencentCloud
|
|
|
562
562
|
|
|
563
563
|
# 节省计划总览明细数据
|
|
564
564
|
class SavingPlanOverviewDetail < TencentCloud::Common::AbstractModel
|
|
565
|
+
# @param SpId: 节省计划资源id
|
|
566
|
+
# @type SpId: String
|
|
565
567
|
# @param SpType: 节省计划类型
|
|
566
568
|
# @type SpType: String
|
|
567
569
|
# @param PayAmount: 支付金额(单位:元)
|
|
@@ -570,20 +572,24 @@ module TencentCloud
|
|
|
570
572
|
# @type StartTime: String
|
|
571
573
|
# @param EndTime: 结束时间 yyyy-mm-dd HH:mm:ss格式
|
|
572
574
|
# @type EndTime: String
|
|
573
|
-
# @param Status:
|
|
575
|
+
# @param Status: 1 生效 2 失效 3 作废
|
|
574
576
|
# @type Status: Integer
|
|
575
577
|
# @param SavingAmount: 累计节省金额(单位:元)
|
|
576
578
|
# @type SavingAmount: String
|
|
577
579
|
# @param Region: 地域
|
|
578
580
|
# @type Region: Array
|
|
579
|
-
# @param PayType:
|
|
581
|
+
# @param PayType: 1 全预付 2 部分预付 3 全不预付
|
|
580
582
|
# @type PayType: Integer
|
|
581
583
|
# @param BuyTime: 购买时间 yyyy-mm-dd HH:mm:ss格式
|
|
582
584
|
# @type BuyTime: String
|
|
585
|
+
# @param PromiseAmount: 承诺金额
|
|
586
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
587
|
+
# @type PromiseAmount: String
|
|
583
588
|
|
|
584
|
-
attr_accessor :SpType, :PayAmount, :StartTime, :EndTime, :Status, :SavingAmount, :Region, :PayType, :BuyTime
|
|
589
|
+
attr_accessor :SpId, :SpType, :PayAmount, :StartTime, :EndTime, :Status, :SavingAmount, :Region, :PayType, :BuyTime, :PromiseAmount
|
|
585
590
|
|
|
586
|
-
def initialize(sptype=nil, payamount=nil, starttime=nil, endtime=nil, status=nil, savingamount=nil, region=nil, paytype=nil, buytime=nil)
|
|
591
|
+
def initialize(spid=nil, sptype=nil, payamount=nil, starttime=nil, endtime=nil, status=nil, savingamount=nil, region=nil, paytype=nil, buytime=nil, promiseamount=nil)
|
|
592
|
+
@SpId = spid
|
|
587
593
|
@SpType = sptype
|
|
588
594
|
@PayAmount = payamount
|
|
589
595
|
@StartTime = starttime
|
|
@@ -593,9 +599,11 @@ module TencentCloud
|
|
|
593
599
|
@Region = region
|
|
594
600
|
@PayType = paytype
|
|
595
601
|
@BuyTime = buytime
|
|
602
|
+
@PromiseAmount = promiseamount
|
|
596
603
|
end
|
|
597
604
|
|
|
598
605
|
def deserialize(params)
|
|
606
|
+
@SpId = params['SpId']
|
|
599
607
|
@SpType = params['SpType']
|
|
600
608
|
@PayAmount = params['PayAmount']
|
|
601
609
|
@StartTime = params['StartTime']
|
|
@@ -605,6 +613,7 @@ module TencentCloud
|
|
|
605
613
|
@Region = params['Region']
|
|
606
614
|
@PayType = params['PayType']
|
|
607
615
|
@BuyTime = params['BuyTime']
|
|
616
|
+
@PromiseAmount = params['PromiseAmount']
|
|
608
617
|
end
|
|
609
618
|
end
|
|
610
619
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-svp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1169
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|