tencentcloud-sdk-ses 3.0.590 → 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/v20201002/models.rb +68 -68
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd2bb65d74c150fe7cfa9f8944c7c29ec2c6475f
4
- data.tar.gz: f3e8724f50c7bfea7a1d5e7dff6dbe689c0fdbc1
3
+ metadata.gz: 2e1b317107b440d4131ed232c542056b842a6070
4
+ data.tar.gz: 660ac8d6b7b263cf54bc2828217ed79c74df20f7
5
5
  SHA512:
6
- metadata.gz: ce880f0cbeaf66f5eee08f9ccc6aebfa65ece647b3aceca2ce3b720d0290d441196d19a2f3064f5b1d2c43f650517d9336a34811377799f12883d41c9344553d
7
- data.tar.gz: 13587ec5443033a025809027a814c1930e1c08298ab72aa3cd108a7042446d8cf6f6af9f0a31d7f2fab597f94a6358105e5e45a9cf33b6e0b2b25610edebe1d6
6
+ metadata.gz: 6c2ce93b9f99135573d4ac28f31e416b4f8aa5ee4e08ccce1df9a3c29d22f66abaf43ba9f740f81e73f4ad2c722c9c5683808000df04638a5d048c8c473a880e
7
+ data.tar.gz: d055093ebb42347b0a7bd9c551d409a803fb007a2eff14c09e58a382e7f1bd24105a7d752fa783e6755eed0c1fa5a5b33d840f6a6401928f483f9190cde4b4c6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Content: String
26
26
 
27
27
  attr_accessor :FileName, :Content
28
-
28
+
29
29
  def initialize(filename=nil, content=nil)
30
30
  @FileName = filename
31
31
  @Content = content
@@ -67,7 +67,7 @@ module TencentCloud
67
67
  # @type ADLocation: Integer
68
68
 
69
69
  attr_accessor :FromEmailAddress, :ReceiverId, :Subject, :TaskType, :ReplyToAddresses, :Template, :Simple, :Attachments, :CycleParam, :TimedParam, :Unsubscribe, :ADLocation
70
-
70
+
71
71
  def initialize(fromemailaddress=nil, receiverid=nil, subject=nil, tasktype=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, cycleparam=nil, timedparam=nil, unsubscribe=nil, adlocation=nil)
72
72
  @FromEmailAddress = fromemailaddress
73
73
  @ReceiverId = receiverid
@@ -126,7 +126,7 @@ module TencentCloud
126
126
  # @type RequestId: String
127
127
 
128
128
  attr_accessor :TaskId, :RequestId
129
-
129
+
130
130
  def initialize(taskid=nil, requestid=nil)
131
131
  @TaskId = taskid
132
132
  @RequestId = requestid
@@ -146,7 +146,7 @@ module TencentCloud
146
146
  # @type EmailAddress: String
147
147
 
148
148
  attr_accessor :BounceTime, :EmailAddress
149
-
149
+
150
150
  def initialize(bouncetime=nil, emailaddress=nil)
151
151
  @BounceTime = bouncetime
152
152
  @EmailAddress = emailaddress
@@ -166,7 +166,7 @@ module TencentCloud
166
166
  # @type EmailSenderName: String
167
167
 
168
168
  attr_accessor :EmailAddress, :EmailSenderName
169
-
169
+
170
170
  def initialize(emailaddress=nil, emailsendername=nil)
171
171
  @EmailAddress = emailaddress
172
172
  @EmailSenderName = emailsendername
@@ -184,7 +184,7 @@ module TencentCloud
184
184
  # @type RequestId: String
185
185
 
186
186
  attr_accessor :RequestId
187
-
187
+
188
188
  def initialize(requestid=nil)
189
189
  @RequestId = requestid
190
190
  end
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type EmailIdentity: String
201
201
 
202
202
  attr_accessor :EmailIdentity
203
-
203
+
204
204
  def initialize(emailidentity=nil)
205
205
  @EmailIdentity = emailidentity
206
206
  end
@@ -222,7 +222,7 @@ module TencentCloud
222
222
  # @type RequestId: String
223
223
 
224
224
  attr_accessor :IdentityType, :VerifiedForSendingStatus, :Attributes, :RequestId
225
-
225
+
226
226
  def initialize(identitytype=nil, verifiedforsendingstatus=nil, attributes=nil, requestid=nil)
227
227
  @IdentityType = identitytype
228
228
  @VerifiedForSendingStatus = verifiedforsendingstatus
@@ -253,7 +253,7 @@ module TencentCloud
253
253
  # @type TemplateContent: :class:`Tencentcloud::Ses.v20201002.models.TemplateContent`
254
254
 
255
255
  attr_accessor :TemplateName, :TemplateContent
256
-
256
+
257
257
  def initialize(templatename=nil, templatecontent=nil)
258
258
  @TemplateName = templatename
259
259
  @TemplateContent = templatecontent
@@ -276,7 +276,7 @@ module TencentCloud
276
276
  # @type RequestId: String
277
277
 
278
278
  attr_accessor :TemplateID, :RequestId
279
-
279
+
280
280
  def initialize(templateid=nil, requestid=nil)
281
281
  @TemplateID = templateid
282
282
  @RequestId = requestid
@@ -296,7 +296,7 @@ module TencentCloud
296
296
  # @type Emails: Array
297
297
 
298
298
  attr_accessor :ReceiverId, :Emails
299
-
299
+
300
300
  def initialize(receiverid=nil, emails=nil)
301
301
  @ReceiverId = receiverid
302
302
  @Emails = emails
@@ -314,7 +314,7 @@ module TencentCloud
314
314
  # @type RequestId: String
315
315
 
316
316
  attr_accessor :RequestId
317
-
317
+
318
318
  def initialize(requestid=nil)
319
319
  @RequestId = requestid
320
320
  end
@@ -332,7 +332,7 @@ module TencentCloud
332
332
  # @type Datas: Array
333
333
 
334
334
  attr_accessor :ReceiverId, :Datas
335
-
335
+
336
336
  def initialize(receiverid=nil, datas=nil)
337
337
  @ReceiverId = receiverid
338
338
  @Datas = datas
@@ -357,7 +357,7 @@ module TencentCloud
357
357
  # @type RequestId: String
358
358
 
359
359
  attr_accessor :RequestId
360
-
360
+
361
361
  def initialize(requestid=nil)
362
362
  @RequestId = requestid
363
363
  end
@@ -375,7 +375,7 @@ module TencentCloud
375
375
  # @type Desc: String
376
376
 
377
377
  attr_accessor :ReceiversName, :Desc
378
-
378
+
379
379
  def initialize(receiversname=nil, desc=nil)
380
380
  @ReceiversName = receiversname
381
381
  @Desc = desc
@@ -395,7 +395,7 @@ module TencentCloud
395
395
  # @type RequestId: String
396
396
 
397
397
  attr_accessor :ReceiverId, :RequestId
398
-
398
+
399
399
  def initialize(receiverid=nil, requestid=nil)
400
400
  @ReceiverId = receiverid
401
401
  @RequestId = requestid
@@ -417,7 +417,7 @@ module TencentCloud
417
417
  # @type TermCycle: Integer
418
418
 
419
419
  attr_accessor :BeginTime, :IntervalTime, :TermCycle
420
-
420
+
421
421
  def initialize(begintime=nil, intervaltime=nil, termcycle=nil)
422
422
  @BeginTime = begintime
423
423
  @IntervalTime = intervaltime
@@ -445,7 +445,7 @@ module TencentCloud
445
445
  # @type Status: Boolean
446
446
 
447
447
  attr_accessor :Type, :SendDomain, :ExpectedValue, :CurrentValue, :Status
448
-
448
+
449
449
  def initialize(type=nil, senddomain=nil, expectedvalue=nil, currentvalue=nil, status=nil)
450
450
  @Type = type
451
451
  @SendDomain = senddomain
@@ -469,7 +469,7 @@ module TencentCloud
469
469
  # @type EmailAddressList: Array
470
470
 
471
471
  attr_accessor :EmailAddressList
472
-
472
+
473
473
  def initialize(emailaddresslist=nil)
474
474
  @EmailAddressList = emailaddresslist
475
475
  end
@@ -485,7 +485,7 @@ module TencentCloud
485
485
  # @type RequestId: String
486
486
 
487
487
  attr_accessor :RequestId
488
-
488
+
489
489
  def initialize(requestid=nil)
490
490
  @RequestId = requestid
491
491
  end
@@ -501,7 +501,7 @@ module TencentCloud
501
501
  # @type EmailAddress: String
502
502
 
503
503
  attr_accessor :EmailAddress
504
-
504
+
505
505
  def initialize(emailaddress=nil)
506
506
  @EmailAddress = emailaddress
507
507
  end
@@ -517,7 +517,7 @@ module TencentCloud
517
517
  # @type RequestId: String
518
518
 
519
519
  attr_accessor :RequestId
520
-
520
+
521
521
  def initialize(requestid=nil)
522
522
  @RequestId = requestid
523
523
  end
@@ -533,7 +533,7 @@ module TencentCloud
533
533
  # @type EmailIdentity: String
534
534
 
535
535
  attr_accessor :EmailIdentity
536
-
536
+
537
537
  def initialize(emailidentity=nil)
538
538
  @EmailIdentity = emailidentity
539
539
  end
@@ -549,7 +549,7 @@ module TencentCloud
549
549
  # @type RequestId: String
550
550
 
551
551
  attr_accessor :RequestId
552
-
552
+
553
553
  def initialize(requestid=nil)
554
554
  @RequestId = requestid
555
555
  end
@@ -565,7 +565,7 @@ module TencentCloud
565
565
  # @type TemplateID: Integer
566
566
 
567
567
  attr_accessor :TemplateID
568
-
568
+
569
569
  def initialize(templateid=nil)
570
570
  @TemplateID = templateid
571
571
  end
@@ -581,7 +581,7 @@ module TencentCloud
581
581
  # @type RequestId: String
582
582
 
583
583
  attr_accessor :RequestId
584
-
584
+
585
585
  def initialize(requestid=nil)
586
586
  @RequestId = requestid
587
587
  end
@@ -597,7 +597,7 @@ module TencentCloud
597
597
  # @type ReceiverId: Integer
598
598
 
599
599
  attr_accessor :ReceiverId
600
-
600
+
601
601
  def initialize(receiverid=nil)
602
602
  @ReceiverId = receiverid
603
603
  end
@@ -613,7 +613,7 @@ module TencentCloud
613
613
  # @type RequestId: String
614
614
 
615
615
  attr_accessor :RequestId
616
-
616
+
617
617
  def initialize(requestid=nil)
618
618
  @RequestId = requestid
619
619
  end
@@ -637,7 +637,7 @@ module TencentCloud
637
637
  # @type DailyQuota: Integer
638
638
 
639
639
  attr_accessor :IdentityName, :IdentityType, :SendingEnabled, :CurrentReputationLevel, :DailyQuota
640
-
640
+
641
641
  def initialize(identityname=nil, identitytype=nil, sendingenabled=nil, currentreputationlevel=nil, dailyquota=nil)
642
642
  @IdentityName = identityname
643
643
  @IdentityType = identitytype
@@ -667,7 +667,7 @@ module TencentCloud
667
667
  # @type CreatedTimestamp: Integer
668
668
 
669
669
  attr_accessor :EmailAddress, :EmailSenderName, :CreatedTimestamp
670
-
670
+
671
671
  def initialize(emailaddress=nil, emailsendername=nil, createdtimestamp=nil)
672
672
  @EmailAddress = emailaddress
673
673
  @EmailSenderName = emailsendername
@@ -687,7 +687,7 @@ module TencentCloud
687
687
  # @type EmailIdentity: String
688
688
 
689
689
  attr_accessor :EmailIdentity
690
-
690
+
691
691
  def initialize(emailidentity=nil)
692
692
  @EmailIdentity = emailidentity
693
693
  end
@@ -709,7 +709,7 @@ module TencentCloud
709
709
  # @type RequestId: String
710
710
 
711
711
  attr_accessor :IdentityType, :VerifiedForSendingStatus, :Attributes, :RequestId
712
-
712
+
713
713
  def initialize(identitytype=nil, verifiedforsendingstatus=nil, attributes=nil, requestid=nil)
714
714
  @IdentityType = identitytype
715
715
  @VerifiedForSendingStatus = verifiedforsendingstatus
@@ -738,7 +738,7 @@ module TencentCloud
738
738
  # @type TemplateID: Integer
739
739
 
740
740
  attr_accessor :TemplateID
741
-
741
+
742
742
  def initialize(templateid=nil)
743
743
  @TemplateID = templateid
744
744
  end
@@ -760,7 +760,7 @@ module TencentCloud
760
760
  # @type RequestId: String
761
761
 
762
762
  attr_accessor :TemplateContent, :TemplateStatus, :TemplateName, :RequestId
763
-
763
+
764
764
  def initialize(templatecontent=nil, templatestatus=nil, templatename=nil, requestid=nil)
765
765
  @TemplateContent = templatecontent
766
766
  @TemplateStatus = templatestatus
@@ -793,7 +793,7 @@ module TencentCloud
793
793
  # @type ToEmailAddress: String
794
794
 
795
795
  attr_accessor :RequestDate, :Offset, :Limit, :MessageId, :ToEmailAddress
796
-
796
+
797
797
  def initialize(requestdate=nil, offset=nil, limit=nil, messageid=nil, toemailaddress=nil)
798
798
  @RequestDate = requestdate
799
799
  @Offset = offset
@@ -819,7 +819,7 @@ module TencentCloud
819
819
  # @type RequestId: String
820
820
 
821
821
  attr_accessor :EmailStatusList, :RequestId
822
-
822
+
823
823
  def initialize(emailstatuslist=nil, requestid=nil)
824
824
  @EmailStatusList = emailstatuslist
825
825
  @RequestId = requestid
@@ -850,7 +850,7 @@ module TencentCloud
850
850
  # @type ReceivingMailboxType: String
851
851
 
852
852
  attr_accessor :StartDate, :EndDate, :Domain, :ReceivingMailboxType
853
-
853
+
854
854
  def initialize(startdate=nil, enddate=nil, domain=nil, receivingmailboxtype=nil)
855
855
  @StartDate = startdate
856
856
  @EndDate = enddate
@@ -876,7 +876,7 @@ module TencentCloud
876
876
  # @type RequestId: String
877
877
 
878
878
  attr_accessor :DailyVolumes, :OverallVolume, :RequestId
879
-
879
+
880
880
  def initialize(dailyvolumes=nil, overallvolume=nil, requestid=nil)
881
881
  @DailyVolumes = dailyvolumes
882
882
  @OverallVolume = overallvolume
@@ -916,7 +916,7 @@ module TencentCloud
916
916
  # @type TaskID: String
917
917
 
918
918
  attr_accessor :StartDate, :EndDate, :Limit, :Offset, :EmailAddress, :TaskID
919
-
919
+
920
920
  def initialize(startdate=nil, enddate=nil, limit=nil, offset=nil, emailaddress=nil, taskid=nil)
921
921
  @StartDate = startdate
922
922
  @EndDate = enddate
@@ -946,7 +946,7 @@ module TencentCloud
946
946
  # @type RequestId: String
947
947
 
948
948
  attr_accessor :BlackList, :TotalCount, :RequestId
949
-
949
+
950
950
  def initialize(blacklist=nil, totalcount=nil, requestid=nil)
951
951
  @BlackList = blacklist
952
952
  @TotalCount = totalcount
@@ -970,7 +970,7 @@ module TencentCloud
970
970
  # ListEmailAddress请求参数结构体
971
971
  class ListEmailAddressRequest < TencentCloud::Common::AbstractModel
972
972
 
973
-
973
+
974
974
  def initialize()
975
975
  end
976
976
 
@@ -987,7 +987,7 @@ module TencentCloud
987
987
  # @type RequestId: String
988
988
 
989
989
  attr_accessor :EmailSenders, :RequestId
990
-
990
+
991
991
  def initialize(emailsenders=nil, requestid=nil)
992
992
  @EmailSenders = emailsenders
993
993
  @RequestId = requestid
@@ -1009,7 +1009,7 @@ module TencentCloud
1009
1009
  # ListEmailIdentities请求参数结构体
1010
1010
  class ListEmailIdentitiesRequest < TencentCloud::Common::AbstractModel
1011
1011
 
1012
-
1012
+
1013
1013
  def initialize()
1014
1014
  end
1015
1015
 
@@ -1029,7 +1029,7 @@ module TencentCloud
1029
1029
  # @type RequestId: String
1030
1030
 
1031
1031
  attr_accessor :EmailIdentities, :MaxReputationLevel, :MaxDailyQuota, :RequestId
1032
-
1032
+
1033
1033
  def initialize(emailidentities=nil, maxreputationlevel=nil, maxdailyquota=nil, requestid=nil)
1034
1034
  @EmailIdentities = emailidentities
1035
1035
  @MaxReputationLevel = maxreputationlevel
@@ -1060,7 +1060,7 @@ module TencentCloud
1060
1060
  # @type Offset: Integer
1061
1061
 
1062
1062
  attr_accessor :Limit, :Offset
1063
-
1063
+
1064
1064
  def initialize(limit=nil, offset=nil)
1065
1065
  @Limit = limit
1066
1066
  @Offset = offset
@@ -1082,7 +1082,7 @@ module TencentCloud
1082
1082
  # @type RequestId: String
1083
1083
 
1084
1084
  attr_accessor :TemplatesMetadata, :TotalCount, :RequestId
1085
-
1085
+
1086
1086
  def initialize(templatesmetadata=nil, totalcount=nil, requestid=nil)
1087
1087
  @TemplatesMetadata = templatesmetadata
1088
1088
  @TotalCount = totalcount
@@ -1115,7 +1115,7 @@ module TencentCloud
1115
1115
  # @type KeyWord: String
1116
1116
 
1117
1117
  attr_accessor :Offset, :Limit, :Status, :KeyWord
1118
-
1118
+
1119
1119
  def initialize(offset=nil, limit=nil, status=nil, keyword=nil)
1120
1120
  @Offset = offset
1121
1121
  @Limit = limit
@@ -1141,7 +1141,7 @@ module TencentCloud
1141
1141
  # @type RequestId: String
1142
1142
 
1143
1143
  attr_accessor :TotalCount, :Data, :RequestId
1144
-
1144
+
1145
1145
  def initialize(totalcount=nil, data=nil, requestid=nil)
1146
1146
  @TotalCount = totalcount
1147
1147
  @Data = data
@@ -1176,7 +1176,7 @@ module TencentCloud
1176
1176
  # @type TaskType: Integer
1177
1177
 
1178
1178
  attr_accessor :Offset, :Limit, :Status, :ReceiverId, :TaskType
1179
-
1179
+
1180
1180
  def initialize(offset=nil, limit=nil, status=nil, receiverid=nil, tasktype=nil)
1181
1181
  @Offset = offset
1182
1182
  @Limit = limit
@@ -1204,7 +1204,7 @@ module TencentCloud
1204
1204
  # @type RequestId: String
1205
1205
 
1206
1206
  attr_accessor :TotalCount, :Data, :RequestId
1207
-
1207
+
1208
1208
  def initialize(totalcount=nil, data=nil, requestid=nil)
1209
1209
  @TotalCount = totalcount
1210
1210
  @Data = data
@@ -1243,7 +1243,7 @@ module TencentCloud
1243
1243
  # @type CreateTime: String
1244
1244
 
1245
1245
  attr_accessor :ReceiverId, :ReceiversName, :Count, :Desc, :ReceiversStatus, :CreateTime
1246
-
1246
+
1247
1247
  def initialize(receiverid=nil, receiversname=nil, count=nil, desc=nil, receiversstatus=nil, createtime=nil)
1248
1248
  @ReceiverId = receiverid
1249
1249
  @ReceiversName = receiversname
@@ -1272,7 +1272,7 @@ module TencentCloud
1272
1272
  # @type TemplateData: String
1273
1273
 
1274
1274
  attr_accessor :Email, :TemplateData
1275
-
1275
+
1276
1276
  def initialize(email=nil, templatedata=nil)
1277
1277
  @Email = email
1278
1278
  @TemplateData = templatedata
@@ -1312,7 +1312,7 @@ module TencentCloud
1312
1312
  # @type TriggerType: Integer
1313
1313
 
1314
1314
  attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType
1315
-
1315
+
1316
1316
  def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil)
1317
1317
  @FromEmailAddress = fromemailaddress
1318
1318
  @Destination = destination
@@ -1363,7 +1363,7 @@ module TencentCloud
1363
1363
  # @type RequestId: String
1364
1364
 
1365
1365
  attr_accessor :MessageId, :RequestId
1366
-
1366
+
1367
1367
  def initialize(messageid=nil, requestid=nil)
1368
1368
  @MessageId = messageid
1369
1369
  @RequestId = requestid
@@ -1432,7 +1432,7 @@ module TencentCloud
1432
1432
  # @type UserComplainted: Boolean
1433
1433
 
1434
1434
  attr_accessor :MessageId, :ToEmailAddress, :FromEmailAddress, :SendStatus, :DeliverStatus, :DeliverMessage, :RequestTime, :DeliverTime, :UserOpened, :UserClicked, :UserUnsubscribed, :UserComplainted
1435
-
1435
+
1436
1436
  def initialize(messageid=nil, toemailaddress=nil, fromemailaddress=nil, sendstatus=nil, deliverstatus=nil, delivermessage=nil, requesttime=nil, delivertime=nil, useropened=nil, userclicked=nil, userunsubscribed=nil, usercomplainted=nil)
1437
1437
  @MessageId = messageid
1438
1438
  @ToEmailAddress = toemailaddress
@@ -1504,7 +1504,7 @@ module TencentCloud
1504
1504
  # @type ReceiversName: String
1505
1505
 
1506
1506
  attr_accessor :TaskId, :FromEmailAddress, :ReceiverId, :TaskStatus, :TaskType, :RequestCount, :SendCount, :CacheCount, :CreateTime, :UpdateTime, :Subject, :Template, :CycleParam, :TimedParam, :ErrMsg, :ReceiversName
1507
-
1507
+
1508
1508
  def initialize(taskid=nil, fromemailaddress=nil, receiverid=nil, taskstatus=nil, tasktype=nil, requestcount=nil, sendcount=nil, cachecount=nil, createtime=nil, updatetime=nil, subject=nil, template=nil, cycleparam=nil, timedparam=nil, errmsg=nil, receiversname=nil)
1509
1509
  @TaskId = taskid
1510
1510
  @FromEmailAddress = fromemailaddress
@@ -1561,7 +1561,7 @@ module TencentCloud
1561
1561
  # @type Text: String
1562
1562
 
1563
1563
  attr_accessor :Html, :Text
1564
-
1564
+
1565
1565
  def initialize(html=nil, text=nil)
1566
1566
  @Html = html
1567
1567
  @Text = text
@@ -1583,7 +1583,7 @@ module TencentCloud
1583
1583
  # @type TemplateData: String
1584
1584
 
1585
1585
  attr_accessor :TemplateID, :TemplateData
1586
-
1586
+
1587
1587
  def initialize(templateid=nil, templatedata=nil)
1588
1588
  @TemplateID = templateid
1589
1589
  @TemplateData = templatedata
@@ -1603,7 +1603,7 @@ module TencentCloud
1603
1603
  # @type Text: String
1604
1604
 
1605
1605
  attr_accessor :Html, :Text
1606
-
1606
+
1607
1607
  def initialize(html=nil, text=nil)
1608
1608
  @Html = html
1609
1609
  @Text = text
@@ -1629,7 +1629,7 @@ module TencentCloud
1629
1629
  # @type ReviewReason: String
1630
1630
 
1631
1631
  attr_accessor :CreatedTimestamp, :TemplateName, :TemplateStatus, :TemplateID, :ReviewReason
1632
-
1632
+
1633
1633
  def initialize(createdtimestamp=nil, templatename=nil, templatestatus=nil, templateid=nil, reviewreason=nil)
1634
1634
  @CreatedTimestamp = createdtimestamp
1635
1635
  @TemplateName = templatename
@@ -1653,7 +1653,7 @@ module TencentCloud
1653
1653
  # @type BeginTime: String
1654
1654
 
1655
1655
  attr_accessor :BeginTime
1656
-
1656
+
1657
1657
  def initialize(begintime=nil)
1658
1658
  @BeginTime = begintime
1659
1659
  end
@@ -1669,7 +1669,7 @@ module TencentCloud
1669
1669
  # @type EmailIdentity: String
1670
1670
 
1671
1671
  attr_accessor :EmailIdentity
1672
-
1672
+
1673
1673
  def initialize(emailidentity=nil)
1674
1674
  @EmailIdentity = emailidentity
1675
1675
  end
@@ -1691,7 +1691,7 @@ module TencentCloud
1691
1691
  # @type RequestId: String
1692
1692
 
1693
1693
  attr_accessor :IdentityType, :VerifiedForSendingStatus, :Attributes, :RequestId
1694
-
1694
+
1695
1695
  def initialize(identitytype=nil, verifiedforsendingstatus=nil, attributes=nil, requestid=nil)
1696
1696
  @IdentityType = identitytype
1697
1697
  @VerifiedForSendingStatus = verifiedforsendingstatus
@@ -1722,7 +1722,7 @@ module TencentCloud
1722
1722
  # @type EmailAddress: String
1723
1723
 
1724
1724
  attr_accessor :Password, :EmailAddress
1725
-
1725
+
1726
1726
  def initialize(password=nil, emailaddress=nil)
1727
1727
  @Password = password
1728
1728
  @EmailAddress = emailaddress
@@ -1740,7 +1740,7 @@ module TencentCloud
1740
1740
  # @type RequestId: String
1741
1741
 
1742
1742
  attr_accessor :RequestId
1743
-
1743
+
1744
1744
  def initialize(requestid=nil)
1745
1745
  @RequestId = requestid
1746
1746
  end
@@ -1760,7 +1760,7 @@ module TencentCloud
1760
1760
  # @type TemplateName: String
1761
1761
 
1762
1762
  attr_accessor :TemplateContent, :TemplateID, :TemplateName
1763
-
1763
+
1764
1764
  def initialize(templatecontent=nil, templateid=nil, templatename=nil)
1765
1765
  @TemplateContent = templatecontent
1766
1766
  @TemplateID = templateid
@@ -1783,7 +1783,7 @@ module TencentCloud
1783
1783
  # @type RequestId: String
1784
1784
 
1785
1785
  attr_accessor :RequestId
1786
-
1786
+
1787
1787
  def initialize(requestid=nil)
1788
1788
  @RequestId = requestid
1789
1789
  end
@@ -1815,7 +1815,7 @@ module TencentCloud
1815
1815
  # @type UnsubscribeCount: Integer
1816
1816
 
1817
1817
  attr_accessor :SendDate, :RequestCount, :AcceptedCount, :DeliveredCount, :OpenedCount, :ClickedCount, :BounceCount, :UnsubscribeCount
1818
-
1818
+
1819
1819
  def initialize(senddate=nil, requestcount=nil, acceptedcount=nil, deliveredcount=nil, openedcount=nil, clickedcount=nil, bouncecount=nil, unsubscribecount=nil)
1820
1820
  @SendDate = senddate
1821
1821
  @RequestCount = requestcount
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 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