tencentcloud-sdk-essbasic 1.0.324 → 1.0.325
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/v20210526/models.rb +28 -4
- 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: 3031a654ffec1eb8138dfd4e35147f79a1c6fcd3
|
4
|
+
data.tar.gz: f5cc0128a5f1d14fc2d9d5cfd4cc168c0a68433d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad0cfddd11d9249dd709843d36281364cdc2026a77a04a59fa4f327673314533a716eb9b33b8495679ba04adbd4757434a7c02f16b280c8f6c841b0110cc34e5
|
7
|
+
data.tar.gz: e60cbfa266134f10f0083f0a9298a7730e968f587bac801e9f54157241c3a8faccee927925a74ad47500b23a9dfb0463377dc378781d1f4b1605f1ce32992b9e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.325
|
data/lib/v20210526/models.rb
CHANGED
@@ -699,13 +699,22 @@ module TencentCloud
|
|
699
699
|
# @type Operator: :class:`Tencentcloud::Essbasic.v20210526.models.UserInfo`
|
700
700
|
# @param TemplateId: 模板唯一标识
|
701
701
|
# @type TemplateId: String
|
702
|
+
# @param ContentType: 查询内容:0-模版列表及详情(默认),1-仅模版列表
|
703
|
+
# @type ContentType: Integer
|
704
|
+
# @param Limit: 查询个数,默认20,最大100
|
705
|
+
# @type Limit: Integer
|
706
|
+
# @param Offset: 查询偏移位置,默认0
|
707
|
+
# @type Offset: Integer
|
702
708
|
|
703
|
-
attr_accessor :Agent, :Operator, :TemplateId
|
709
|
+
attr_accessor :Agent, :Operator, :TemplateId, :ContentType, :Limit, :Offset
|
704
710
|
|
705
|
-
def initialize(agent=nil, operator=nil, templateid=nil)
|
711
|
+
def initialize(agent=nil, operator=nil, templateid=nil, contenttype=nil, limit=nil, offset=nil)
|
706
712
|
@Agent = agent
|
707
713
|
@Operator = operator
|
708
714
|
@TemplateId = templateid
|
715
|
+
@ContentType = contenttype
|
716
|
+
@Limit = limit
|
717
|
+
@Offset = offset
|
709
718
|
end
|
710
719
|
|
711
720
|
def deserialize(params)
|
@@ -718,6 +727,9 @@ module TencentCloud
|
|
718
727
|
@Operator.deserialize(params['Operator'])
|
719
728
|
end
|
720
729
|
@TemplateId = params['TemplateId']
|
730
|
+
@ContentType = params['ContentType']
|
731
|
+
@Limit = params['Limit']
|
732
|
+
@Offset = params['Offset']
|
721
733
|
end
|
722
734
|
end
|
723
735
|
|
@@ -725,13 +737,22 @@ module TencentCloud
|
|
725
737
|
class DescribeTemplatesResponse < TencentCloud::Common::AbstractModel
|
726
738
|
# @param Templates: 模板详情
|
727
739
|
# @type Templates: Array
|
740
|
+
# @param TotalCount: 查询总数
|
741
|
+
# @type TotalCount: Integer
|
742
|
+
# @param Limit: 查询数量
|
743
|
+
# @type Limit: Integer
|
744
|
+
# @param Offset: 查询起始偏移
|
745
|
+
# @type Offset: Integer
|
728
746
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
729
747
|
# @type RequestId: String
|
730
748
|
|
731
|
-
attr_accessor :Templates, :RequestId
|
749
|
+
attr_accessor :Templates, :TotalCount, :Limit, :Offset, :RequestId
|
732
750
|
|
733
|
-
def initialize(templates=nil, requestid=nil)
|
751
|
+
def initialize(templates=nil, totalcount=nil, limit=nil, offset=nil, requestid=nil)
|
734
752
|
@Templates = templates
|
753
|
+
@TotalCount = totalcount
|
754
|
+
@Limit = limit
|
755
|
+
@Offset = offset
|
735
756
|
@RequestId = requestid
|
736
757
|
end
|
737
758
|
|
@@ -744,6 +765,9 @@ module TencentCloud
|
|
744
765
|
@Templates << templateinfo_tmp
|
745
766
|
end
|
746
767
|
end
|
768
|
+
@TotalCount = params['TotalCount']
|
769
|
+
@Limit = params['Limit']
|
770
|
+
@Offset = params['Offset']
|
747
771
|
@RequestId = params['RequestId']
|
748
772
|
end
|
749
773
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-essbasic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.325
|
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-
|
11
|
+
date: 2022-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|