tencentcloud-sdk-tse 1.0.219 → 1.0.223
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/v20201207/models.rb +6 -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: 216274b28e45b4742eb40baf3b4f94eb2fd26591
|
4
|
+
data.tar.gz: bef80230b0868d196a8bd45acdab9291d1825cd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb21afd038ff165fc67b45137d5d89973193394b5408852310bdd4d8997f50685ed2095331cbc965269df4a8d0ed81bb7fdbc6b971d3e77a981be9cf9a82932e
|
7
|
+
data.tar.gz: 57ef9c34b84b95fcf28035ab04f27a9a3eafcd4377f5f75219607b98b025534821627d4d4df724cf6afe026e52113310672e21f593531372e9ed503887b518f7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.223
|
data/lib/v20201207/models.rb
CHANGED
@@ -117,14 +117,17 @@ module TencentCloud
|
|
117
117
|
# @type Offset: Integer
|
118
118
|
# @param QueryType: 查询类型
|
119
119
|
# @type QueryType: String
|
120
|
+
# @param QuerySource: 调用方来源
|
121
|
+
# @type QuerySource: String
|
120
122
|
|
121
|
-
attr_accessor :Filters, :Limit, :Offset, :QueryType
|
123
|
+
attr_accessor :Filters, :Limit, :Offset, :QueryType, :QuerySource
|
122
124
|
|
123
|
-
def initialize(filters=nil, limit=nil, offset=nil, querytype=nil)
|
125
|
+
def initialize(filters=nil, limit=nil, offset=nil, querytype=nil, querysource=nil)
|
124
126
|
@Filters = filters
|
125
127
|
@Limit = limit
|
126
128
|
@Offset = offset
|
127
129
|
@QueryType = querytype
|
130
|
+
@QuerySource = querysource
|
128
131
|
end
|
129
132
|
|
130
133
|
def deserialize(params)
|
@@ -139,6 +142,7 @@ module TencentCloud
|
|
139
142
|
@Limit = params['Limit']
|
140
143
|
@Offset = params['Offset']
|
141
144
|
@QueryType = params['QueryType']
|
145
|
+
@QuerySource = params['QuerySource']
|
142
146
|
end
|
143
147
|
end
|
144
148
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.223
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|