tencentcloud-sdk-car 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/v20220110/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 214e9276c51a8faea93bdcaea0742002cfa5a779
4
- data.tar.gz: 5ccbc04faf8e52be7464ce41845bc9d34086088c
3
+ metadata.gz: 19e81d87f790768d2105d64e5e43cc87ede6a530
4
+ data.tar.gz: 2bb2219d028698abbfb41952a1c7cfb160dcf860
5
5
  SHA512:
6
- metadata.gz: f4bfa92c81424e66558254f7941009f7b9d21b455a63fd7c7557c442a218080aaaeaef42d8f8fc85f759b2200703eab21dcfe26e6eec6021b59fee2a5152715e
7
- data.tar.gz: ea2045d4035ca204ccf1bde2a66830cf86f0bcbc8bd47409479e2cf5769e2250845fa93ca259d35be7eca523b86e84c0d4a5832db8db71c8d638ed469940c0b7
6
+ metadata.gz: 494b4b503d586216cca94cb49f5e90e96a4634fca8a4604843b7e8a6886c0cb953ed231c589b9ea9ed5717df10affcf09f13ccbdb9f7cbb689305add9530ea87
7
+ data.tar.gz: 18624bb3a247d6c81c887b97ac6b131099ef784bf79b07cbb38c34d7a2ebfc4c6cbde1439096fafde7415946e1b7bf008cc6deba8efacd3f039fa63b5fffaf0d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.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