tencentcloud-sdk-cbs 3.0.427 → 3.0.428

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +26 -26
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a7ad903a6d7f3ea705e7eaf86a7f3d9e7014aaa
4
- data.tar.gz: 1c13ea809d5bf77131e057d4376e6f2458ee6781
3
+ metadata.gz: d4a6cbaf2f53a252cf94257e33b2bf7cccf2c4f0
4
+ data.tar.gz: 6a9928ad5b352e307e77000696633ed76978576c
5
5
  SHA512:
6
- metadata.gz: 0fd1ffa3fbb2f5bd1fd325dd2bd53f59410d37cf6cf7866b59836bf81fe6acf6a313168976a6b2bb27bebf4085077676d4feb01ac64aa29a5766e92750239df2
7
- data.tar.gz: 9865007ce8d1fde10eed04e7a15931088c303120d926f8e9464307b98e13786987dc7037f290f590e3294555d2ddac3584bf0171420dd97c4ae17797dcf94b09
6
+ metadata.gz: 84c97d0da84002aab34e6686032b349b1ad4c04168598ffdd99c6be291f2efabc049758008e742e3284a3c26ee1853256624fe7e522c96f14f2498d6967a74fc
7
+ data.tar.gz: 32bbcab1a4f88cf4bbbbad692c79e3cd53c4e236dcc0df08fb912372511fd0c2370a63c459abc3c472305ce63d5f7dc179cce4e3019a8550914814fda9445772
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.427
1
+ 3.0.428
@@ -2636,58 +2636,58 @@ module TencentCloud
2636
2636
 
2637
2637
  # 预付费订单的费用。
2638
2638
  class PrepayPrice < TencentCloud::Common::AbstractModel
2639
- # @param OriginalPrice: 预付费云盘或快照预支费用的原价,单位:元。
2640
- # 注意:此字段可能返回 null,表示取不到有效值。
2641
- # @type OriginalPrice: Float
2642
2639
  # @param DiscountPrice: 预付费云盘或快照预支费用的折扣价,单位:元。
2643
2640
  # 注意:此字段可能返回 null,表示取不到有效值。
2644
2641
  # @type DiscountPrice: Float
2645
- # @param OriginalPriceHigh: 高精度预付费云盘或快照预支费用的原价,单位:元
2642
+ # @param ChargeUnit: 后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。
2646
2643
  # 注意:此字段可能返回 null,表示取不到有效值。
2647
- # @type OriginalPriceHigh: String
2648
- # @param DiscountPriceHigh: 高精度预付费云盘或快照预支费用的折扣价,单位:元
2644
+ # @type ChargeUnit: String
2645
+ # @param UnitPriceHigh: 高精度后付费云盘原单价, 单位:元
2649
2646
  # 注意:此字段可能返回 null,表示取不到有效值。
2650
- # @type DiscountPriceHigh: String
2651
- # @param UnitPrice: 后付费云盘原单价,单位:元。
2647
+ # @type UnitPriceHigh: String
2648
+ # @param OriginalPriceHigh: 高精度预付费云盘或快照预支费用的原价,单位:元
2652
2649
  # 注意:此字段可能返回 null,表示取不到有效值。
2653
- # @type UnitPrice: Float
2654
- # @param ChargeUnit: 后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。
2650
+ # @type OriginalPriceHigh: String
2651
+ # @param OriginalPrice: 预付费云盘或快照预支费用的原价,单位:元。
2655
2652
  # 注意:此字段可能返回 null,表示取不到有效值。
2656
- # @type ChargeUnit: String
2653
+ # @type OriginalPrice: Float
2657
2654
  # @param UnitPriceDiscount: 后付费云盘折扣单价,单位:元。
2658
2655
  # 注意:此字段可能返回 null,表示取不到有效值。
2659
2656
  # @type UnitPriceDiscount: Float
2660
- # @param UnitPriceHigh: 高精度后付费云盘原单价, 单位:元
2661
- # 注意:此字段可能返回 null,表示取不到有效值。
2662
- # @type UnitPriceHigh: String
2663
2657
  # @param UnitPriceDiscountHigh: 高精度后付费云盘折扣单价, 单位:元
2664
2658
  # 注意:此字段可能返回 null,表示取不到有效值。
2665
2659
  # @type UnitPriceDiscountHigh: String
2660
+ # @param DiscountPriceHigh: 高精度预付费云盘或快照预支费用的折扣价,单位:元
2661
+ # 注意:此字段可能返回 null,表示取不到有效值。
2662
+ # @type DiscountPriceHigh: String
2663
+ # @param UnitPrice: 后付费云盘原单价,单位:元。
2664
+ # 注意:此字段可能返回 null,表示取不到有效值。
2665
+ # @type UnitPrice: Float
2666
2666
 
2667
- attr_accessor :OriginalPrice, :DiscountPrice, :OriginalPriceHigh, :DiscountPriceHigh, :UnitPrice, :ChargeUnit, :UnitPriceDiscount, :UnitPriceHigh, :UnitPriceDiscountHigh
2667
+ attr_accessor :DiscountPrice, :ChargeUnit, :UnitPriceHigh, :OriginalPriceHigh, :OriginalPrice, :UnitPriceDiscount, :UnitPriceDiscountHigh, :DiscountPriceHigh, :UnitPrice
2668
2668
 
2669
- def initialize(originalprice=nil, discountprice=nil, originalpricehigh=nil, discountpricehigh=nil, unitprice=nil, chargeunit=nil, unitpricediscount=nil, unitpricehigh=nil, unitpricediscounthigh=nil)
2670
- @OriginalPrice = originalprice
2669
+ def initialize(discountprice=nil, chargeunit=nil, unitpricehigh=nil, originalpricehigh=nil, originalprice=nil, unitpricediscount=nil, unitpricediscounthigh=nil, discountpricehigh=nil, unitprice=nil)
2671
2670
  @DiscountPrice = discountprice
2672
- @OriginalPriceHigh = originalpricehigh
2673
- @DiscountPriceHigh = discountpricehigh
2674
- @UnitPrice = unitprice
2675
2671
  @ChargeUnit = chargeunit
2676
- @UnitPriceDiscount = unitpricediscount
2677
2672
  @UnitPriceHigh = unitpricehigh
2673
+ @OriginalPriceHigh = originalpricehigh
2674
+ @OriginalPrice = originalprice
2675
+ @UnitPriceDiscount = unitpricediscount
2678
2676
  @UnitPriceDiscountHigh = unitpricediscounthigh
2677
+ @DiscountPriceHigh = discountpricehigh
2678
+ @UnitPrice = unitprice
2679
2679
  end
2680
2680
 
2681
2681
  def deserialize(params)
2682
- @OriginalPrice = params['OriginalPrice']
2683
2682
  @DiscountPrice = params['DiscountPrice']
2684
- @OriginalPriceHigh = params['OriginalPriceHigh']
2685
- @DiscountPriceHigh = params['DiscountPriceHigh']
2686
- @UnitPrice = params['UnitPrice']
2687
2683
  @ChargeUnit = params['ChargeUnit']
2688
- @UnitPriceDiscount = params['UnitPriceDiscount']
2689
2684
  @UnitPriceHigh = params['UnitPriceHigh']
2685
+ @OriginalPriceHigh = params['OriginalPriceHigh']
2686
+ @OriginalPrice = params['OriginalPrice']
2687
+ @UnitPriceDiscount = params['UnitPriceDiscount']
2690
2688
  @UnitPriceDiscountHigh = params['UnitPriceDiscountHigh']
2689
+ @DiscountPriceHigh = params['DiscountPriceHigh']
2690
+ @UnitPrice = params['UnitPrice']
2691
2691
  end
2692
2692
  end
2693
2693
 
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.427
4
+ version: 3.0.428
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2022-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common