tencentcloud-sdk-dsgc 3.0.791 → 3.0.792

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/v20190723/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82c063f94f6cac96d4ccad5fe07502afec423629
4
- data.tar.gz: a224eab80335eb9d73eaa7c32c5d6e84353e65e9
3
+ metadata.gz: efea47d9d21c42d7e3d842f2101ffea8f7a3ab1d
4
+ data.tar.gz: cee4afb75cf0210891fb0437baa51fe0b8f3e42a
5
5
  SHA512:
6
- metadata.gz: 080d143f9455773466c92214b34a7d0a4c2b0a84deff2cfaa877dc18a95363c6c0262f102a4b81e4ac40de951b6041287d69840385edb3efc0bc4aca6d123153
7
- data.tar.gz: a1716b69859461b0f20e4e2dfec63139583b217ad7d71ddf5c59b3b22d9d5d93867eccf7fde3d6dcba93ede270cf4c02ef055f6b73188e2260d2e706974e950f
6
+ metadata.gz: 1bb793cb969083c2c881070e53afc1ce5cc3573284d9beddd8d91d656ff3c1bdc10453c6c76e6a13eacc4bf4a47ed4316093ee65f3939bc844a039c05df603cb
7
+ data.tar.gz: 7afe3021f85bcff9caced1a8901a0177f659c44913d2cd845ff3060ea7cb28955a1e484376e58557e8aed081f32526cd39559dfa5b64a9de4bdd5854d4bdba1c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.791
1
+ 3.0.792
@@ -10257,18 +10257,24 @@ module TencentCloud
10257
10257
  # @type CosRemainQuota: Float
10258
10258
  # @param CosQuotaUnit: COS存储量单位,例如TB。
10259
10259
  # @type CosQuotaUnit: String
10260
+ # @param DBUnbindNum: db月解绑次数
10261
+ # @type DBUnbindNum: Integer
10262
+ # @param COSUnbindNum: cos月解绑次数
10263
+ # @type COSUnbindNum: Integer
10260
10264
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10261
10265
  # @type RequestId: String
10262
10266
 
10263
- attr_accessor :DspaId, :DbTotalQuota, :CosTotalQuota, :DbRemainQuota, :CosRemainQuota, :CosQuotaUnit, :RequestId
10267
+ attr_accessor :DspaId, :DbTotalQuota, :CosTotalQuota, :DbRemainQuota, :CosRemainQuota, :CosQuotaUnit, :DBUnbindNum, :COSUnbindNum, :RequestId
10264
10268
 
10265
- def initialize(dspaid=nil, dbtotalquota=nil, costotalquota=nil, dbremainquota=nil, cosremainquota=nil, cosquotaunit=nil, requestid=nil)
10269
+ def initialize(dspaid=nil, dbtotalquota=nil, costotalquota=nil, dbremainquota=nil, cosremainquota=nil, cosquotaunit=nil, dbunbindnum=nil, cosunbindnum=nil, requestid=nil)
10266
10270
  @DspaId = dspaid
10267
10271
  @DbTotalQuota = dbtotalquota
10268
10272
  @CosTotalQuota = costotalquota
10269
10273
  @DbRemainQuota = dbremainquota
10270
10274
  @CosRemainQuota = cosremainquota
10271
10275
  @CosQuotaUnit = cosquotaunit
10276
+ @DBUnbindNum = dbunbindnum
10277
+ @COSUnbindNum = cosunbindnum
10272
10278
  @RequestId = requestid
10273
10279
  end
10274
10280
 
@@ -10279,6 +10285,8 @@ module TencentCloud
10279
10285
  @DbRemainQuota = params['DbRemainQuota']
10280
10286
  @CosRemainQuota = params['CosRemainQuota']
10281
10287
  @CosQuotaUnit = params['CosQuotaUnit']
10288
+ @DBUnbindNum = params['DBUnbindNum']
10289
+ @COSUnbindNum = params['COSUnbindNum']
10282
10290
  @RequestId = params['RequestId']
10283
10291
  end
10284
10292
  end
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.791
4
+ version: 3.0.792
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-03-26 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common