tencentcloud-sdk-car 3.0.590 → 3.0.591

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220110/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e93c2342ee48e7096094e6fb171681adf3fdf08
4
- data.tar.gz: 8fe3e739b2bfa72d48f81dfcb2d94a0bc2c5ee3b
3
+ metadata.gz: 19e81d87f790768d2105d64e5e43cc87ede6a530
4
+ data.tar.gz: 2bb2219d028698abbfb41952a1c7cfb160dcf860
5
5
  SHA512:
6
- metadata.gz: 020e8806598f3f061da41ae7946967bce24d73a948115b608e27a90062d0f72d0b2c09eecc462e782fa922dc41e83f3c8116d7f5c8382e926e4fddd693be028c
7
- data.tar.gz: d67c2a1ce9fb88b597f5f99e6b43c53287d7149f306d81c4d664e3f348a0fe3841753bfaf20327caafdd8374bf5fbb81f1e71123ef2c1053c66fd09be03299ac
6
+ metadata.gz: 494b4b503d586216cca94cb49f5e90e96a4634fca8a4604843b7e8a6886c0cb953ed231c589b9ea9ed5717df10affcf09f13ccbdb9f7cbb689305add9530ea87
7
+ data.tar.gz: 18624bb3a247d6c81c887b97ac6b131099ef784bf79b07cbb38c34d7a2ebfc4c6cbde1439096fafde7415946e1b7bf008cc6deba8efacd3f039fa63b5fffaf0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -31,7 +31,7 @@ module TencentCloud
31
31
  # @type ApplicationId: String
32
32
 
33
33
  attr_accessor :UserId, :UserIp, :ProjectId, :ApplicationVersionId, :ApplicationId
34
-
34
+
35
35
  def initialize(userid=nil, userip=nil, projectid=nil, applicationversionid=nil, applicationid=nil)
36
36
  @UserId = userid
37
37
  @UserIp = userip
@@ -55,7 +55,7 @@ module TencentCloud
55
55
  # @type RequestId: String
56
56
 
57
57
  attr_accessor :RequestId
58
-
58
+
59
59
  def initialize(requestid=nil)
60
60
  @RequestId = requestid
61
61
  end
@@ -92,7 +92,7 @@ module TencentCloud
92
92
  # @type Role: String
93
93
 
94
94
  attr_accessor :UserId, :UserIp, :ClientSession, :RunMode, :ApplicationParameters, :HostUserId, :Role
95
-
95
+
96
96
  def initialize(userid=nil, userip=nil, clientsession=nil, runmode=nil, applicationparameters=nil, hostuserid=nil, role=nil)
97
97
  @UserId = userid
98
98
  @UserIp = userip
@@ -122,7 +122,7 @@ module TencentCloud
122
122
  # @type RequestId: String
123
123
 
124
124
  attr_accessor :ServerSession, :RequestId
125
-
125
+
126
126
  def initialize(serversession=nil, requestid=nil)
127
127
  @ServerSession = serversession
128
128
  @RequestId = requestid
@@ -140,7 +140,7 @@ module TencentCloud
140
140
  # @type UserId: String
141
141
 
142
142
  attr_accessor :UserId
143
-
143
+
144
144
  def initialize(userid=nil)
145
145
  @UserId = userid
146
146
  end
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @type RequestId: String
157
157
 
158
158
  attr_accessor :RequestId
159
-
159
+
160
160
  def initialize(requestid=nil)
161
161
  @RequestId = requestid
162
162
  end
@@ -172,7 +172,7 @@ module TencentCloud
172
172
  # @type UserId: String
173
173
 
174
174
  attr_accessor :UserId
175
-
175
+
176
176
  def initialize(userid=nil)
177
177
  @UserId = userid
178
178
  end
@@ -188,7 +188,7 @@ module TencentCloud
188
188
  # @type RequestId: String
189
189
 
190
190
  attr_accessor :RequestId
191
-
191
+
192
192
  def initialize(requestid=nil)
193
193
  @RequestId = requestid
194
194
  end
@@ -204,7 +204,7 @@ module TencentCloud
204
204
  # @type UserId: String
205
205
 
206
206
  attr_accessor :UserId
207
-
207
+
208
208
  def initialize(userid=nil)
209
209
  @UserId = userid
210
210
  end
@@ -220,7 +220,7 @@ module TencentCloud
220
220
  # @type RequestId: String
221
221
 
222
222
  attr_accessor :RequestId
223
-
223
+
224
224
  def initialize(requestid=nil)
225
225
  @RequestId = requestid
226
226
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-car
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