tencentcloud-sdk-ic 3.0.590 → 3.0.591
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/v20190307/models.rb +26 -26
- 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: 2f9b5afe77de1538cbb55a6ad140c984e3377965
|
4
|
+
data.tar.gz: 1a4f342b4274df89338ba2daf7e9e461e43e3adf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5dd3f07af564a404ec7933ab77a08acef3c3492397838e82941f7ae3c609adeabb69a68fe5929b1479257f5d0121dbdc9fccbfd00993ed334fe97895be8bbd4
|
7
|
+
data.tar.gz: bcb3894789d0d550ec042bdf7bf5e6c5d4c09203e00d88e26e451f86b65f1fc8d09885ae38a08d9b54c48a2098202fff5699bb81f84b8254e5997c94d3204e8a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190307/models.rb
CHANGED
@@ -38,7 +38,7 @@ module TencentCloud
|
|
38
38
|
# @type Uin: String
|
39
39
|
|
40
40
|
attr_accessor :Sdkappid, :Appkey, :CloudAppid, :Name, :Description, :CreatedTime, :BizType, :Uin
|
41
|
-
|
41
|
+
|
42
42
|
def initialize(sdkappid=nil, appkey=nil, cloudappid=nil, name=nil, description=nil, createdtime=nil, biztype=nil, uin=nil)
|
43
43
|
@Sdkappid = sdkappid
|
44
44
|
@Appkey = appkey
|
@@ -141,7 +141,7 @@ module TencentCloud
|
|
141
141
|
# @type OtherData: Float
|
142
142
|
|
143
143
|
attr_accessor :Iccid, :Msisdn, :Imsi, :Imei, :Sdkappid, :Teleoperator, :CardStatus, :NetworkStatus, :ActivitedTime, :Type, :ProductId, :PoolId, :DataUsedInPeriod, :DataTotalInPeriod, :ProductExpiredTime, :Description, :CreatedTime, :ModifiedTime, :PreorderCnt, :IsActivated, :OrderId, :AutoRenew, :Remark, :AllowArrears, :NeedSms, :Provider, :CertificationState, :OtherData
|
144
|
-
|
144
|
+
|
145
145
|
def initialize(iccid=nil, msisdn=nil, imsi=nil, imei=nil, sdkappid=nil, teleoperator=nil, cardstatus=nil, networkstatus=nil, activitedtime=nil, type=nil, productid=nil, poolid=nil, datausedinperiod=nil, datatotalinperiod=nil, productexpiredtime=nil, description=nil, createdtime=nil, modifiedtime=nil, preordercnt=nil, isactivated=nil, orderid=nil, autorenew=nil, remark=nil, allowarrears=nil, needsms=nil, provider=nil, certificationstate=nil, otherdata=nil)
|
146
146
|
@Iccid = iccid
|
147
147
|
@Msisdn = msisdn
|
@@ -214,7 +214,7 @@ module TencentCloud
|
|
214
214
|
# @type List: Array
|
215
215
|
|
216
216
|
attr_accessor :Total, :List
|
217
|
-
|
217
|
+
|
218
218
|
def initialize(total=nil, list=nil)
|
219
219
|
@Total = total
|
220
220
|
@List = list
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type Sdkappid: Integer
|
240
240
|
|
241
241
|
attr_accessor :Sdkappid
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(sdkappid=nil)
|
244
244
|
@Sdkappid = sdkappid
|
245
245
|
end
|
@@ -258,7 +258,7 @@ module TencentCloud
|
|
258
258
|
# @type RequestId: String
|
259
259
|
|
260
260
|
attr_accessor :Data, :RequestId
|
261
|
-
|
261
|
+
|
262
262
|
def initialize(data=nil, requestid=nil)
|
263
263
|
@Data = data
|
264
264
|
@RequestId = requestid
|
@@ -281,7 +281,7 @@ module TencentCloud
|
|
281
281
|
# @type Iccid: String
|
282
282
|
|
283
283
|
attr_accessor :Sdkappid, :Iccid
|
284
|
-
|
284
|
+
|
285
285
|
def initialize(sdkappid=nil, iccid=nil)
|
286
286
|
@Sdkappid = sdkappid
|
287
287
|
@Iccid = iccid
|
@@ -302,7 +302,7 @@ module TencentCloud
|
|
302
302
|
# @type RequestId: String
|
303
303
|
|
304
304
|
attr_accessor :Data, :RequestId
|
305
|
-
|
305
|
+
|
306
306
|
def initialize(data=nil, requestid=nil)
|
307
307
|
@Data = data
|
308
308
|
@RequestId = requestid
|
@@ -327,7 +327,7 @@ module TencentCloud
|
|
327
327
|
# @type Limit: Integer
|
328
328
|
|
329
329
|
attr_accessor :Sdkappid, :Offset, :Limit
|
330
|
-
|
330
|
+
|
331
331
|
def initialize(sdkappid=nil, offset=nil, limit=nil)
|
332
332
|
@Sdkappid = sdkappid
|
333
333
|
@Offset = offset
|
@@ -349,7 +349,7 @@ module TencentCloud
|
|
349
349
|
# @type RequestId: String
|
350
350
|
|
351
351
|
attr_accessor :Data, :RequestId
|
352
|
-
|
352
|
+
|
353
353
|
def initialize(data=nil, requestid=nil)
|
354
354
|
@Data = data
|
355
355
|
@RequestId = requestid
|
@@ -384,7 +384,7 @@ module TencentCloud
|
|
384
384
|
# @type Limit: Integer
|
385
385
|
|
386
386
|
attr_accessor :Sdkappid, :Iccid, :Msisdn, :SmsType, :BeginTime, :EndTime, :Offset, :Limit
|
387
|
-
|
387
|
+
|
388
388
|
def initialize(sdkappid=nil, iccid=nil, msisdn=nil, smstype=nil, begintime=nil, endtime=nil, offset=nil, limit=nil)
|
389
389
|
@Sdkappid = sdkappid
|
390
390
|
@Iccid = iccid
|
@@ -420,7 +420,7 @@ module TencentCloud
|
|
420
420
|
# @type RequestId: String
|
421
421
|
|
422
422
|
attr_accessor :Total, :List, :RequestId
|
423
|
-
|
423
|
+
|
424
424
|
def initialize(total=nil, list=nil, requestid=nil)
|
425
425
|
@Total = total
|
426
426
|
@List = list
|
@@ -451,7 +451,7 @@ module TencentCloud
|
|
451
451
|
# @type Remark: String
|
452
452
|
|
453
453
|
attr_accessor :Sdkappid, :Iccid, :Remark
|
454
|
-
|
454
|
+
|
455
455
|
def initialize(sdkappid=nil, iccid=nil, remark=nil)
|
456
456
|
@Sdkappid = sdkappid
|
457
457
|
@Iccid = iccid
|
@@ -471,7 +471,7 @@ module TencentCloud
|
|
471
471
|
# @type RequestId: String
|
472
472
|
|
473
473
|
attr_accessor :RequestId
|
474
|
-
|
474
|
+
|
475
475
|
def initialize(requestid=nil)
|
476
476
|
@RequestId = requestid
|
477
477
|
end
|
@@ -491,7 +491,7 @@ module TencentCloud
|
|
491
491
|
# @type Sdkappid: Integer
|
492
492
|
|
493
493
|
attr_accessor :Iccid, :ExtentData, :Sdkappid
|
494
|
-
|
494
|
+
|
495
495
|
def initialize(iccid=nil, extentdata=nil, sdkappid=nil)
|
496
496
|
@Iccid = iccid
|
497
497
|
@ExtentData = extentdata
|
@@ -513,7 +513,7 @@ module TencentCloud
|
|
513
513
|
# @type RequestId: String
|
514
514
|
|
515
515
|
attr_accessor :Data, :RequestId
|
516
|
-
|
516
|
+
|
517
517
|
def initialize(data=nil, requestid=nil)
|
518
518
|
@Data = data
|
519
519
|
@RequestId = requestid
|
@@ -538,7 +538,7 @@ module TencentCloud
|
|
538
538
|
# @type RenewNum: Integer
|
539
539
|
|
540
540
|
attr_accessor :Sdkappid, :Iccids, :RenewNum
|
541
|
-
|
541
|
+
|
542
542
|
def initialize(sdkappid=nil, iccids=nil, renewnum=nil)
|
543
543
|
@Sdkappid = sdkappid
|
544
544
|
@Iccids = iccids
|
@@ -561,7 +561,7 @@ module TencentCloud
|
|
561
561
|
# @type RequestId: String
|
562
562
|
|
563
563
|
attr_accessor :Data, :RequestId
|
564
|
-
|
564
|
+
|
565
565
|
def initialize(data=nil, requestid=nil)
|
566
566
|
@Data = data
|
567
567
|
@RequestId = requestid
|
@@ -583,7 +583,7 @@ module TencentCloud
|
|
583
583
|
# @type OrderIds: Array
|
584
584
|
|
585
585
|
attr_accessor :OrderIds
|
586
|
-
|
586
|
+
|
587
587
|
def initialize(orderids=nil)
|
588
588
|
@OrderIds = orderids
|
589
589
|
end
|
@@ -600,7 +600,7 @@ module TencentCloud
|
|
600
600
|
# @type OrderIds: Array
|
601
601
|
|
602
602
|
attr_accessor :OrderIds
|
603
|
-
|
603
|
+
|
604
604
|
def initialize(orderids=nil)
|
605
605
|
@OrderIds = orderids
|
606
606
|
end
|
@@ -641,7 +641,7 @@ module TencentCloud
|
|
641
641
|
# @type Status: Integer
|
642
642
|
|
643
643
|
attr_accessor :Iccid, :Msisdn, :SdkAppid, :Content, :SmsType, :SendTime, :ReportTime, :Remark, :Status
|
644
|
-
|
644
|
+
|
645
645
|
def initialize(iccid=nil, msisdn=nil, sdkappid=nil, content=nil, smstype=nil, sendtime=nil, reporttime=nil, remark=nil, status=nil)
|
646
646
|
@Iccid = iccid
|
647
647
|
@Msisdn = msisdn
|
@@ -677,7 +677,7 @@ module TencentCloud
|
|
677
677
|
# @type Content: String
|
678
678
|
|
679
679
|
attr_accessor :Sdkappid, :Iccids, :Content
|
680
|
-
|
680
|
+
|
681
681
|
def initialize(sdkappid=nil, iccids=nil, content=nil)
|
682
682
|
@Sdkappid = sdkappid
|
683
683
|
@Iccids = iccids
|
@@ -700,7 +700,7 @@ module TencentCloud
|
|
700
700
|
# @type RequestId: String
|
701
701
|
|
702
702
|
attr_accessor :Data, :RequestId
|
703
|
-
|
703
|
+
|
704
704
|
def initialize(data=nil, requestid=nil)
|
705
705
|
@Data = data
|
706
706
|
@RequestId = requestid
|
@@ -729,7 +729,7 @@ module TencentCloud
|
|
729
729
|
# @type Content: String
|
730
730
|
|
731
731
|
attr_accessor :Sdkappid, :Iccid, :Content
|
732
|
-
|
732
|
+
|
733
733
|
def initialize(sdkappid=nil, iccid=nil, content=nil)
|
734
734
|
@Sdkappid = sdkappid
|
735
735
|
@Iccid = iccid
|
@@ -752,7 +752,7 @@ module TencentCloud
|
|
752
752
|
# @type RequestId: String
|
753
753
|
|
754
754
|
attr_accessor :Data, :RequestId
|
755
|
-
|
755
|
+
|
756
756
|
def initialize(data=nil, requestid=nil)
|
757
757
|
@Data = data
|
758
758
|
@RequestId = requestid
|
@@ -779,7 +779,7 @@ module TencentCloud
|
|
779
779
|
# @type Sid: String
|
780
780
|
|
781
781
|
attr_accessor :Code, :Msg, :Iccid, :Sid
|
782
|
-
|
782
|
+
|
783
783
|
def initialize(code=nil, msg=nil, iccid=nil, sid=nil)
|
784
784
|
@Code = code
|
785
785
|
@Msg = msg
|
@@ -804,7 +804,7 @@ module TencentCloud
|
|
804
804
|
# @type Sid: String
|
805
805
|
|
806
806
|
attr_accessor :Iccid, :Sid
|
807
|
-
|
807
|
+
|
808
808
|
def initialize(iccid=nil, sid=nil)
|
809
809
|
@Iccid = iccid
|
810
810
|
@Sid = sid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
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-
|
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
|