tencentcloud-sdk-sms 3.0.589 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190711/models.rb +46 -46
- data/lib/v20210111/models.rb +52 -52
- 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: a72ef8affd6f8ac8e001f47b08467c399bf98118
|
4
|
+
data.tar.gz: c7d5695949bc7b977b4a9a21ca93cd67f2b5ff10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87a661bc284f44f1c1cf7399f526e0eb05bccee80815db4c34d26b5756a68c65fee460e96059fb9de2219d1f85895e3fc8c1b534381a0a6cfd1e9dbc43100db0
|
7
|
+
data.tar.gz: 3bc86cbbd0b5e3eeed4a2ae35939c4f741f1cc5a082dbd849e04b26ff3079d19bcd622eac79e8a0ff470d18b0a7495470989e8c9d59025fff58d698e2a489f80
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190711/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type SignApplyId: Integer
|
26
26
|
|
27
27
|
attr_accessor :SignId, :SignApplyId
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(signid=nil, signapplyid=nil)
|
30
30
|
@SignId = signid
|
31
31
|
@SignApplyId = signapplyid
|
@@ -81,7 +81,7 @@ module TencentCloud
|
|
81
81
|
# @type Remark: String
|
82
82
|
|
83
83
|
attr_accessor :SignName, :SignType, :DocumentType, :International, :UsedMethod, :ProofImage, :CommissionImage, :Remark
|
84
|
-
|
84
|
+
|
85
85
|
def initialize(signname=nil, signtype=nil, documenttype=nil, international=nil, usedmethod=nil, proofimage=nil, commissionimage=nil, remark=nil)
|
86
86
|
@SignName = signname
|
87
87
|
@SignType = signtype
|
@@ -113,7 +113,7 @@ module TencentCloud
|
|
113
113
|
# @type RequestId: String
|
114
114
|
|
115
115
|
attr_accessor :AddSignStatus, :RequestId
|
116
|
-
|
116
|
+
|
117
117
|
def initialize(addsignstatus=nil, requestid=nil)
|
118
118
|
@AddSignStatus = addsignstatus
|
119
119
|
@RequestId = requestid
|
@@ -144,7 +144,7 @@ module TencentCloud
|
|
144
144
|
# @type Remark: String
|
145
145
|
|
146
146
|
attr_accessor :TemplateName, :TemplateContent, :SmsType, :International, :Remark
|
147
|
-
|
147
|
+
|
148
148
|
def initialize(templatename=nil, templatecontent=nil, smstype=nil, international=nil, remark=nil)
|
149
149
|
@TemplateName = templatename
|
150
150
|
@TemplateContent = templatecontent
|
@@ -170,7 +170,7 @@ module TencentCloud
|
|
170
170
|
# @type RequestId: String
|
171
171
|
|
172
172
|
attr_accessor :AddTemplateStatus, :RequestId
|
173
|
-
|
173
|
+
|
174
174
|
def initialize(addtemplatestatus=nil, requestid=nil)
|
175
175
|
@AddTemplateStatus = addtemplatestatus
|
176
176
|
@RequestId = requestid
|
@@ -191,7 +191,7 @@ module TencentCloud
|
|
191
191
|
# @type TemplateId: String
|
192
192
|
|
193
193
|
attr_accessor :TemplateId
|
194
|
-
|
194
|
+
|
195
195
|
def initialize(templateid=nil)
|
196
196
|
@TemplateId = templateid
|
197
197
|
end
|
@@ -223,7 +223,7 @@ module TencentCloud
|
|
223
223
|
# @type FrequencyLimitCount: Integer
|
224
224
|
|
225
225
|
attr_accessor :CallbackCount, :RequestSuccessCount, :CallbackFailCount, :CallbackSuccessCount, :InternalErrorCount, :InvalidNumberCount, :ShutdownErrorCount, :BlackListCount, :FrequencyLimitCount
|
226
|
-
|
226
|
+
|
227
227
|
def initialize(callbackcount=nil, requestsuccesscount=nil, callbackfailcount=nil, callbacksuccesscount=nil, internalerrorcount=nil, invalidnumbercount=nil, shutdownerrorcount=nil, blacklistcount=nil, frequencylimitcount=nil)
|
228
228
|
@CallbackCount = callbackcount
|
229
229
|
@RequestSuccessCount = requestsuccesscount
|
@@ -266,7 +266,7 @@ module TencentCloud
|
|
266
266
|
# @type Offset: Integer
|
267
267
|
|
268
268
|
attr_accessor :StartDateTime, :EndDataTime, :SmsSdkAppid, :Limit, :Offset
|
269
|
-
|
269
|
+
|
270
270
|
def initialize(startdatetime=nil, enddatatime=nil, smssdkappid=nil, limit=nil, offset=nil)
|
271
271
|
@StartDateTime = startdatetime
|
272
272
|
@EndDataTime = enddatatime
|
@@ -292,7 +292,7 @@ module TencentCloud
|
|
292
292
|
# @type RequestId: String
|
293
293
|
|
294
294
|
attr_accessor :CallbackStatusStatistics, :RequestId
|
295
|
-
|
295
|
+
|
296
296
|
def initialize(callbackstatusstatistics=nil, requestid=nil)
|
297
297
|
@CallbackStatusStatistics = callbackstatusstatistics
|
298
298
|
@RequestId = requestid
|
@@ -315,7 +315,7 @@ module TencentCloud
|
|
315
315
|
# @type DeleteTime: Integer
|
316
316
|
|
317
317
|
attr_accessor :DeleteStatus, :DeleteTime
|
318
|
-
|
318
|
+
|
319
319
|
def initialize(deletestatus=nil, deletetime=nil)
|
320
320
|
@DeleteStatus = deletestatus
|
321
321
|
@DeleteTime = deletetime
|
@@ -333,7 +333,7 @@ module TencentCloud
|
|
333
333
|
# @type SignId: Integer
|
334
334
|
|
335
335
|
attr_accessor :SignId
|
336
|
-
|
336
|
+
|
337
337
|
def initialize(signid=nil)
|
338
338
|
@SignId = signid
|
339
339
|
end
|
@@ -351,7 +351,7 @@ module TencentCloud
|
|
351
351
|
# @type RequestId: String
|
352
352
|
|
353
353
|
attr_accessor :DeleteSignStatus, :RequestId
|
354
|
-
|
354
|
+
|
355
355
|
def initialize(deletesignstatus=nil, requestid=nil)
|
356
356
|
@DeleteSignStatus = deletesignstatus
|
357
357
|
@RequestId = requestid
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
372
372
|
# @type TemplateId: Integer
|
373
373
|
|
374
374
|
attr_accessor :TemplateId
|
375
|
-
|
375
|
+
|
376
376
|
def initialize(templateid=nil)
|
377
377
|
@TemplateId = templateid
|
378
378
|
end
|
@@ -390,7 +390,7 @@ module TencentCloud
|
|
390
390
|
# @type RequestId: String
|
391
391
|
|
392
392
|
attr_accessor :DeleteTemplateStatus, :RequestId
|
393
|
-
|
393
|
+
|
394
394
|
def initialize(deletetemplatestatus=nil, requestid=nil)
|
395
395
|
@DeleteTemplateStatus = deletetemplatestatus
|
396
396
|
@RequestId = requestid
|
@@ -413,7 +413,7 @@ module TencentCloud
|
|
413
413
|
# @type DeleteTime: Integer
|
414
414
|
|
415
415
|
attr_accessor :DeleteStatus, :DeleteTime
|
416
|
-
|
416
|
+
|
417
417
|
def initialize(deletestatus=nil, deletetime=nil)
|
418
418
|
@DeleteStatus = deletestatus
|
419
419
|
@DeleteTime = deletetime
|
@@ -446,7 +446,7 @@ module TencentCloud
|
|
446
446
|
# @type CreateTime: Integer
|
447
447
|
|
448
448
|
attr_accessor :SignId, :International, :StatusCode, :ReviewReply, :SignName, :CreateTime
|
449
|
-
|
449
|
+
|
450
450
|
def initialize(signid=nil, international=nil, statuscode=nil, reviewreply=nil, signname=nil, createtime=nil)
|
451
451
|
@SignId = signid
|
452
452
|
@International = international
|
@@ -476,7 +476,7 @@ module TencentCloud
|
|
476
476
|
# @type International: Integer
|
477
477
|
|
478
478
|
attr_accessor :SignIdSet, :International
|
479
|
-
|
479
|
+
|
480
480
|
def initialize(signidset=nil, international=nil)
|
481
481
|
@SignIdSet = signidset
|
482
482
|
@International = international
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
496
496
|
# @type RequestId: String
|
497
497
|
|
498
498
|
attr_accessor :DescribeSignListStatusSet, :RequestId
|
499
|
-
|
499
|
+
|
500
500
|
def initialize(describesignliststatusset=nil, requestid=nil)
|
501
501
|
@DescribeSignListStatusSet = describesignliststatusset
|
502
502
|
@RequestId = requestid
|
@@ -525,7 +525,7 @@ module TencentCloud
|
|
525
525
|
# @type International: Integer
|
526
526
|
|
527
527
|
attr_accessor :TemplateIdSet, :International
|
528
|
-
|
528
|
+
|
529
529
|
def initialize(templateidset=nil, international=nil)
|
530
530
|
@TemplateIdSet = templateidset
|
531
531
|
@International = international
|
@@ -545,7 +545,7 @@ module TencentCloud
|
|
545
545
|
# @type RequestId: String
|
546
546
|
|
547
547
|
attr_accessor :DescribeTemplateStatusSet, :RequestId
|
548
|
-
|
548
|
+
|
549
549
|
def initialize(describetemplatestatusset=nil, requestid=nil)
|
550
550
|
@DescribeTemplateStatusSet = describetemplatestatusset
|
551
551
|
@RequestId = requestid
|
@@ -585,7 +585,7 @@ module TencentCloud
|
|
585
585
|
# @type CreateTime: Integer
|
586
586
|
|
587
587
|
attr_accessor :TemplateId, :International, :StatusCode, :ReviewReply, :TemplateName, :CreateTime
|
588
|
-
|
588
|
+
|
589
589
|
def initialize(templateid=nil, international=nil, statuscode=nil, reviewreply=nil, templatename=nil, createtime=nil)
|
590
590
|
@TemplateId = templateid
|
591
591
|
@International = international
|
@@ -613,7 +613,7 @@ module TencentCloud
|
|
613
613
|
# @type SignApplyId: String
|
614
614
|
|
615
615
|
attr_accessor :SignId, :SignApplyId
|
616
|
-
|
616
|
+
|
617
617
|
def initialize(signid=nil, signapplyid=nil)
|
618
618
|
@SignId = signid
|
619
619
|
@SignApplyId = signapplyid
|
@@ -671,7 +671,7 @@ module TencentCloud
|
|
671
671
|
# @type Remark: String
|
672
672
|
|
673
673
|
attr_accessor :SignId, :SignName, :SignType, :DocumentType, :International, :UsedMethod, :ProofImage, :CommissionImage, :Remark
|
674
|
-
|
674
|
+
|
675
675
|
def initialize(signid=nil, signname=nil, signtype=nil, documenttype=nil, international=nil, usedmethod=nil, proofimage=nil, commissionimage=nil, remark=nil)
|
676
676
|
@SignId = signid
|
677
677
|
@SignName = signname
|
@@ -705,7 +705,7 @@ module TencentCloud
|
|
705
705
|
# @type RequestId: String
|
706
706
|
|
707
707
|
attr_accessor :ModifySignStatus, :RequestId
|
708
|
-
|
708
|
+
|
709
709
|
def initialize(modifysignstatus=nil, requestid=nil)
|
710
710
|
@ModifySignStatus = modifysignstatus
|
711
711
|
@RequestId = requestid
|
@@ -738,7 +738,7 @@ module TencentCloud
|
|
738
738
|
# @type Remark: String
|
739
739
|
|
740
740
|
attr_accessor :TemplateId, :TemplateName, :TemplateContent, :SmsType, :International, :Remark
|
741
|
-
|
741
|
+
|
742
742
|
def initialize(templateid=nil, templatename=nil, templatecontent=nil, smstype=nil, international=nil, remark=nil)
|
743
743
|
@TemplateId = templateid
|
744
744
|
@TemplateName = templatename
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
766
766
|
# @type RequestId: String
|
767
767
|
|
768
768
|
attr_accessor :ModifyTemplateStatus, :RequestId
|
769
|
-
|
769
|
+
|
770
770
|
def initialize(modifytemplatestatus=nil, requestid=nil)
|
771
771
|
@ModifyTemplateStatus = modifytemplatestatus
|
772
772
|
@RequestId = requestid
|
@@ -787,7 +787,7 @@ module TencentCloud
|
|
787
787
|
# @type TemplateId: Integer
|
788
788
|
|
789
789
|
attr_accessor :TemplateId
|
790
|
-
|
790
|
+
|
791
791
|
def initialize(templateid=nil)
|
792
792
|
@TemplateId = templateid
|
793
793
|
end
|
@@ -815,7 +815,7 @@ module TencentCloud
|
|
815
815
|
# @type ReplyUnixTime: Integer
|
816
816
|
|
817
817
|
attr_accessor :ExtendCode, :NationCode, :PhoneNumber, :Sign, :ReplyContent, :ReplyTime, :ReplyUnixTime
|
818
|
-
|
818
|
+
|
819
819
|
def initialize(extendcode=nil, nationcode=nil, phonenumber=nil, sign=nil, replycontent=nil, replytime=nil, replyunixtime=nil)
|
820
820
|
@ExtendCode = extendcode
|
821
821
|
@NationCode = nationcode
|
@@ -855,7 +855,7 @@ module TencentCloud
|
|
855
855
|
# @type EndDateTime: Integer
|
856
856
|
|
857
857
|
attr_accessor :SendDateTime, :Offset, :Limit, :PhoneNumber, :SmsSdkAppid, :EndDateTime
|
858
|
-
|
858
|
+
|
859
859
|
def initialize(senddatetime=nil, offset=nil, limit=nil, phonenumber=nil, smssdkappid=nil, enddatetime=nil)
|
860
860
|
@SendDateTime = senddatetime
|
861
861
|
@Offset = offset
|
@@ -883,7 +883,7 @@ module TencentCloud
|
|
883
883
|
# @type RequestId: String
|
884
884
|
|
885
885
|
attr_accessor :PullSmsReplyStatusSet, :RequestId
|
886
|
-
|
886
|
+
|
887
887
|
def initialize(pullsmsreplystatusset=nil, requestid=nil)
|
888
888
|
@PullSmsReplyStatusSet = pullsmsreplystatusset
|
889
889
|
@RequestId = requestid
|
@@ -910,7 +910,7 @@ module TencentCloud
|
|
910
910
|
# @type SmsSdkAppid: String
|
911
911
|
|
912
912
|
attr_accessor :Limit, :SmsSdkAppid
|
913
|
-
|
913
|
+
|
914
914
|
def initialize(limit=nil, smssdkappid=nil)
|
915
915
|
@Limit = limit
|
916
916
|
@SmsSdkAppid = smssdkappid
|
@@ -930,7 +930,7 @@ module TencentCloud
|
|
930
930
|
# @type RequestId: String
|
931
931
|
|
932
932
|
attr_accessor :PullSmsReplyStatusSet, :RequestId
|
933
|
-
|
933
|
+
|
934
934
|
def initialize(pullsmsreplystatusset=nil, requestid=nil)
|
935
935
|
@PullSmsReplyStatusSet = pullsmsreplystatusset
|
936
936
|
@RequestId = requestid
|
@@ -969,7 +969,7 @@ module TencentCloud
|
|
969
969
|
# @type Description: String
|
970
970
|
|
971
971
|
attr_accessor :UserReceiveTime, :UserReceiveUnixTime, :NationCode, :PurePhoneNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description
|
972
|
-
|
972
|
+
|
973
973
|
def initialize(userreceivetime=nil, userreceiveunixtime=nil, nationcode=nil, purephonenumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil)
|
974
974
|
@UserReceiveTime = userreceivetime
|
975
975
|
@UserReceiveUnixTime = userreceiveunixtime
|
@@ -1011,7 +1011,7 @@ module TencentCloud
|
|
1011
1011
|
# @type EndDateTime: Integer
|
1012
1012
|
|
1013
1013
|
attr_accessor :SendDateTime, :Offset, :Limit, :PhoneNumber, :SmsSdkAppid, :EndDateTime
|
1014
|
-
|
1014
|
+
|
1015
1015
|
def initialize(senddatetime=nil, offset=nil, limit=nil, phonenumber=nil, smssdkappid=nil, enddatetime=nil)
|
1016
1016
|
@SendDateTime = senddatetime
|
1017
1017
|
@Offset = offset
|
@@ -1039,7 +1039,7 @@ module TencentCloud
|
|
1039
1039
|
# @type RequestId: String
|
1040
1040
|
|
1041
1041
|
attr_accessor :PullSmsSendStatusSet, :RequestId
|
1042
|
-
|
1042
|
+
|
1043
1043
|
def initialize(pullsmssendstatusset=nil, requestid=nil)
|
1044
1044
|
@PullSmsSendStatusSet = pullsmssendstatusset
|
1045
1045
|
@RequestId = requestid
|
@@ -1066,7 +1066,7 @@ module TencentCloud
|
|
1066
1066
|
# @type SmsSdkAppid: String
|
1067
1067
|
|
1068
1068
|
attr_accessor :Limit, :SmsSdkAppid
|
1069
|
-
|
1069
|
+
|
1070
1070
|
def initialize(limit=nil, smssdkappid=nil)
|
1071
1071
|
@Limit = limit
|
1072
1072
|
@SmsSdkAppid = smssdkappid
|
@@ -1086,7 +1086,7 @@ module TencentCloud
|
|
1086
1086
|
# @type RequestId: String
|
1087
1087
|
|
1088
1088
|
attr_accessor :PullSmsSendStatusSet, :RequestId
|
1089
|
-
|
1089
|
+
|
1090
1090
|
def initialize(pullsmssendstatusset=nil, requestid=nil)
|
1091
1091
|
@PullSmsSendStatusSet = pullsmssendstatusset
|
1092
1092
|
@RequestId = requestid
|
@@ -1126,7 +1126,7 @@ module TencentCloud
|
|
1126
1126
|
# @type SenderId: String
|
1127
1127
|
|
1128
1128
|
attr_accessor :PhoneNumberSet, :TemplateID, :SmsSdkAppid, :Sign, :TemplateParamSet, :ExtendCode, :SessionContext, :SenderId
|
1129
|
-
|
1129
|
+
|
1130
1130
|
def initialize(phonenumberset=nil, templateid=nil, smssdkappid=nil, sign=nil, templateparamset=nil, extendcode=nil, sessioncontext=nil, senderid=nil)
|
1131
1131
|
@PhoneNumberSet = phonenumberset
|
1132
1132
|
@TemplateID = templateid
|
@@ -1158,7 +1158,7 @@ module TencentCloud
|
|
1158
1158
|
# @type RequestId: String
|
1159
1159
|
|
1160
1160
|
attr_accessor :SendStatusSet, :RequestId
|
1161
|
-
|
1161
|
+
|
1162
1162
|
def initialize(sendstatusset=nil, requestid=nil)
|
1163
1163
|
@SendStatusSet = sendstatusset
|
1164
1164
|
@RequestId = requestid
|
@@ -1195,7 +1195,7 @@ module TencentCloud
|
|
1195
1195
|
# @type IsoCode: String
|
1196
1196
|
|
1197
1197
|
attr_accessor :SerialNo, :PhoneNumber, :Fee, :SessionContext, :Code, :Message, :IsoCode
|
1198
|
-
|
1198
|
+
|
1199
1199
|
def initialize(serialno=nil, phonenumber=nil, fee=nil, sessioncontext=nil, code=nil, message=nil, isocode=nil)
|
1200
1200
|
@SerialNo = serialno
|
1201
1201
|
@PhoneNumber = phonenumber
|
@@ -1227,7 +1227,7 @@ module TencentCloud
|
|
1227
1227
|
# @type RequestSuccessCount: Integer
|
1228
1228
|
|
1229
1229
|
attr_accessor :FeeCount, :RequestCount, :RequestSuccessCount
|
1230
|
-
|
1230
|
+
|
1231
1231
|
def initialize(feecount=nil, requestcount=nil, requestsuccesscount=nil)
|
1232
1232
|
@FeeCount = feecount
|
1233
1233
|
@RequestCount = requestcount
|
@@ -1258,7 +1258,7 @@ module TencentCloud
|
|
1258
1258
|
# @type Offset: Integer
|
1259
1259
|
|
1260
1260
|
attr_accessor :StartDateTime, :EndDataTime, :SmsSdkAppid, :Limit, :Offset
|
1261
|
-
|
1261
|
+
|
1262
1262
|
def initialize(startdatetime=nil, enddatatime=nil, smssdkappid=nil, limit=nil, offset=nil)
|
1263
1263
|
@StartDateTime = startdatetime
|
1264
1264
|
@EndDataTime = enddatatime
|
@@ -1284,7 +1284,7 @@ module TencentCloud
|
|
1284
1284
|
# @type RequestId: String
|
1285
1285
|
|
1286
1286
|
attr_accessor :SendStatusStatistics, :RequestId
|
1287
|
-
|
1287
|
+
|
1288
1288
|
def initialize(sendstatusstatistics=nil, requestid=nil)
|
1289
1289
|
@SendStatusStatistics = sendstatusstatistics
|
1290
1290
|
@RequestId = requestid
|
@@ -1323,7 +1323,7 @@ module TencentCloud
|
|
1323
1323
|
# @type CurrentUsage: Integer
|
1324
1324
|
|
1325
1325
|
attr_accessor :PackageCreateTime, :PackageCreateUnixTime, :PackageEffectiveTime, :PackageEffectiveUnixTime, :PackageExpiredTime, :PackageExpiredUnixTime, :AmountOfPackage, :TypeOfPackage, :PackageId, :CurrentUsage
|
1326
|
-
|
1326
|
+
|
1327
1327
|
def initialize(packagecreatetime=nil, packagecreateunixtime=nil, packageeffectivetime=nil, packageeffectiveunixtime=nil, packageexpiredtime=nil, packageexpiredunixtime=nil, amountofpackage=nil, typeofpackage=nil, packageid=nil, currentusage=nil)
|
1328
1328
|
@PackageCreateTime = packagecreatetime
|
1329
1329
|
@PackageCreateUnixTime = packagecreateunixtime
|
@@ -1362,7 +1362,7 @@ module TencentCloud
|
|
1362
1362
|
# @type Offset: Integer
|
1363
1363
|
|
1364
1364
|
attr_accessor :SmsSdkAppid, :Limit, :Offset
|
1365
|
-
|
1365
|
+
|
1366
1366
|
def initialize(smssdkappid=nil, limit=nil, offset=nil)
|
1367
1367
|
@SmsSdkAppid = smssdkappid
|
1368
1368
|
@Limit = limit
|
@@ -1384,7 +1384,7 @@ module TencentCloud
|
|
1384
1384
|
# @type RequestId: String
|
1385
1385
|
|
1386
1386
|
attr_accessor :SmsPackagesStatisticsSet, :RequestId
|
1387
|
-
|
1387
|
+
|
1388
1388
|
def initialize(smspackagesstatisticsset=nil, requestid=nil)
|
1389
1389
|
@SmsPackagesStatisticsSet = smspackagesstatisticsset
|
1390
1390
|
@RequestId = requestid
|
data/lib/v20210111/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type SignId: Integer
|
24
24
|
|
25
25
|
attr_accessor :SignId
|
26
|
-
|
26
|
+
|
27
27
|
def initialize(signid=nil)
|
28
28
|
@SignId = signid
|
29
29
|
end
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
# @type Remark: String
|
78
78
|
|
79
79
|
attr_accessor :SignName, :SignType, :DocumentType, :International, :SignPurpose, :ProofImage, :CommissionImage, :Remark
|
80
|
-
|
80
|
+
|
81
81
|
def initialize(signname=nil, signtype=nil, documenttype=nil, international=nil, signpurpose=nil, proofimage=nil, commissionimage=nil, remark=nil)
|
82
82
|
@SignName = signname
|
83
83
|
@SignType = signtype
|
@@ -109,7 +109,7 @@ module TencentCloud
|
|
109
109
|
# @type RequestId: String
|
110
110
|
|
111
111
|
attr_accessor :AddSignStatus, :RequestId
|
112
|
-
|
112
|
+
|
113
113
|
def initialize(addsignstatus=nil, requestid=nil)
|
114
114
|
@AddSignStatus = addsignstatus
|
115
115
|
@RequestId = requestid
|
@@ -140,7 +140,7 @@ module TencentCloud
|
|
140
140
|
# @type Remark: String
|
141
141
|
|
142
142
|
attr_accessor :TemplateName, :TemplateContent, :SmsType, :International, :Remark
|
143
|
-
|
143
|
+
|
144
144
|
def initialize(templatename=nil, templatecontent=nil, smstype=nil, international=nil, remark=nil)
|
145
145
|
@TemplateName = templatename
|
146
146
|
@TemplateContent = templatecontent
|
@@ -166,7 +166,7 @@ module TencentCloud
|
|
166
166
|
# @type RequestId: String
|
167
167
|
|
168
168
|
attr_accessor :AddTemplateStatus, :RequestId
|
169
|
-
|
169
|
+
|
170
170
|
def initialize(addtemplatestatus=nil, requestid=nil)
|
171
171
|
@AddTemplateStatus = addtemplatestatus
|
172
172
|
@RequestId = requestid
|
@@ -187,7 +187,7 @@ module TencentCloud
|
|
187
187
|
# @type TemplateId: String
|
188
188
|
|
189
189
|
attr_accessor :TemplateId
|
190
|
-
|
190
|
+
|
191
191
|
def initialize(templateid=nil)
|
192
192
|
@TemplateId = templateid
|
193
193
|
end
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
219
219
|
# @type FrequencyLimitCount: Integer
|
220
220
|
|
221
221
|
attr_accessor :CallbackCount, :RequestSuccessCount, :CallbackFailCount, :CallbackSuccessCount, :InternalErrorCount, :InvalidNumberCount, :ShutdownErrorCount, :BlackListCount, :FrequencyLimitCount
|
222
|
-
|
222
|
+
|
223
223
|
def initialize(callbackcount=nil, requestsuccesscount=nil, callbackfailcount=nil, callbacksuccesscount=nil, internalerrorcount=nil, invalidnumbercount=nil, shutdownerrorcount=nil, blacklistcount=nil, frequencylimitcount=nil)
|
224
224
|
@CallbackCount = callbackcount
|
225
225
|
@RequestSuccessCount = requestsuccesscount
|
@@ -262,7 +262,7 @@ module TencentCloud
|
|
262
262
|
# @type Offset: Integer
|
263
263
|
|
264
264
|
attr_accessor :BeginTime, :EndTime, :SmsSdkAppId, :Limit, :Offset
|
265
|
-
|
265
|
+
|
266
266
|
def initialize(begintime=nil, endtime=nil, smssdkappid=nil, limit=nil, offset=nil)
|
267
267
|
@BeginTime = begintime
|
268
268
|
@EndTime = endtime
|
@@ -288,7 +288,7 @@ module TencentCloud
|
|
288
288
|
# @type RequestId: String
|
289
289
|
|
290
290
|
attr_accessor :CallbackStatusStatistics, :RequestId
|
291
|
-
|
291
|
+
|
292
292
|
def initialize(callbackstatusstatistics=nil, requestid=nil)
|
293
293
|
@CallbackStatusStatistics = callbackstatusstatistics
|
294
294
|
@RequestId = requestid
|
@@ -311,7 +311,7 @@ module TencentCloud
|
|
311
311
|
# @type DeleteTime: Integer
|
312
312
|
|
313
313
|
attr_accessor :DeleteStatus, :DeleteTime
|
314
|
-
|
314
|
+
|
315
315
|
def initialize(deletestatus=nil, deletetime=nil)
|
316
316
|
@DeleteStatus = deletestatus
|
317
317
|
@DeleteTime = deletetime
|
@@ -329,7 +329,7 @@ module TencentCloud
|
|
329
329
|
# @type SignId: Integer
|
330
330
|
|
331
331
|
attr_accessor :SignId
|
332
|
-
|
332
|
+
|
333
333
|
def initialize(signid=nil)
|
334
334
|
@SignId = signid
|
335
335
|
end
|
@@ -347,7 +347,7 @@ module TencentCloud
|
|
347
347
|
# @type RequestId: String
|
348
348
|
|
349
349
|
attr_accessor :DeleteSignStatus, :RequestId
|
350
|
-
|
350
|
+
|
351
351
|
def initialize(deletesignstatus=nil, requestid=nil)
|
352
352
|
@DeleteSignStatus = deletesignstatus
|
353
353
|
@RequestId = requestid
|
@@ -368,7 +368,7 @@ module TencentCloud
|
|
368
368
|
# @type TemplateId: Integer
|
369
369
|
|
370
370
|
attr_accessor :TemplateId
|
371
|
-
|
371
|
+
|
372
372
|
def initialize(templateid=nil)
|
373
373
|
@TemplateId = templateid
|
374
374
|
end
|
@@ -386,7 +386,7 @@ module TencentCloud
|
|
386
386
|
# @type RequestId: String
|
387
387
|
|
388
388
|
attr_accessor :DeleteTemplateStatus, :RequestId
|
389
|
-
|
389
|
+
|
390
390
|
def initialize(deletetemplatestatus=nil, requestid=nil)
|
391
391
|
@DeleteTemplateStatus = deletetemplatestatus
|
392
392
|
@RequestId = requestid
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
409
409
|
# @type DeleteTime: Integer
|
410
410
|
|
411
411
|
attr_accessor :DeleteStatus, :DeleteTime
|
412
|
-
|
412
|
+
|
413
413
|
def initialize(deletestatus=nil, deletetime=nil)
|
414
414
|
@DeleteStatus = deletestatus
|
415
415
|
@DeleteTime = deletetime
|
@@ -428,7 +428,7 @@ module TencentCloud
|
|
428
428
|
# @type PhoneNumberSet: Array
|
429
429
|
|
430
430
|
attr_accessor :PhoneNumberSet
|
431
|
-
|
431
|
+
|
432
432
|
def initialize(phonenumberset=nil)
|
433
433
|
@PhoneNumberSet = phonenumberset
|
434
434
|
end
|
@@ -446,7 +446,7 @@ module TencentCloud
|
|
446
446
|
# @type RequestId: String
|
447
447
|
|
448
448
|
attr_accessor :PhoneNumberInfoSet, :RequestId
|
449
|
-
|
449
|
+
|
450
450
|
def initialize(phonenumberinfoset=nil, requestid=nil)
|
451
451
|
@PhoneNumberInfoSet = phonenumberinfoset
|
452
452
|
@RequestId = requestid
|
@@ -482,7 +482,7 @@ module TencentCloud
|
|
482
482
|
# @type CreateTime: Integer
|
483
483
|
|
484
484
|
attr_accessor :SignId, :International, :StatusCode, :ReviewReply, :SignName, :CreateTime
|
485
|
-
|
485
|
+
|
486
486
|
def initialize(signid=nil, international=nil, statuscode=nil, reviewreply=nil, signname=nil, createtime=nil)
|
487
487
|
@SignId = signid
|
488
488
|
@International = international
|
@@ -513,7 +513,7 @@ module TencentCloud
|
|
513
513
|
# @type International: Integer
|
514
514
|
|
515
515
|
attr_accessor :SignIdSet, :International
|
516
|
-
|
516
|
+
|
517
517
|
def initialize(signidset=nil, international=nil)
|
518
518
|
@SignIdSet = signidset
|
519
519
|
@International = international
|
@@ -533,7 +533,7 @@ module TencentCloud
|
|
533
533
|
# @type RequestId: String
|
534
534
|
|
535
535
|
attr_accessor :DescribeSignListStatusSet, :RequestId
|
536
|
-
|
536
|
+
|
537
537
|
def initialize(describesignliststatusset=nil, requestid=nil)
|
538
538
|
@DescribeSignListStatusSet = describesignliststatusset
|
539
539
|
@RequestId = requestid
|
@@ -569,7 +569,7 @@ module TencentCloud
|
|
569
569
|
# @type Offset: Integer
|
570
570
|
|
571
571
|
attr_accessor :International, :TemplateIdSet, :Limit, :Offset
|
572
|
-
|
572
|
+
|
573
573
|
def initialize(international=nil, templateidset=nil, limit=nil, offset=nil)
|
574
574
|
@International = international
|
575
575
|
@TemplateIdSet = templateidset
|
@@ -593,7 +593,7 @@ module TencentCloud
|
|
593
593
|
# @type RequestId: String
|
594
594
|
|
595
595
|
attr_accessor :DescribeTemplateStatusSet, :RequestId
|
596
|
-
|
596
|
+
|
597
597
|
def initialize(describetemplatestatusset=nil, requestid=nil)
|
598
598
|
@DescribeTemplateStatusSet = describetemplatestatusset
|
599
599
|
@RequestId = requestid
|
@@ -630,7 +630,7 @@ module TencentCloud
|
|
630
630
|
# @type TemplateContent: String
|
631
631
|
|
632
632
|
attr_accessor :TemplateId, :International, :StatusCode, :ReviewReply, :TemplateName, :CreateTime, :TemplateContent
|
633
|
-
|
633
|
+
|
634
634
|
def initialize(templateid=nil, international=nil, statuscode=nil, reviewreply=nil, templatename=nil, createtime=nil, templatecontent=nil)
|
635
635
|
@TemplateId = templateid
|
636
636
|
@International = international
|
@@ -658,7 +658,7 @@ module TencentCloud
|
|
658
658
|
# @type SignId: Integer
|
659
659
|
|
660
660
|
attr_accessor :SignId
|
661
|
-
|
661
|
+
|
662
662
|
def initialize(signid=nil)
|
663
663
|
@SignId = signid
|
664
664
|
end
|
@@ -714,7 +714,7 @@ module TencentCloud
|
|
714
714
|
# @type Remark: String
|
715
715
|
|
716
716
|
attr_accessor :SignId, :SignName, :SignType, :DocumentType, :International, :SignPurpose, :ProofImage, :CommissionImage, :Remark
|
717
|
-
|
717
|
+
|
718
718
|
def initialize(signid=nil, signname=nil, signtype=nil, documenttype=nil, international=nil, signpurpose=nil, proofimage=nil, commissionimage=nil, remark=nil)
|
719
719
|
@SignId = signid
|
720
720
|
@SignName = signname
|
@@ -748,7 +748,7 @@ module TencentCloud
|
|
748
748
|
# @type RequestId: String
|
749
749
|
|
750
750
|
attr_accessor :ModifySignStatus, :RequestId
|
751
|
-
|
751
|
+
|
752
752
|
def initialize(modifysignstatus=nil, requestid=nil)
|
753
753
|
@ModifySignStatus = modifysignstatus
|
754
754
|
@RequestId = requestid
|
@@ -781,7 +781,7 @@ module TencentCloud
|
|
781
781
|
# @type Remark: String
|
782
782
|
|
783
783
|
attr_accessor :TemplateId, :TemplateName, :TemplateContent, :SmsType, :International, :Remark
|
784
|
-
|
784
|
+
|
785
785
|
def initialize(templateid=nil, templatename=nil, templatecontent=nil, smstype=nil, international=nil, remark=nil)
|
786
786
|
@TemplateId = templateid
|
787
787
|
@TemplateName = templatename
|
@@ -809,7 +809,7 @@ module TencentCloud
|
|
809
809
|
# @type RequestId: String
|
810
810
|
|
811
811
|
attr_accessor :ModifyTemplateStatus, :RequestId
|
812
|
-
|
812
|
+
|
813
813
|
def initialize(modifytemplatestatus=nil, requestid=nil)
|
814
814
|
@ModifyTemplateStatus = modifytemplatestatus
|
815
815
|
@RequestId = requestid
|
@@ -830,7 +830,7 @@ module TencentCloud
|
|
830
830
|
# @type TemplateId: Integer
|
831
831
|
|
832
832
|
attr_accessor :TemplateId
|
833
|
-
|
833
|
+
|
834
834
|
def initialize(templateid=nil)
|
835
835
|
@TemplateId = templateid
|
836
836
|
end
|
@@ -858,7 +858,7 @@ module TencentCloud
|
|
858
858
|
# @type IsoName: String
|
859
859
|
|
860
860
|
attr_accessor :Code, :Message, :NationCode, :SubscriberNumber, :PhoneNumber, :IsoCode, :IsoName
|
861
|
-
|
861
|
+
|
862
862
|
def initialize(code=nil, message=nil, nationcode=nil, subscribernumber=nil, phonenumber=nil, isocode=nil, isoname=nil)
|
863
863
|
@Code = code
|
864
864
|
@Message = message
|
@@ -898,7 +898,7 @@ module TencentCloud
|
|
898
898
|
# @type SubscriberNumber: String
|
899
899
|
|
900
900
|
attr_accessor :ExtendCode, :CountryCode, :PhoneNumber, :SignName, :ReplyContent, :ReplyTime, :SubscriberNumber
|
901
|
-
|
901
|
+
|
902
902
|
def initialize(extendcode=nil, countrycode=nil, phonenumber=nil, signname=nil, replycontent=nil, replytime=nil, subscribernumber=nil)
|
903
903
|
@ExtendCode = extendcode
|
904
904
|
@CountryCode = countrycode
|
@@ -938,7 +938,7 @@ module TencentCloud
|
|
938
938
|
# @type EndTime: Integer
|
939
939
|
|
940
940
|
attr_accessor :BeginTime, :Offset, :Limit, :PhoneNumber, :SmsSdkAppId, :EndTime
|
941
|
-
|
941
|
+
|
942
942
|
def initialize(begintime=nil, offset=nil, limit=nil, phonenumber=nil, smssdkappid=nil, endtime=nil)
|
943
943
|
@BeginTime = begintime
|
944
944
|
@Offset = offset
|
@@ -966,7 +966,7 @@ module TencentCloud
|
|
966
966
|
# @type RequestId: String
|
967
967
|
|
968
968
|
attr_accessor :PullSmsReplyStatusSet, :RequestId
|
969
|
-
|
969
|
+
|
970
970
|
def initialize(pullsmsreplystatusset=nil, requestid=nil)
|
971
971
|
@PullSmsReplyStatusSet = pullsmsreplystatusset
|
972
972
|
@RequestId = requestid
|
@@ -993,7 +993,7 @@ module TencentCloud
|
|
993
993
|
# @type SmsSdkAppId: String
|
994
994
|
|
995
995
|
attr_accessor :Limit, :SmsSdkAppId
|
996
|
-
|
996
|
+
|
997
997
|
def initialize(limit=nil, smssdkappid=nil)
|
998
998
|
@Limit = limit
|
999
999
|
@SmsSdkAppId = smssdkappid
|
@@ -1013,7 +1013,7 @@ module TencentCloud
|
|
1013
1013
|
# @type RequestId: String
|
1014
1014
|
|
1015
1015
|
attr_accessor :PullSmsReplyStatusSet, :RequestId
|
1016
|
-
|
1016
|
+
|
1017
1017
|
def initialize(pullsmsreplystatusset=nil, requestid=nil)
|
1018
1018
|
@PullSmsReplyStatusSet = pullsmsreplystatusset
|
1019
1019
|
@RequestId = requestid
|
@@ -1053,7 +1053,7 @@ module TencentCloud
|
|
1053
1053
|
# @type SessionContext: String
|
1054
1054
|
|
1055
1055
|
attr_accessor :UserReceiveTime, :CountryCode, :SubscriberNumber, :PhoneNumber, :SerialNo, :ReportStatus, :Description, :SessionContext
|
1056
|
-
|
1056
|
+
|
1057
1057
|
def initialize(userreceivetime=nil, countrycode=nil, subscribernumber=nil, phonenumber=nil, serialno=nil, reportstatus=nil, description=nil, sessioncontext=nil)
|
1058
1058
|
@UserReceiveTime = userreceivetime
|
1059
1059
|
@CountryCode = countrycode
|
@@ -1095,7 +1095,7 @@ module TencentCloud
|
|
1095
1095
|
# @type EndTime: Integer
|
1096
1096
|
|
1097
1097
|
attr_accessor :BeginTime, :Offset, :Limit, :PhoneNumber, :SmsSdkAppId, :EndTime
|
1098
|
-
|
1098
|
+
|
1099
1099
|
def initialize(begintime=nil, offset=nil, limit=nil, phonenumber=nil, smssdkappid=nil, endtime=nil)
|
1100
1100
|
@BeginTime = begintime
|
1101
1101
|
@Offset = offset
|
@@ -1123,7 +1123,7 @@ module TencentCloud
|
|
1123
1123
|
# @type RequestId: String
|
1124
1124
|
|
1125
1125
|
attr_accessor :PullSmsSendStatusSet, :RequestId
|
1126
|
-
|
1126
|
+
|
1127
1127
|
def initialize(pullsmssendstatusset=nil, requestid=nil)
|
1128
1128
|
@PullSmsSendStatusSet = pullsmssendstatusset
|
1129
1129
|
@RequestId = requestid
|
@@ -1150,7 +1150,7 @@ module TencentCloud
|
|
1150
1150
|
# @type SmsSdkAppId: String
|
1151
1151
|
|
1152
1152
|
attr_accessor :Limit, :SmsSdkAppId
|
1153
|
-
|
1153
|
+
|
1154
1154
|
def initialize(limit=nil, smssdkappid=nil)
|
1155
1155
|
@Limit = limit
|
1156
1156
|
@SmsSdkAppId = smssdkappid
|
@@ -1170,7 +1170,7 @@ module TencentCloud
|
|
1170
1170
|
# @type RequestId: String
|
1171
1171
|
|
1172
1172
|
attr_accessor :PullSmsSendStatusSet, :RequestId
|
1173
|
-
|
1173
|
+
|
1174
1174
|
def initialize(pullsmssendstatusset=nil, requestid=nil)
|
1175
1175
|
@PullSmsSendStatusSet = pullsmssendstatusset
|
1176
1176
|
@RequestId = requestid
|
@@ -1199,7 +1199,7 @@ module TencentCloud
|
|
1199
1199
|
# @type ConversionTime: Integer
|
1200
1200
|
|
1201
1201
|
attr_accessor :SmsSdkAppId, :SerialNo, :ConversionTime
|
1202
|
-
|
1202
|
+
|
1203
1203
|
def initialize(smssdkappid=nil, serialno=nil, conversiontime=nil)
|
1204
1204
|
@SmsSdkAppId = smssdkappid
|
1205
1205
|
@SerialNo = serialno
|
@@ -1221,7 +1221,7 @@ module TencentCloud
|
|
1221
1221
|
# @type RequestId: String
|
1222
1222
|
|
1223
1223
|
attr_accessor :ReportConversionStatus, :RequestId
|
1224
|
-
|
1224
|
+
|
1225
1225
|
def initialize(reportconversionstatus=nil, requestid=nil)
|
1226
1226
|
@ReportConversionStatus = reportconversionstatus
|
1227
1227
|
@RequestId = requestid
|
@@ -1244,7 +1244,7 @@ module TencentCloud
|
|
1244
1244
|
# @type Message: String
|
1245
1245
|
|
1246
1246
|
attr_accessor :Code, :Message
|
1247
|
-
|
1247
|
+
|
1248
1248
|
def initialize(code=nil, message=nil)
|
1249
1249
|
@Code = code
|
1250
1250
|
@Message = message
|
@@ -1281,7 +1281,7 @@ module TencentCloud
|
|
1281
1281
|
# @type SenderId: String
|
1282
1282
|
|
1283
1283
|
attr_accessor :PhoneNumberSet, :SmsSdkAppId, :TemplateId, :SignName, :TemplateParamSet, :ExtendCode, :SessionContext, :SenderId
|
1284
|
-
|
1284
|
+
|
1285
1285
|
def initialize(phonenumberset=nil, smssdkappid=nil, templateid=nil, signname=nil, templateparamset=nil, extendcode=nil, sessioncontext=nil, senderid=nil)
|
1286
1286
|
@PhoneNumberSet = phonenumberset
|
1287
1287
|
@SmsSdkAppId = smssdkappid
|
@@ -1313,7 +1313,7 @@ module TencentCloud
|
|
1313
1313
|
# @type RequestId: String
|
1314
1314
|
|
1315
1315
|
attr_accessor :SendStatusSet, :RequestId
|
1316
|
-
|
1316
|
+
|
1317
1317
|
def initialize(sendstatusset=nil, requestid=nil)
|
1318
1318
|
@SendStatusSet = sendstatusset
|
1319
1319
|
@RequestId = requestid
|
@@ -1350,7 +1350,7 @@ module TencentCloud
|
|
1350
1350
|
# @type IsoCode: String
|
1351
1351
|
|
1352
1352
|
attr_accessor :SerialNo, :PhoneNumber, :Fee, :SessionContext, :Code, :Message, :IsoCode
|
1353
|
-
|
1353
|
+
|
1354
1354
|
def initialize(serialno=nil, phonenumber=nil, fee=nil, sessioncontext=nil, code=nil, message=nil, isocode=nil)
|
1355
1355
|
@SerialNo = serialno
|
1356
1356
|
@PhoneNumber = phonenumber
|
@@ -1382,7 +1382,7 @@ module TencentCloud
|
|
1382
1382
|
# @type RequestSuccessCount: Integer
|
1383
1383
|
|
1384
1384
|
attr_accessor :FeeCount, :RequestCount, :RequestSuccessCount
|
1385
|
-
|
1385
|
+
|
1386
1386
|
def initialize(feecount=nil, requestcount=nil, requestsuccesscount=nil)
|
1387
1387
|
@FeeCount = feecount
|
1388
1388
|
@RequestCount = requestcount
|
@@ -1413,7 +1413,7 @@ module TencentCloud
|
|
1413
1413
|
# @type Offset: Integer
|
1414
1414
|
|
1415
1415
|
attr_accessor :BeginTime, :EndTime, :SmsSdkAppId, :Limit, :Offset
|
1416
|
-
|
1416
|
+
|
1417
1417
|
def initialize(begintime=nil, endtime=nil, smssdkappid=nil, limit=nil, offset=nil)
|
1418
1418
|
@BeginTime = begintime
|
1419
1419
|
@EndTime = endtime
|
@@ -1439,7 +1439,7 @@ module TencentCloud
|
|
1439
1439
|
# @type RequestId: String
|
1440
1440
|
|
1441
1441
|
attr_accessor :SendStatusStatistics, :RequestId
|
1442
|
-
|
1442
|
+
|
1443
1443
|
def initialize(sendstatusstatistics=nil, requestid=nil)
|
1444
1444
|
@SendStatusStatistics = sendstatusstatistics
|
1445
1445
|
@RequestId = requestid
|
@@ -1472,7 +1472,7 @@ module TencentCloud
|
|
1472
1472
|
# @type CurrentUsage: Integer
|
1473
1473
|
|
1474
1474
|
attr_accessor :PackageCreateTime, :PackageEffectiveTime, :PackageExpiredTime, :PackageAmount, :PackageType, :PackageId, :CurrentUsage
|
1475
|
-
|
1475
|
+
|
1476
1476
|
def initialize(packagecreatetime=nil, packageeffectivetime=nil, packageexpiredtime=nil, packageamount=nil, packagetype=nil, packageid=nil, currentusage=nil)
|
1477
1477
|
@PackageCreateTime = packagecreatetime
|
1478
1478
|
@PackageEffectiveTime = packageeffectivetime
|
@@ -1510,7 +1510,7 @@ module TencentCloud
|
|
1510
1510
|
# @type EndTime: String
|
1511
1511
|
|
1512
1512
|
attr_accessor :SmsSdkAppId, :Limit, :Offset, :BeginTime, :EndTime
|
1513
|
-
|
1513
|
+
|
1514
1514
|
def initialize(smssdkappid=nil, limit=nil, offset=nil, begintime=nil, endtime=nil)
|
1515
1515
|
@SmsSdkAppId = smssdkappid
|
1516
1516
|
@Limit = limit
|
@@ -1536,7 +1536,7 @@ module TencentCloud
|
|
1536
1536
|
# @type RequestId: String
|
1537
1537
|
|
1538
1538
|
attr_accessor :SmsPackagesStatisticsSet, :RequestId
|
1539
|
-
|
1539
|
+
|
1540
1540
|
def initialize(smspackagesstatisticsset=nil, requestid=nil)
|
1541
1541
|
@SmsPackagesStatisticsSet = smspackagesstatisticsset
|
1542
1542
|
@RequestId = requestid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sms
|
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
|