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.
1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'lib/v20201002/models.rb', line 1268 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
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def EmailAddress @EmailAddress end |
#EndDate ⇒ Object
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def EndDate @EndDate end |
#Limit ⇒ Object
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def Limit @Limit end |
#Offset ⇒ Object
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def Offset @Offset end |
#StartDate ⇒ Object
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def StartDate @StartDate end |
#TaskID ⇒ Object
1266 1267 1268 |
# File 'lib/v20201002/models.rb', line 1266 def TaskID @TaskID end |
Instance Method Details
#deserialize(params) ⇒ Object
1277 1278 1279 1280 1281 1282 1283 1284 |
# File 'lib/v20201002/models.rb', line 1277 def deserialize(params) @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Limit = params['Limit'] @Offset = params['Offset'] @EmailAddress = params['EmailAddress'] @TaskID = params['TaskID'] end |