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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b9304c83d8c643630d950fe9edc4196cea584c9
4
- data.tar.gz: bf8c2ed84c330a677f9b3f995a04a67c81fb18a7
3
+ metadata.gz: ada3f4937f69de2ef867ef04372fda8aefee9c83
4
+ data.tar.gz: 21c3d8a7909f8f28926b6c25ee34e3b65f7953b1
5
5
  SHA512:
6
- metadata.gz: d3ffb7222a6c422e47aef7cc91e10ca5e34c476a8824f6df1e3a5a4640e7efc8b748cf62a687a207aef131464ccd23123cec259197ef51c3f12e65cbefd863b8
7
- data.tar.gz: 7391b4dd8a100186cd51751766de42f89909b3f45f0f3fd3445ee6a55667c7be8ad69a1e13ffe9de2cbf86401ca13957740767467d738214776132e12f3f171d
6
+ metadata.gz: 4486a68730254d2d625092715e3db6be8f3b32fdda437378c208183d54b3b48f1d0fb91fff8fdc1845d75787df5d88d5e57b5d32781f81b429e785506a97574e
7
+ data.tar.gz: 15e80bcebb0a4971aee8e34f5558e35c03cec162803b38f0accda3c39da72689e1c583201a14bd655a99db4ae2acdabd6ce75ae0cd9c997d386603e5e3f87f57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1027
1
+ 3.0.1028
@@ -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.1027
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-25 00:00:00.000000000 Z
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