tencentcloud-sdk-tkgdq 3.0.590 → 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: 49188d87c9ecf4f984c60a4746ade53faa21a992
4
- data.tar.gz: 31161dd5861c71dfc5c6905e4b1dc9d9c47a313c
3
+ metadata.gz: 76e8d49a966bb77ffdb8f2c1647bb62ab7004c70
4
+ data.tar.gz: 6ec71eba951acb9b7848ff66e3907f6d079eddc3
5
5
  SHA512:
6
- metadata.gz: bc35e453ff97e9c005907a5bfef0cd620cbdd39e584a62a4ec6e97e64ebdcc18aae01f5367de2659902379762ccd42b67cbda54fec422d6719489cdd8fff149c
7
- data.tar.gz: be63f6ce47271747e5959dfb740a8d7046e81ab829270f31bca252140bf8212dac584b5509abed16962e426b6208a08c0eef6314c674995817930e313d555d47
6
+ metadata.gz: 10b0459d25e650341eeac732257c2f62a6d84f87a1fe4d41e44cc2e574f0ea14643205f4110a4ad6ec803333bb65d12353906ee7b17ab79cddd5f93ec7ce48dd
7
+ data.tar.gz: 116aadd42b1138d27ac85c92b7a6ce1210a4562a360ebacb2f14405e62fd93e50e828b9d060f468ead1a3e4be900370f95f01762fab8d609f34a0d5055a39b44
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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