tencentcloud-sdk-partners 3.0.596 → 3.0.597
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/v20180321/models.rb +7 -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: 5dcd348a6938d971c0fee40b93f1f38c7e196dc0
|
4
|
+
data.tar.gz: 4c7eeab57b4b9f3c1241fc0f54a1850285bac8a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9c7d79b3aa33046307c54217bdcd4de62ead84dc2cf75cef35b45c360fd72bb99a2064511b76f2ffb9ccb4cdd958b894cd05472b17377508a27c262720ab327
|
7
|
+
data.tar.gz: 30fcbd1c39aa5b72df92cb3928e3302b32418a4c0e56f838e9c634a92bc82982eb5419585e7299e7c6b0d040491738ae8cf1c9599816fa3e9f10d8748d82c5e5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.597
|
data/lib/v20180321/models.rb
CHANGED
@@ -304,10 +304,13 @@ module TencentCloud
|
|
304
304
|
# @param UpdateTime: 订单更新时间
|
305
305
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
306
306
|
# @type UpdateTime: String
|
307
|
+
# @param ResourceIds: 资源id
|
308
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
|
+
# @type ResourceIds: Array
|
307
310
|
|
308
|
-
attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime
|
311
|
+
attr_accessor :DealId, :DealName, :GoodsCategoryId, :OwnerUin, :AppId, :GoodsNum, :GoodsPrice, :Creater, :CreatTime, :PayEndTime, :BillId, :Payer, :DealStatus, :Status, :GoodsName, :ClientRemark, :ActionType, :VoucherDecline, :BigDealId, :ClientType, :ProjectType, :SalesUin, :PayerMode, :ActivityId, :OverdueTime, :ProductInfo, :PaymentMethod, :UpdateTime, :ResourceIds
|
309
312
|
|
310
|
-
def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil)
|
313
|
+
def initialize(dealid=nil, dealname=nil, goodscategoryid=nil, owneruin=nil, appid=nil, goodsnum=nil, goodsprice=nil, creater=nil, creattime=nil, payendtime=nil, billid=nil, payer=nil, dealstatus=nil, status=nil, goodsname=nil, clientremark=nil, actiontype=nil, voucherdecline=nil, bigdealid=nil, clienttype=nil, projecttype=nil, salesuin=nil, payermode=nil, activityid=nil, overduetime=nil, productinfo=nil, paymentmethod=nil, updatetime=nil, resourceids=nil)
|
311
314
|
@DealId = dealid
|
312
315
|
@DealName = dealname
|
313
316
|
@GoodsCategoryId = goodscategoryid
|
@@ -336,6 +339,7 @@ module TencentCloud
|
|
336
339
|
@ProductInfo = productinfo
|
337
340
|
@PaymentMethod = paymentmethod
|
338
341
|
@UpdateTime = updatetime
|
342
|
+
@ResourceIds = resourceids
|
339
343
|
end
|
340
344
|
|
341
345
|
def deserialize(params)
|
@@ -377,6 +381,7 @@ module TencentCloud
|
|
377
381
|
end
|
378
382
|
@PaymentMethod = params['PaymentMethod']
|
379
383
|
@UpdateTime = params['UpdateTime']
|
384
|
+
@ResourceIds = params['ResourceIds']
|
380
385
|
end
|
381
386
|
end
|
382
387
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-partners
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.597
|
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-06-
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|