tencentcloud-sdk-trp 3.0.402 → 3.0.405

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: dee7936e5100e6db20b07beee8fb62e5299c67e2
4
- data.tar.gz: 616b51f5ff00dce4a730dd85ca8ed71ad50e8419
3
+ metadata.gz: 768c2cc81be9deb5eff82281e0a2e8202fad784b
4
+ data.tar.gz: 2d790fed030069b2ff004dc5a8febfb409513ed6
5
5
  SHA512:
6
- metadata.gz: 002dbd3db420cd91e1cceb65d4436c4110e81463747164a87f17f2a9296accfe0d616330399c99f782e442d55511dcb26b62568c2196b8685490744d1aa33bbb
7
- data.tar.gz: 6b02143fb77807063439a234c65ceba798c4ae1d3e80c5df8326530ee1d8071b5e690428410b262fefe2042a7edcff8fd80e0fdfc4871ec8698e262a5d213d2a
6
+ metadata.gz: 369639feb234c9001e554c61061284d6990b5a6f9f656b06bc5af1a14795c3c19633d8c6bc1b87fc9c346ac032fd6e7996c5d7a86307f0e81dc67acf98862f5d
7
+ data.tar.gz: a0b28622b5d9e60cda70b2406cda8075f2eadc5b474502519d654f1fe629ffb6c75edc9899d1b17ee1d46fe9ceef7d19c4474b324b7472f02e986383a586d155
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.402
1
+ 3.0.405
@@ -171,10 +171,12 @@ module TencentCloud
171
171
  # @type Remark: String
172
172
  # @param MpTpl: 活动ID
173
173
  # @type MpTpl: String
174
+ # @param CloneId: 克隆批次ID
175
+ # @type CloneId: String
174
176
 
175
- attr_accessor :CorpId, :MerchantId, :ProductId, :BatchType, :BatchId, :Remark, :MpTpl
177
+ attr_accessor :CorpId, :MerchantId, :ProductId, :BatchType, :BatchId, :Remark, :MpTpl, :CloneId
176
178
 
177
- def initialize(corpid=nil, merchantid=nil, productid=nil, batchtype=nil, batchid=nil, remark=nil, mptpl=nil)
179
+ def initialize(corpid=nil, merchantid=nil, productid=nil, batchtype=nil, batchid=nil, remark=nil, mptpl=nil, cloneid=nil)
178
180
  @CorpId = corpid
179
181
  @MerchantId = merchantid
180
182
  @ProductId = productid
@@ -182,6 +184,7 @@ module TencentCloud
182
184
  @BatchId = batchid
183
185
  @Remark = remark
184
186
  @MpTpl = mptpl
187
+ @CloneId = cloneid
185
188
  end
186
189
 
187
190
  def deserialize(params)
@@ -192,6 +195,7 @@ module TencentCloud
192
195
  @BatchId = params['BatchId']
193
196
  @Remark = params['Remark']
194
197
  @MpTpl = params['MpTpl']
198
+ @CloneId = params['CloneId']
195
199
  end
196
200
  end
197
201
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.402
4
+ version: 3.0.405
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-01 00:00:00.000000000 Z
11
+ date: 2022-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common