tencentcloud-sdk-dsgc 3.0.828 → 3.0.830

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: dacaac6a8ad684558d8f71c07dba1412b619572e
4
- data.tar.gz: 4d2ba23fea34d2228286525ecbb462ff14a53a8b
3
+ metadata.gz: 8d63756e9a885b62f9e207e1ac182fb7493c412a
4
+ data.tar.gz: 28cf9af27178327953ddeaefa937301930d07968
5
5
  SHA512:
6
- metadata.gz: bccc3ad0b8391639e69799c360be155766eb5b220bda6a3ccde508449b389f30bd5da8d6a959071163f693b84092f660284903ff38a2f55fdc2a472c559e85e5
7
- data.tar.gz: 48cca694c63e27a4836c0dd98a284107ef63b235287cc4f3e7f1cab750b04d6dff43dfde484eda60464c94142acacb731328e6bd7f281844b8514a5203030e3d
6
+ metadata.gz: ab525ae25a8ae7ea76489c63a28fd87c425be3fa29859db2f2dac2d250e9fcc2ece04bc8b159abb76f0a2a3c15a424fa1982a9aa9adabada701072efb50ba623
7
+ data.tar.gz: 43bfb07643e92af0d07684598dde83082d84dfd7cb36e1839fcfab9abc84f4268a7f22838b139a6484d83e4295b5e40109d7af1e19ad0fb32e4afa2f20d5c94b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.828
1
+ 3.0.830
@@ -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.828
4
+ version: 3.0.830
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-22 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common