tencentcloud-sdk-dsgc 3.0.829 → 3.0.831

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f61f70097dde17d7e25504ebdcfb667f4e5c407
4
- data.tar.gz: bf6bceba8a87eaa66edf9d6d1ee63944064de1b9
3
+ metadata.gz: ae123e39fa190667c46ea480fbab2de6b9878420
4
+ data.tar.gz: 694d236e0084a1090c731d9d2209458e7b4c2631
5
5
  SHA512:
6
- metadata.gz: b431e2a2a0558ddb5a168cf452247ad0943d1505305d3e8522ae3b388f2b9c2f27d7ee52010f1bbd98fe365e9adaaf24ba45e22c959c8f23b7a712d07664ec80
7
- data.tar.gz: f1a31f4aa0af2ea642feef6b78c08198193cb7e03a75e6b6078edf7f5b52a19189bf84a3f7a689b8dda7d3e85e34c40854de55c454c3e29ce8dc47fa46e56a42
6
+ metadata.gz: d6ab73f6715680ee474cfb1764f6e31eb459133d72786aa9e7d8374431f451cc75d9df4ab6fccafef6ce3f91f97159ee05924c844fa12c8f899c65b56dfcd7b5
7
+ data.tar.gz: 68d9f63cbed7187dcb10e3322d216a9f7dff9587cafe34a8479fca22e2149c41fdcb12e59ff9ffe51dec4e92546c73aaedebb7be485f9ddbaa06a0870a964a57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.829
1
+ 3.0.831
@@ -9283,10 +9283,13 @@ module TencentCloud
9283
9283
  # 1: 开启自动续费
9284
9284
  # 2: 明确不自动续费
9285
9285
  # @type RenewFlag: Integer
9286
+ # @param Channel: 实例渠道
9287
+ # 注意:此字段可能返回 null,表示取不到有效值。
9288
+ # @type Channel: String
9286
9289
 
9287
- attr_accessor :DspaId, :DspaName, :DspaDescription, :DBAuthCount, :CosBindCount, :InstanceVersion, :Status, :ExpiredAt, :AppId, :TrialVersion, :TrialEndAt, :DbTotalQuota, :CosTotalQuota, :CosQuotaUnit, :RenewFlag
9290
+ attr_accessor :DspaId, :DspaName, :DspaDescription, :DBAuthCount, :CosBindCount, :InstanceVersion, :Status, :ExpiredAt, :AppId, :TrialVersion, :TrialEndAt, :DbTotalQuota, :CosTotalQuota, :CosQuotaUnit, :RenewFlag, :Channel
9288
9291
 
9289
- def initialize(dspaid=nil, dspaname=nil, dspadescription=nil, dbauthcount=nil, cosbindcount=nil, instanceversion=nil, status=nil, expiredat=nil, appid=nil, trialversion=nil, trialendat=nil, dbtotalquota=nil, costotalquota=nil, cosquotaunit=nil, renewflag=nil)
9292
+ def initialize(dspaid=nil, dspaname=nil, dspadescription=nil, dbauthcount=nil, cosbindcount=nil, instanceversion=nil, status=nil, expiredat=nil, appid=nil, trialversion=nil, trialendat=nil, dbtotalquota=nil, costotalquota=nil, cosquotaunit=nil, renewflag=nil, channel=nil)
9290
9293
  @DspaId = dspaid
9291
9294
  @DspaName = dspaname
9292
9295
  @DspaDescription = dspadescription
@@ -9302,6 +9305,7 @@ module TencentCloud
9302
9305
  @CosTotalQuota = costotalquota
9303
9306
  @CosQuotaUnit = cosquotaunit
9304
9307
  @RenewFlag = renewflag
9308
+ @Channel = channel
9305
9309
  end
9306
9310
 
9307
9311
  def deserialize(params)
@@ -9320,6 +9324,7 @@ module TencentCloud
9320
9324
  @CosTotalQuota = params['CosTotalQuota']
9321
9325
  @CosQuotaUnit = params['CosQuotaUnit']
9322
9326
  @RenewFlag = params['RenewFlag']
9327
+ @Channel = params['Channel']
9323
9328
  end
9324
9329
  end
9325
9330
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dsgc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.829
4
+ version: 3.0.831
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common