Class: TencentCloud::Domain::V20180808::PhoneEmailData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::PhoneEmailData
- Defined in:
- lib/v20180808/models.rb
Overview
手机号邮箱列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, type = nil, createdon = nil, checkstatus = nil) ⇒ PhoneEmailData
constructor
A new instance of PhoneEmailData.
Constructor Details
#initialize(code = nil, type = nil, createdon = nil, checkstatus = nil) ⇒ PhoneEmailData
Returns a new instance of PhoneEmailData.
3585 3586 3587 3588 3589 3590 |
# File 'lib/v20180808/models.rb', line 3585 def initialize(code=nil, type=nil, createdon=nil, checkstatus=nil) @Code = code @Type = type @CreatedOn = createdon @CheckStatus = checkstatus end |
Instance Attribute Details
#CheckStatus ⇒ Object
3583 3584 3585 |
# File 'lib/v20180808/models.rb', line 3583 def CheckStatus @CheckStatus end |
#Code ⇒ Object
3583 3584 3585 |
# File 'lib/v20180808/models.rb', line 3583 def Code @Code end |
#CreatedOn ⇒ Object
3583 3584 3585 |
# File 'lib/v20180808/models.rb', line 3583 def CreatedOn @CreatedOn end |
#Type ⇒ Object
3583 3584 3585 |
# File 'lib/v20180808/models.rb', line 3583 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
3592 3593 3594 3595 3596 3597 |
# File 'lib/v20180808/models.rb', line 3592 def deserialize(params) @Code = params['Code'] @Type = params['Type'] @CreatedOn = params['CreatedOn'] @CheckStatus = params['CheckStatus'] end |