tencentcloud-sdk-cwp 3.0.489 → 3.0.490
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/v20180228/models.rb +6 -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: 1fc0a0b25e5e0fb8488604d9f7e11f437e358123
|
|
4
|
+
data.tar.gz: 4ddfa65feceb5255d5a13a271c246c61555ebb8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23a3bb43a289ffc5514f67352a183151a1bce6148e19a2809f3d69cd014c09395d0c9acbb38a1a599db927564905d424e3175ebda8682cdfbe8f3142dbf171a8
|
|
7
|
+
data.tar.gz: fec28a1cd3190cce260c21634f02563bd2a7d2bdae5d67feebc3b68b881e8ef745b75f1c80ea61fb5a9de1e9ab9e467f49c06884b4ac96a05edcf76c4fa702fb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.490
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -13499,15 +13499,18 @@ module TencentCloud
|
|
|
13499
13499
|
# @type ProVersionNum: Integer
|
|
13500
13500
|
# @param UltimateVersionNum: 旗舰版数量
|
|
13501
13501
|
# @type UltimateVersionNum: Integer
|
|
13502
|
+
# @param GeneralVersionNum: 普惠版数量
|
|
13503
|
+
# @type GeneralVersionNum: Integer
|
|
13502
13504
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13503
13505
|
# @type RequestId: String
|
|
13504
13506
|
|
|
13505
|
-
attr_accessor :BasicVersionNum, :ProVersionNum, :UltimateVersionNum, :RequestId
|
|
13507
|
+
attr_accessor :BasicVersionNum, :ProVersionNum, :UltimateVersionNum, :GeneralVersionNum, :RequestId
|
|
13506
13508
|
|
|
13507
|
-
def initialize(basicversionnum=nil, proversionnum=nil, ultimateversionnum=nil, requestid=nil)
|
|
13509
|
+
def initialize(basicversionnum=nil, proversionnum=nil, ultimateversionnum=nil, generalversionnum=nil, requestid=nil)
|
|
13508
13510
|
@BasicVersionNum = basicversionnum
|
|
13509
13511
|
@ProVersionNum = proversionnum
|
|
13510
13512
|
@UltimateVersionNum = ultimateversionnum
|
|
13513
|
+
@GeneralVersionNum = generalversionnum
|
|
13511
13514
|
@RequestId = requestid
|
|
13512
13515
|
end
|
|
13513
13516
|
|
|
@@ -13515,6 +13518,7 @@ module TencentCloud
|
|
|
13515
13518
|
@BasicVersionNum = params['BasicVersionNum']
|
|
13516
13519
|
@ProVersionNum = params['ProVersionNum']
|
|
13517
13520
|
@UltimateVersionNum = params['UltimateVersionNum']
|
|
13521
|
+
@GeneralVersionNum = params['GeneralVersionNum']
|
|
13518
13522
|
@RequestId = params['RequestId']
|
|
13519
13523
|
end
|
|
13520
13524
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.490
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|