tencentcloud-sdk-cwp 3.0.682 → 3.0.684

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: 5870e5b7e90e673bb712db54eac617a46f5d155f
4
- data.tar.gz: 4801788dd27cf6f54e552089ce7e81efcd0a2a70
3
+ metadata.gz: d6a4b423454e47047eacecb73e2ee588a644c301
4
+ data.tar.gz: 468458d27b511b097528664a5fa022853336b551
5
5
  SHA512:
6
- metadata.gz: 73f5329dae467e028ab8966da0a29eaaaa44c85c8302d9db99941c77e1f37c20cc473b25b756951e1479d85c5814e3b14786a6ca92b77309d4d32c4e2f9d2581
7
- data.tar.gz: a0300cc8ed875b4199706eecea0a6160291967f3153cc7e291e3c6afdc46a987512f2892a6dbfb37f74200cace7ab2a02719e86db9dffa9d37e5d1507181e9d9
6
+ metadata.gz: f90aa1d471605ab52bb260668cf2dde5fdbde2e7ac5ba41596b25b1215ed6777b0dd5d8792cfd5be54ce35efef0b9db2c445fa0d4eafd3a08c9bcb8811d1068a
7
+ data.tar.gz: 6f6a4d12c30532316cdc02354e497c7a01f5236e098361c0dce9ba44b73cda18c97316f8d4f204499aaa6f2326d8ed41d708256356be3ba02b950224bbee9264
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.682
1
+ 3.0.684
@@ -6577,18 +6577,21 @@ module TencentCloud
6577
6577
  # @type Deadline: Integer
6578
6578
  # @param RuleName: 规则名称,大资产中心:asset_center
6579
6579
  # @type RuleName: String
6580
+ # @param SourceType: 订单类型, 1 试用 2 赠送 3 体验 4 SSL-证书赠送 5 cvm赠送
6581
+ # @type SourceType: Integer
6580
6582
  # @param RegionId: 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
6581
6583
  # @type RegionId: Integer
6582
6584
  # @param ExtraParam: 额外参数,json字符串,包含ResourceId 资源ID,LicenseType 授权类型
6583
6585
  # @type ExtraParam: String
6584
6586
 
6585
- attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :RegionId, :ExtraParam
6587
+ attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :SourceType, :RegionId, :ExtraParam
6586
6588
 
6587
- def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, regionid=nil, extraparam=nil)
6589
+ def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, sourcetype=nil, regionid=nil, extraparam=nil)
6588
6590
  @LicenseType = licensetype
6589
6591
  @LicenseNum = licensenum
6590
6592
  @Deadline = deadline
6591
6593
  @RuleName = rulename
6594
+ @SourceType = sourcetype
6592
6595
  @RegionId = regionid
6593
6596
  @ExtraParam = extraparam
6594
6597
  end
@@ -6598,6 +6601,7 @@ module TencentCloud
6598
6601
  @LicenseNum = params['LicenseNum']
6599
6602
  @Deadline = params['Deadline']
6600
6603
  @RuleName = params['RuleName']
6604
+ @SourceType = params['SourceType']
6601
6605
  @RegionId = params['RegionId']
6602
6606
  @ExtraParam = params['ExtraParam']
6603
6607
  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.682
4
+ version: 3.0.684
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-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common