tencentcloud-sdk-trp 3.0.771 → 3.0.773
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210515/models.rb +18 -10
- 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: f755f628f683c82e6d5390b75a7efabbce757850
|
4
|
+
data.tar.gz: 84549c56146ce18246a7ecb50aa0f1307d2d7891
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b46440663a0873309a8572147edae05da7e0c0d86d5dda41f84e88a325d25d023a39250fc9a6c2db4cdbfa32a4354a34ea12e4dcd8a26798afdb0a1f21144f1
|
7
|
+
data.tar.gz: eaa335d634e1f00be72e48bcf425d6e2ded496ac1ae1b6f6e3a8e2238b8d3de06cfcc12ef9f52f129c12a3bf264f57c3df325a7f9d7425c793389aea8f560291
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.773
|
data/lib/v20210515/models.rb
CHANGED
@@ -209,8 +209,8 @@ module TencentCloud
|
|
209
209
|
|
210
210
|
attr_accessor :BatchId, :CorpId, :BatchCode, :CodeCnt, :MerchantId, :ProductId, :BatchType, :Remark, :MpTpl, :Status, :CreateTime, :UpdateTime, :MerchantName, :ProductName, :Ext, :TplName, :Job, :ProductionDate, :ValidDate, :Attrs
|
211
211
|
extend Gem::Deprecate
|
212
|
-
deprecate :Ext, :none,
|
213
|
-
deprecate :Ext=, :none,
|
212
|
+
deprecate :Ext, :none, 2024, 3
|
213
|
+
deprecate :Ext=, :none, 2024, 3
|
214
214
|
|
215
215
|
def initialize(batchid=nil, corpid=nil, batchcode=nil, codecnt=nil, merchantid=nil, productid=nil, batchtype=nil, remark=nil, mptpl=nil, status=nil, createtime=nil, updatetime=nil, merchantname=nil, productname=nil, ext=nil, tplname=nil, job=nil, productiondate=nil, validdate=nil, attrs=nil)
|
216
216
|
@BatchId = batchid
|
@@ -1572,10 +1572,12 @@ module TencentCloud
|
|
1572
1572
|
# @type BatchType: String
|
1573
1573
|
# @param CorpId: 企业ID
|
1574
1574
|
# @type CorpId: Integer
|
1575
|
+
# @param Status: 批次状态
|
1576
|
+
# @type Status: Integer
|
1575
1577
|
|
1576
|
-
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId
|
1578
|
+
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId, :Status
|
1577
1579
|
|
1578
|
-
def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil)
|
1580
|
+
def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil, status=nil)
|
1579
1581
|
@MerchantId = merchantid
|
1580
1582
|
@ProductId = productid
|
1581
1583
|
@Keyword = keyword
|
@@ -1583,6 +1585,7 @@ module TencentCloud
|
|
1583
1585
|
@PageNumber = pagenumber
|
1584
1586
|
@BatchType = batchtype
|
1585
1587
|
@CorpId = corpid
|
1588
|
+
@Status = status
|
1586
1589
|
end
|
1587
1590
|
|
1588
1591
|
def deserialize(params)
|
@@ -1593,6 +1596,7 @@ module TencentCloud
|
|
1593
1596
|
@PageNumber = params['PageNumber']
|
1594
1597
|
@BatchType = params['BatchType']
|
1595
1598
|
@CorpId = params['CorpId']
|
1599
|
+
@Status = params['Status']
|
1596
1600
|
end
|
1597
1601
|
end
|
1598
1602
|
|
@@ -1643,10 +1647,12 @@ module TencentCloud
|
|
1643
1647
|
# @type BatchType: String
|
1644
1648
|
# @param CorpId: 企业ID
|
1645
1649
|
# @type CorpId: Integer
|
1650
|
+
# @param Status: 批次状态
|
1651
|
+
# @type Status: Integer
|
1646
1652
|
|
1647
|
-
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId
|
1653
|
+
attr_accessor :MerchantId, :ProductId, :Keyword, :PageSize, :PageNumber, :BatchType, :CorpId, :Status
|
1648
1654
|
|
1649
|
-
def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil)
|
1655
|
+
def initialize(merchantid=nil, productid=nil, keyword=nil, pagesize=nil, pagenumber=nil, batchtype=nil, corpid=nil, status=nil)
|
1650
1656
|
@MerchantId = merchantid
|
1651
1657
|
@ProductId = productid
|
1652
1658
|
@Keyword = keyword
|
@@ -1654,6 +1660,7 @@ module TencentCloud
|
|
1654
1660
|
@PageNumber = pagenumber
|
1655
1661
|
@BatchType = batchtype
|
1656
1662
|
@CorpId = corpid
|
1663
|
+
@Status = status
|
1657
1664
|
end
|
1658
1665
|
|
1659
1666
|
def deserialize(params)
|
@@ -1664,6 +1671,7 @@ module TencentCloud
|
|
1664
1671
|
@PageNumber = params['PageNumber']
|
1665
1672
|
@BatchType = params['BatchType']
|
1666
1673
|
@CorpId = params['CorpId']
|
1674
|
+
@Status = params['Status']
|
1667
1675
|
end
|
1668
1676
|
end
|
1669
1677
|
|
@@ -2590,8 +2598,8 @@ module TencentCloud
|
|
2590
2598
|
|
2591
2599
|
attr_accessor :Products, :TotalCount, :ScanLogs, :RequestId
|
2592
2600
|
extend Gem::Deprecate
|
2593
|
-
deprecate :Products, :none,
|
2594
|
-
deprecate :Products=, :none,
|
2601
|
+
deprecate :Products, :none, 2024, 3
|
2602
|
+
deprecate :Products=, :none, 2024, 3
|
2595
2603
|
|
2596
2604
|
def initialize(products=nil, totalcount=nil, scanlogs=nil, requestid=nil)
|
2597
2605
|
@Products = products
|
@@ -3002,8 +3010,8 @@ module TencentCloud
|
|
3002
3010
|
|
3003
3011
|
attr_accessor :Value
|
3004
3012
|
extend Gem::Deprecate
|
3005
|
-
deprecate :Value, :none,
|
3006
|
-
deprecate :Value=, :none,
|
3013
|
+
deprecate :Value, :none, 2024, 3
|
3014
|
+
deprecate :Value=, :none, 2024, 3
|
3007
3015
|
|
3008
3016
|
def initialize(value=nil)
|
3009
3017
|
@Value = value
|
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.
|
4
|
+
version: 3.0.773
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|