tencentcloud-sdk-trp 3.0.402 → 3.0.403

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: 964bacf40bbab55b7d69b8be4889c40820d49246
4
+ data.tar.gz: fa290e90192a9872c12a39424f52919f46c88736
5
5
  SHA512:
6
- metadata.gz: 002dbd3db420cd91e1cceb65d4436c4110e81463747164a87f17f2a9296accfe0d616330399c99f782e442d55511dcb26b62568c2196b8685490744d1aa33bbb
7
- data.tar.gz: 6b02143fb77807063439a234c65ceba798c4ae1d3e80c5df8326530ee1d8071b5e690428410b262fefe2042a7edcff8fd80e0fdfc4871ec8698e262a5d213d2a
6
+ metadata.gz: 3b0d78f22425264deae12c91bdacb68c256f8c343cfa83077ad1a471374f5cb35371940e86a558fca275c89c04e09f9ba4cc1a328c10f96d2978bf2bd6196363
7
+ data.tar.gz: 6cd9fd725a093f01fd5d335b0701dd2b368ac8449691113781dd3a1545e05ea8cee2b02441886db8534c10278ae4cff1784a39dd502562b9caf1cdcf047ce9b0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.402
1
+ 3.0.403
@@ -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.403
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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common