tencentcloud-sdk-hasim 3.0.528 → 3.0.530
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210716/models.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e113cfd75e7d0d48df143b2991117893e47a7441
|
4
|
+
data.tar.gz: 29d1a2b12f1632609b9905c73dd40cb870f22844
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd56d31252149306a343cd7c71653aa1c577b473a166d445f5fb2c7725c00934fae0734e9fe27aae28fbf2eab893921096acb42a94b00aa0744a0d834621f28b
|
7
|
+
data.tar.gz: 59752051e2f1a143fc475c8b79fb95962a8d312f84db4f5fc4f1ef6e22eebc0317f79f35b6f3004c8a4be8410b5f30bb9cc81db711e6bab4eead340a5ff16caa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.530
|
data/lib/v20210716/models.rb
CHANGED
@@ -392,10 +392,14 @@ module TencentCloud
|
|
392
392
|
# @type LinkedState: Integer
|
393
393
|
# @param TagIDs: 标签ID 集合
|
394
394
|
# @type TagIDs: Array
|
395
|
+
# @param Limit: 翻页大小, 默认翻页大小为10,最大数量为500
|
396
|
+
# @type Limit: Integer
|
397
|
+
# @param Offset: 翻页起始
|
398
|
+
# @type Offset: Integer
|
395
399
|
|
396
|
-
attr_accessor :LinkID, :ICCID, :IMEI, :Status, :TeleOperator, :TagID, :TacticID, :LinkedState, :TagIDs
|
400
|
+
attr_accessor :LinkID, :ICCID, :IMEI, :Status, :TeleOperator, :TagID, :TacticID, :LinkedState, :TagIDs, :Limit, :Offset
|
397
401
|
|
398
|
-
def initialize(linkid=nil, iccid=nil, imei=nil, status=nil, teleoperator=nil, tagid=nil, tacticid=nil, linkedstate=nil, tagids=nil)
|
402
|
+
def initialize(linkid=nil, iccid=nil, imei=nil, status=nil, teleoperator=nil, tagid=nil, tacticid=nil, linkedstate=nil, tagids=nil, limit=nil, offset=nil)
|
399
403
|
@LinkID = linkid
|
400
404
|
@ICCID = iccid
|
401
405
|
@IMEI = imei
|
@@ -405,6 +409,8 @@ module TencentCloud
|
|
405
409
|
@TacticID = tacticid
|
406
410
|
@LinkedState = linkedstate
|
407
411
|
@TagIDs = tagids
|
412
|
+
@Limit = limit
|
413
|
+
@Offset = offset
|
408
414
|
end
|
409
415
|
|
410
416
|
def deserialize(params)
|
@@ -417,6 +423,8 @@ module TencentCloud
|
|
417
423
|
@TacticID = params['TacticID']
|
418
424
|
@LinkedState = params['LinkedState']
|
419
425
|
@TagIDs = params['TagIDs']
|
426
|
+
@Limit = params['Limit']
|
427
|
+
@Offset = params['Offset']
|
420
428
|
end
|
421
429
|
end
|
422
430
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-hasim
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.530
|
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-03-
|
11
|
+
date: 2023-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|