Class: TencentCloud::Ses::V20201002::ListBlackEmailAddressRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::ListBlackEmailAddressRequest
- Defined in:
- lib/v20201002/models.rb
Overview
ListBlackEmailAddress请求参数结构体
Instance Attribute Summary collapse
- #EmailAddress ⇒ Object
- #EndDate ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #StartDate ⇒ Object
- #TaskID ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(startdate = nil, enddate = nil, limit = nil, offset = nil, emailaddress = nil, taskid = nil) ⇒ ListBlackEmailAddressRequest
constructor
A new instance of ListBlackEmailAddressRequest.
Constructor Details
#initialize(startdate = nil, enddate = nil, limit = nil, offset = nil, emailaddress = nil, taskid = nil) ⇒ ListBlackEmailAddressRequest
Returns a new instance of ListBlackEmailAddressRequest.
1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'lib/v20201002/models.rb', line 1072 def initialize(startdate=nil, enddate=nil, limit=nil, offset=nil, emailaddress=nil, taskid=nil) @StartDate = startdate @EndDate = enddate @Limit = limit @Offset = offset @EmailAddress = emailaddress @TaskID = taskid end |
Instance Attribute Details
#EmailAddress ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def EmailAddress @EmailAddress end |
#EndDate ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def EndDate @EndDate end |
#Limit ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def Limit @Limit end |
#Offset ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def Offset @Offset end |
#StartDate ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def StartDate @StartDate end |
#TaskID ⇒ Object
1070 1071 1072 |
# File 'lib/v20201002/models.rb', line 1070 def TaskID @TaskID end |
Instance Method Details
#deserialize(params) ⇒ Object
1081 1082 1083 1084 1085 1086 1087 1088 |
# File 'lib/v20201002/models.rb', line 1081 def deserialize(params) @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Limit = params['Limit'] @Offset = params['Offset'] @EmailAddress = params['EmailAddress'] @TaskID = params['TaskID'] end |