tencentcloud-sdk-svp 3.0.1160 → 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 +6 -2
- metadata +4 -4
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: 支付金额(单位:元)
|
|
@@ -584,9 +586,10 @@ module TencentCloud
|
|
|
584
586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
585
587
|
# @type PromiseAmount: String
|
|
586
588
|
|
|
587
|
-
attr_accessor :SpType, :PayAmount, :StartTime, :EndTime, :Status, :SavingAmount, :Region, :PayType, :BuyTime, :PromiseAmount
|
|
589
|
+
attr_accessor :SpId, :SpType, :PayAmount, :StartTime, :EndTime, :Status, :SavingAmount, :Region, :PayType, :BuyTime, :PromiseAmount
|
|
588
590
|
|
|
589
|
-
def initialize(sptype=nil, payamount=nil, starttime=nil, endtime=nil, status=nil, savingamount=nil, region=nil, paytype=nil, buytime=nil, promiseamount=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
|
|
590
593
|
@SpType = sptype
|
|
591
594
|
@PayAmount = payamount
|
|
592
595
|
@StartTime = starttime
|
|
@@ -600,6 +603,7 @@ module TencentCloud
|
|
|
600
603
|
end
|
|
601
604
|
|
|
602
605
|
def deserialize(params)
|
|
606
|
+
@SpId = params['SpId']
|
|
603
607
|
@SpType = params['SpType']
|
|
604
608
|
@PayAmount = params['PayAmount']
|
|
605
609
|
@StartTime = params['StartTime']
|
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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-svp.rb
|
|
37
|
-
- lib/v20240125/models.rb
|
|
38
36
|
- lib/v20240125/client.rb
|
|
37
|
+
- lib/v20240125/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-svp.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|