tencentcloud-sdk-cdc 3.0.473 → 3.0.475

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: 351c920da9e6fdf905a4505111b17979d74ed7ae
4
- data.tar.gz: 70e4a68687ee69315831ee23ade01d9da32b61a5
3
+ metadata.gz: 954de99a6781f5f8cd640b85ce2e5249308e870c
4
+ data.tar.gz: e6e83e943238180155cc8aaf5e3baf01b6f43e52
5
5
  SHA512:
6
- metadata.gz: 8ea08673d09d50f5299c60ef9b5706c79bc053a6746c112346d2bfabfced27a5e486f2843226679e8fe0ed60c0b1b7393c05def02a96b5d200b1f0da641ca240
7
- data.tar.gz: c7f96505fe76ed21437372d3d3fd6ec180a0a17488d548e179ca9a762b64c05fcc968d17e5b62a6eac55bc855c3eaa67505c01f1fc7936e67b9035403fd1c089
6
+ metadata.gz: d8412d083eb04d12ffc83f6725517f8099c6ff4ddc3e0d0e4ff96144eb2f5cad20a6664f4631cf9997e01cb911032300150a2748ce534010fa7e867414e61cf0
7
+ data.tar.gz: 88ab644fd82b2f433834317ae00bb03affcb894fb7d90e05bb4ea1683fceaba909211a6269f7dc78e3b605cc0ab66d3a0d14dab9b560e3d3ff069113ae07fbad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.473
1
+ 3.0.475
@@ -492,10 +492,13 @@ module TencentCloud
492
492
  # @param TimeSpan: 购买时长
493
493
  # 注意:此字段可能返回 null,表示取不到有效值。
494
494
  # @type TimeSpan: Integer
495
+ # @param OrderType: 订单类型
496
+ # 注意:此字段可能返回 null,表示取不到有效值。
497
+ # @type OrderType: String
495
498
 
496
- attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan
499
+ attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan, :OrderType
497
500
 
498
- def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil)
501
+ def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil, ordertype=nil)
499
502
  @DedicatedClusterId = dedicatedclusterid
500
503
  @DedicatedClusterTypeId = dedicatedclustertypeid
501
504
  @SupportedStorageType = supportedstoragetype
@@ -515,6 +518,7 @@ module TencentCloud
515
518
  @PayType = paytype
516
519
  @TimeUnit = timeunit
517
520
  @TimeSpan = timespan
521
+ @OrderType = ordertype
518
522
  end
519
523
 
520
524
  def deserialize(params)
@@ -544,6 +548,7 @@ module TencentCloud
544
548
  @PayType = params['PayType']
545
549
  @TimeUnit = params['TimeUnit']
546
550
  @TimeSpan = params['TimeSpan']
551
+ @OrderType = params['OrderType']
547
552
  end
548
553
  end
549
554
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.473
4
+ version: 3.0.475
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-12-14 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common