tencentcloud-sdk-iottid 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 +19 -19
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea58718ba44bdb63f7342e8f1f35e004a1ad1da4
4
- data.tar.gz: c729b48fa5c382c3d6ff176dc228936965a72d44
3
+ metadata.gz: 18f2cac03403c228bb3806b68cdeb81d7e6eefe4
4
+ data.tar.gz: be4687e75d62c1a13abc90b8020d1f9f51752c78
5
5
  SHA512:
6
- metadata.gz: 40f09465fa7d4d03755b9d7534b71f9ca158cd1f1ecea6472f09073c58924de4b0d0463ed83e346a4f034ca57f0854aa06efb89d2d4e391a8d836cb88d43d8a7
7
- data.tar.gz: a36d76b6be77199ab75748a1d2b024f18b9e59b54d47ea76378a0c18dfb13045f9507c1831cbc7facff8a942838125a9e542ded585dc1918a27f3e3386ff5a18
6
+ metadata.gz: 6b1b272b0ec8d472e2f78b866e29c2bb18521d1fd9b68bca794edfcc59d9a79c5908e9f79ec61772986f03196c1e8005a89908e91b76bb3107e2bd8f5c2c1c82
7
+ data.tar.gz: 1c69e2f18d8538851aa2395e642359a0ab16a15ce95b0a38383079ac7c7cf452eb91f760abbde7a69521a16a34ec74ce346be04c48085a853a46e15f8d9e9104
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type Data: String
24
24
 
25
25
  attr_accessor :Data
26
-
26
+
27
27
  def initialize(data=nil)
28
28
  @Data = data
29
29
  end
@@ -41,7 +41,7 @@ module TencentCloud
41
41
  # @type RequestId: String
42
42
 
43
43
  attr_accessor :Pass, :RequestId
44
-
44
+
45
45
  def initialize(pass=nil, requestid=nil)
46
46
  @Pass = pass
47
47
  @RequestId = requestid
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type Tid: String
62
62
 
63
63
  attr_accessor :OrderId, :Tid
64
-
64
+
65
65
  def initialize(orderid=nil, tid=nil)
66
66
  @OrderId = orderid
67
67
  @Tid = tid
@@ -81,7 +81,7 @@ module TencentCloud
81
81
  # @type RequestId: String
82
82
 
83
83
  attr_accessor :Tid, :RequestId
84
-
84
+
85
85
  def initialize(tid=nil, requestid=nil)
86
86
  @Tid = tid
87
87
  @RequestId = requestid
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  # @type Tid: String
102
102
 
103
103
  attr_accessor :OrderId, :Tid
104
-
104
+
105
105
  def initialize(orderid=nil, tid=nil)
106
106
  @OrderId = orderid
107
107
  @Tid = tid
@@ -125,7 +125,7 @@ module TencentCloud
125
125
  # @type RequestId: String
126
126
 
127
127
  attr_accessor :RemaindCount, :Tid, :ProductKey, :RequestId
128
-
128
+
129
129
  def initialize(remaindcount=nil, tid=nil, productkey=nil, requestid=nil)
130
130
  @RemaindCount = remaindcount
131
131
  @Tid = tid
@@ -149,7 +149,7 @@ module TencentCloud
149
149
  # @type Quantity: Integer
150
150
 
151
151
  attr_accessor :OrderId, :Quantity
152
-
152
+
153
153
  def initialize(orderid=nil, quantity=nil)
154
154
  @OrderId = orderid
155
155
  @Quantity = quantity
@@ -172,7 +172,7 @@ module TencentCloud
172
172
  # @type RequestId: String
173
173
 
174
174
  attr_accessor :TidSet, :ProductKey, :RequestId
175
-
175
+
176
176
  def initialize(tidset=nil, productkey=nil, requestid=nil)
177
177
  @TidSet = tidset
178
178
  @ProductKey = productkey
@@ -199,7 +199,7 @@ module TencentCloud
199
199
  # @type OrderId: String
200
200
 
201
201
  attr_accessor :OrderId
202
-
202
+
203
203
  def initialize(orderid=nil)
204
204
  @OrderId = orderid
205
205
  end
@@ -217,7 +217,7 @@ module TencentCloud
217
217
  # @type RequestId: String
218
218
 
219
219
  attr_accessor :Quantity, :RequestId
220
-
220
+
221
221
  def initialize(quantity=nil, requestid=nil)
222
222
  @Quantity = quantity
223
223
  @RequestId = requestid
@@ -232,7 +232,7 @@ module TencentCloud
232
232
  # DescribePermission请求参数结构体
233
233
  class DescribePermissionRequest < TencentCloud::Common::AbstractModel
234
234
 
235
-
235
+
236
236
  def initialize()
237
237
  end
238
238
 
@@ -252,7 +252,7 @@ module TencentCloud
252
252
  # @type RequestId: String
253
253
 
254
254
  attr_accessor :EnterpriseUser, :DownloadPermission, :UsePermission, :RequestId
255
-
255
+
256
256
  def initialize(enterpriseuser=nil, downloadpermission=nil, usepermission=nil, requestid=nil)
257
257
  @EnterpriseUser = enterpriseuser
258
258
  @DownloadPermission = downloadpermission
@@ -276,7 +276,7 @@ module TencentCloud
276
276
  # @type Quantity: Integer
277
277
 
278
278
  attr_accessor :OrderId, :Quantity
279
-
279
+
280
280
  def initialize(orderid=nil, quantity=nil)
281
281
  @OrderId = orderid
282
282
  @Quantity = quantity
@@ -297,7 +297,7 @@ module TencentCloud
297
297
  # @type RequestId: String
298
298
 
299
299
  attr_accessor :TidSet, :RequestId
300
-
300
+
301
301
  def initialize(tidset=nil, requestid=nil)
302
302
  @TidSet = tidset
303
303
  @RequestId = requestid
@@ -332,7 +332,7 @@ module TencentCloud
332
332
  # @type DeviceCode: String
333
333
 
334
334
  attr_accessor :Tid, :PublicKey, :PrivateKey, :Psk, :DownloadUrl, :DeviceCode
335
-
335
+
336
336
  def initialize(tid=nil, publickey=nil, privatekey=nil, psk=nil, downloadurl=nil, devicecode=nil)
337
337
  @Tid = tid
338
338
  @PublicKey = publickey
@@ -360,7 +360,7 @@ module TencentCloud
360
360
  # @type OrderId: String
361
361
 
362
362
  attr_accessor :CodeSet, :OrderId
363
-
363
+
364
364
  def initialize(codeset=nil, orderid=nil)
365
365
  @CodeSet = codeset
366
366
  @OrderId = orderid
@@ -388,7 +388,7 @@ module TencentCloud
388
388
  # @type RequestId: String
389
389
 
390
390
  attr_accessor :Count, :ExistedCodeSet, :LeftQuantity, :IllegalCodeSet, :RequestId
391
-
391
+
392
392
  def initialize(count=nil, existedcodeset=nil, leftquantity=nil, illegalcodeset=nil, requestid=nil)
393
393
  @Count = count
394
394
  @ExistedCodeSet = existedcodeset
@@ -412,7 +412,7 @@ module TencentCloud
412
412
  # @type Data: String
413
413
 
414
414
  attr_accessor :Data
415
-
415
+
416
416
  def initialize(data=nil)
417
417
  @Data = data
418
418
  end
@@ -434,7 +434,7 @@ module TencentCloud
434
434
  # @type RequestId: String
435
435
 
436
436
  attr_accessor :Pass, :VerifiedTimes, :LeftTimes, :RequestId
437
-
437
+
438
438
  def initialize(pass=nil, verifiedtimes=nil, lefttimes=nil, requestid=nil)
439
439
  @Pass = pass
440
440
  @VerifiedTimes = verifiedtimes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iottid
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