tencentcloud-sdk-dsgc 3.0.791 → 3.0.793

Sign up to get free protection for your applications and to get access to all the features.
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: c52fbce00421c0fca82e030f2dbde15ea3acbc0a
4
+ data.tar.gz: 730fcdd6b564eba1616ae381e6edbe26f1d1c660
5
5
  SHA512:
6
- metadata.gz: 080d143f9455773466c92214b34a7d0a4c2b0a84deff2cfaa877dc18a95363c6c0262f102a4b81e4ac40de951b6041287d69840385edb3efc0bc4aca6d123153
7
- data.tar.gz: a1716b69859461b0f20e4e2dfec63139583b217ad7d71ddf5c59b3b22d9d5d93867eccf7fde3d6dcba93ede270cf4c02ef055f6b73188e2260d2e706974e950f
6
+ metadata.gz: 055c25ce262fbc86d25eb2c73af8564ba93d38ac31367eb39b184b78aee7879ba56d347f44f79617e4335b3bc2f931a0ddbc3e229ee253979961b6f05b4134a2
7
+ data.tar.gz: cdff1a2267e1a2d62ec951da33937dac67e9c3cc91c476cb3ecdb155850b58b021832e59aea4fa00f3c09b655f92bd71d303b2a52f8d3ce3760f856fe8df71bc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.791
1
+ 3.0.793
@@ -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.793
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