tencentcloud-sdk-cwp 3.0.489 → 3.0.491

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c11b64fa08a0fb8cebbb2cb4a342505df2ddd9b
4
- data.tar.gz: 4e0f9fa3898cda04d79df708a2ac96df4c04f86f
3
+ metadata.gz: 34ada749c79f0dec80470d019e050eca424cd32c
4
+ data.tar.gz: 32d50e9c7df9a4a762e22fcf0eb2b9d061f21e55
5
5
  SHA512:
6
- metadata.gz: 4947b348aaefdbfaadb446f195c5b26116f63b657736df7ffd85c8181061305bde8cf19b3ded661ea5c8206fc0b5aa554d2d3135aef322ddf45e12610c26886b
7
- data.tar.gz: 288c1332152323dcf4fcde0ab9b0cf5cd8d4cc319b802db6ee7ba3a52e4d6e812c8db302515998b030ce307a8469b53976e0d414e4ec3698c3c18cc7ce20c9d9
6
+ metadata.gz: fd9777d45f368ea7ca652d51e740555a03da27d5bab71397a8f03f84ab6a4e55cc33bfc6d497bfb32d819280381975a86f2428a056fd1f35ed4ee7243cac3f5f
7
+ data.tar.gz: 9ac84a0401aacbaa54c8a4ebe68a4a13cd20573402181e325fe8db523e71d8e30b3ec1ccba3e8555387bc1cf1fc83f8ef6ac7bf75a4078500661979f40957ab9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.489
1
+ 3.0.491
@@ -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.489
4
+ version: 3.0.491
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-09 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common