tencentcloud-sdk-dsgc 3.0.829 → 3.0.830

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: 4f61f70097dde17d7e25504ebdcfb667f4e5c407
4
- data.tar.gz: bf6bceba8a87eaa66edf9d6d1ee63944064de1b9
3
+ metadata.gz: 8d63756e9a885b62f9e207e1ac182fb7493c412a
4
+ data.tar.gz: 28cf9af27178327953ddeaefa937301930d07968
5
5
  SHA512:
6
- metadata.gz: b431e2a2a0558ddb5a168cf452247ad0943d1505305d3e8522ae3b388f2b9c2f27d7ee52010f1bbd98fe365e9adaaf24ba45e22c959c8f23b7a712d07664ec80
7
- data.tar.gz: f1a31f4aa0af2ea642feef6b78c08198193cb7e03a75e6b6078edf7f5b52a19189bf84a3f7a689b8dda7d3e85e34c40854de55c454c3e29ce8dc47fa46e56a42
6
+ metadata.gz: ab525ae25a8ae7ea76489c63a28fd87c425be3fa29859db2f2dac2d250e9fcc2ece04bc8b159abb76f0a2a3c15a424fa1982a9aa9adabada701072efb50ba623
7
+ data.tar.gz: 43bfb07643e92af0d07684598dde83082d84dfd7cb36e1839fcfab9abc84f4268a7f22838b139a6484d83e4295b5e40109d7af1e19ad0fb32e4afa2f20d5c94b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.829
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.829
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-23 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