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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190723/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d63756e9a885b62f9e207e1ac182fb7493c412a
|
4
|
+
data.tar.gz: 28cf9af27178327953ddeaefa937301930d07968
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab525ae25a8ae7ea76489c63a28fd87c425be3fa29859db2f2dac2d250e9fcc2ece04bc8b159abb76f0a2a3c15a424fa1982a9aa9adabada701072efb50ba623
|
7
|
+
data.tar.gz: 43bfb07643e92af0d07684598dde83082d84dfd7cb36e1839fcfab9abc84f4268a7f22838b139a6484d83e4295b5e40109d7af1e19ad0fb32e4afa2f20d5c94b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.830
|
data/lib/v20190723/models.rb
CHANGED
@@ -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.
|
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-
|
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
|