Class: TencentCloud::Domain::V20180808::SendPhoneEmailCodeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::SendPhoneEmailCodeRequest
- Defined in:
- lib/v20180808/models.rb
Overview
SendPhoneEmailCode请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, type = nil) ⇒ SendPhoneEmailCodeRequest
constructor
A new instance of SendPhoneEmailCodeRequest.
Constructor Details
#initialize(code = nil, type = nil) ⇒ SendPhoneEmailCodeRequest
Returns a new instance of SendPhoneEmailCodeRequest.
4013 4014 4015 4016 |
# File 'lib/v20180808/models.rb', line 4013 def initialize(code=nil, type=nil) @Code = code @Type = type end |
Instance Attribute Details
#Code ⇒ Object
4011 4012 4013 |
# File 'lib/v20180808/models.rb', line 4011 def Code @Code end |
#Type ⇒ Object
4011 4012 4013 |
# File 'lib/v20180808/models.rb', line 4011 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4018 4019 4020 4021 |
# File 'lib/v20180808/models.rb', line 4018 def deserialize(params) @Code = params['Code'] @Type = params['Type'] end |