Class: TencentCloud::Ses::V20201002::EmailSender
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::EmailSender
- Defined in:
- lib/v20201002/models.rb
Overview
用于描述发件人相关信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(emailaddress = nil, emailsendername = nil, createdtimestamp = nil, smtppwdtype = nil) ⇒ EmailSender
constructor
A new instance of EmailSender.
Constructor Details
#initialize(emailaddress = nil, emailsendername = nil, createdtimestamp = nil, smtppwdtype = nil) ⇒ EmailSender
Returns a new instance of EmailSender.
966 967 968 969 970 971 |
# File 'lib/v20201002/models.rb', line 966 def initialize(emailaddress=nil, emailsendername=nil, =nil, smtppwdtype=nil) @EmailAddress = emailaddress @EmailSenderName = emailsendername @CreatedTimestamp = @SmtpPwdType = smtppwdtype end |
Instance Attribute Details
#CreatedTimestamp ⇒ Object
964 965 966 |
# File 'lib/v20201002/models.rb', line 964 def CreatedTimestamp @CreatedTimestamp end |
#EmailAddress ⇒ Object
964 965 966 |
# File 'lib/v20201002/models.rb', line 964 def EmailAddress @EmailAddress end |
#EmailSenderName ⇒ Object
964 965 966 |
# File 'lib/v20201002/models.rb', line 964 def EmailSenderName @EmailSenderName end |
#SmtpPwdType ⇒ Object
964 965 966 |
# File 'lib/v20201002/models.rb', line 964 def SmtpPwdType @SmtpPwdType end |
Instance Method Details
#deserialize(params) ⇒ Object
973 974 975 976 977 978 |
# File 'lib/v20201002/models.rb', line 973 def deserialize(params) @EmailAddress = params['EmailAddress'] @EmailSenderName = params['EmailSenderName'] @CreatedTimestamp = params['CreatedTimestamp'] @SmtpPwdType = params['SmtpPwdType'] end |