tencentcloud-sdk-cbs 3.0.1027 → 3.0.1028
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/v20170312/models.rb +0 -2
- 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: ada3f4937f69de2ef867ef04372fda8aefee9c83
|
4
|
+
data.tar.gz: 21c3d8a7909f8f28926b6c25ee34e3b65f7953b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4486a68730254d2d625092715e3db6be8f3b32fdda437378c208183d54b3b48f1d0fb91fff8fdc1845d75787df5d88d5e57b5d32781f81b429e785506a97574e
|
7
|
+
data.tar.gz: 15e80bcebb0a4971aee8e34f5558e35c03cec162803b38f0accda3c39da72689e1c583201a14bd655a99db4ae2acdabd6ce75ae0cd9c997d386603e5e3f87f57
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1028
|
data/lib/v20170312/models.rb
CHANGED
@@ -1783,7 +1783,6 @@ module TencentCloud
|
|
1783
1783
|
# 描述购买云盘时的费用明细。
|
1784
1784
|
class DetailPrice < TencentCloud::Common::AbstractModel
|
1785
1785
|
# @param PriceTitle: 描述计费项目名称。
|
1786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1787
1786
|
# @type PriceTitle: String
|
1788
1787
|
# @param PriceName: 描述计费项目显示名称,用户控制台展示。
|
1789
1788
|
# @type PriceName: String
|
@@ -3029,7 +3028,6 @@ module TencentCloud
|
|
3029
3028
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3030
3029
|
# @type UnitPrice: Float
|
3031
3030
|
# @param DetailPrices: 计费项目明细列表。
|
3032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3033
3031
|
# @type DetailPrices: Array
|
3034
3032
|
|
3035
3033
|
attr_accessor :DiscountPrice, :ChargeUnit, :UnitPriceHigh, :OriginalPriceHigh, :OriginalPrice, :UnitPriceDiscount, :UnitPriceDiscountHigh, :DiscountPriceHigh, :UnitPrice, :DetailPrices
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cbs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1028
|
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-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|