tencentcloud-sdk-tkgdq 3.0.589 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190411/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87a5b2ce48cf7bd2a802291dfe68ea39f05d9192
4
- data.tar.gz: 38ba02b91bab91000854acf65083f3f6dcb8559a
3
+ metadata.gz: 76e8d49a966bb77ffdb8f2c1647bb62ab7004c70
4
+ data.tar.gz: 6ec71eba951acb9b7848ff66e3907f6d079eddc3
5
5
  SHA512:
6
- metadata.gz: 65cc72dec7b64fe603af7834b41733f9096e0abf5df8773bd362c1a79aac1fd2c9f7528e861e240e1f266dfea7f512a0838c080839bac947b36ddf603b2889b7
7
- data.tar.gz: 0f1cdc83f96732a2a123d721d2907a50f3ab47a43a6d9d7d520f68f7e19973f582b31f13b68d1ebefb44c17a977c03d849dcc0647855369943cadcc6949d05ad
6
+ metadata.gz: 10b0459d25e650341eeac732257c2f62a6d84f87a1fe4d41e44cc2e574f0ea14643205f4110a4ad6ec803333bb65d12353906ee7b17ab79cddd5f93ec7ce48dd
7
+ data.tar.gz: 116aadd42b1138d27ac85c92b7a6ce1210a4562a360ebacb2f14405e62fd93e50e828b9d060f468ead1a3e4be900370f95f01762fab8d609f34a0d5055a39b44
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type EntityName: String
24
24
 
25
25
  attr_accessor :EntityName
26
-
26
+
27
27
  def initialize(entityname=nil)
28
28
  @EntityName = entityname
29
29
  end
@@ -41,7 +41,7 @@ module TencentCloud
41
41
  # @type RequestId: String
42
42
 
43
43
  attr_accessor :Content, :RequestId
44
-
44
+
45
45
  def initialize(content=nil, requestid=nil)
46
46
  @Content = content
47
47
  @RequestId = requestid
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type RightEntityName: String
62
62
 
63
63
  attr_accessor :LeftEntityName, :RightEntityName
64
-
64
+
65
65
  def initialize(leftentityname=nil, rightentityname=nil)
66
66
  @LeftEntityName = leftentityname
67
67
  @RightEntityName = rightentityname
@@ -81,7 +81,7 @@ module TencentCloud
81
81
  # @type RequestId: String
82
82
 
83
83
  attr_accessor :Content, :RequestId
84
-
84
+
85
85
  def initialize(content=nil, requestid=nil)
86
86
  @Content = content
87
87
  @RequestId = requestid
@@ -106,7 +106,7 @@ module TencentCloud
106
106
  # @type TripleCondition: String
107
107
 
108
108
  attr_accessor :TripleCondition
109
-
109
+
110
110
  def initialize(triplecondition=nil)
111
111
  @TripleCondition = triplecondition
112
112
  end
@@ -124,7 +124,7 @@ module TencentCloud
124
124
  # @type RequestId: String
125
125
 
126
126
  attr_accessor :Content, :RequestId
127
-
127
+
128
128
  def initialize(content=nil, requestid=nil)
129
129
  @Content = content
130
130
  @RequestId = requestid
@@ -153,7 +153,7 @@ module TencentCloud
153
153
  # @type Relation: String
154
154
 
155
155
  attr_accessor :Object, :Subject, :Relation
156
-
156
+
157
157
  def initialize(object=nil, subject=nil, relation=nil)
158
158
  @Object = object
159
159
  @Subject = subject
@@ -191,7 +191,7 @@ module TencentCloud
191
191
  # @type Popular: Array
192
192
 
193
193
  attr_accessor :Id, :Name, :Popular
194
-
194
+
195
195
  def initialize(id=nil, name=nil, popular=nil)
196
196
  @Id = id
197
197
  @Name = name
@@ -215,7 +215,7 @@ module TencentCloud
215
215
  # @type Popular: Array
216
216
 
217
217
  attr_accessor :Id, :Name, :Popular
218
-
218
+
219
219
  def initialize(id=nil, name=nil, popular=nil)
220
220
  @Id = id
221
221
  @Name = name
@@ -241,7 +241,7 @@ module TencentCloud
241
241
  # @type Popular: Integer
242
242
 
243
243
  attr_accessor :Id, :Name, :Order, :Popular
244
-
244
+
245
245
  def initialize(id=nil, name=nil, order=nil, popular=nil)
246
246
  @Id = id
247
247
  @Name = name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tkgdq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common