tencentcloud-sdk-svp 3.0.1002 → 3.0.1004
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 +0 -3
- 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: c6b0a089f9aa61ce44742231ef64e522d3723c72
|
4
|
+
data.tar.gz: 15c1ea084d64a15fec4cfb6be4abe33675d7a921
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c910bf5251d1532d7e46d6c6e017be01ccea099b733972e4e541ac74a4db2e164328e6c9e4b6768379876ab8b485e8f748fb710fb3e5840c5bcbf066c0bf902
|
7
|
+
data.tar.gz: 33cf8ddcc94aa22459becc9487c1dec0b2ec7e69d24ef3b8580a2338dcae4f6ea0f01d0c47adc30eed68e2c2b1e4b91ec66bff720186ba06b4087f2e858431d9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1004
|
data/lib/v20240125/models.rb
CHANGED
@@ -425,10 +425,8 @@ module TencentCloud
|
|
425
425
|
# @param Region: 地域
|
426
426
|
# @type Region: Array
|
427
427
|
# @param PayType: 支付类型
|
428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
429
428
|
# @type PayType: Integer
|
430
429
|
# @param BuyTime: 购买时间 yyyy-mm-dd HH:mm:ss格式
|
431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
432
430
|
# @type BuyTime: String
|
433
431
|
|
434
432
|
attr_accessor :SpType, :PayAmount, :StartTime, :EndTime, :Status, :SavingAmount, :Region, :PayType, :BuyTime
|
@@ -479,7 +477,6 @@ module TencentCloud
|
|
479
477
|
# @param CostAmount: 累计成本金额(单位:元)
|
480
478
|
# @type CostAmount: String
|
481
479
|
# @param Region: 地域
|
482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
483
480
|
# @type Region: Array
|
484
481
|
|
485
482
|
attr_accessor :SpType, :Status, :DeductAmount, :PromiseAmount, :NetSavings, :UtilizationRate, :LossAmount, :DosageAmount, :CostAmount, :Region
|
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.1004
|
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-02-
|
11
|
+
date: 2025-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|