Class: TencentCloud::Domain::V20180808::CreatePhoneEmailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::CreatePhoneEmailRequest
- Defined in:
- lib/v20180808/models.rb
Overview
CreatePhoneEmail请求参数结构体
Instance Attribute Summary collapse
-
#Code ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码.
-
#Type ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码.
-
#VerifyCode ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, type = nil, verifycode = nil) ⇒ CreatePhoneEmailRequest
constructor
A new instance of CreatePhoneEmailRequest.
Constructor Details
#initialize(code = nil, type = nil, verifycode = nil) ⇒ CreatePhoneEmailRequest
Returns a new instance of CreatePhoneEmailRequest.
871 872 873 874 875 |
# File 'lib/v20180808/models.rb', line 871 def initialize(code=nil, type=nil, verifycode=nil) @Code = code @Type = type @VerifyCode = verifycode end |
Instance Attribute Details
#Code ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
869 870 871 |
# File 'lib/v20180808/models.rb', line 869 def Code @Code end |
#Type ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
869 870 871 |
# File 'lib/v20180808/models.rb', line 869 def Type @Type end |
#VerifyCode ⇒ Object
通过调用(cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
869 870 871 |
# File 'lib/v20180808/models.rb', line 869 def VerifyCode @VerifyCode end |
Instance Method Details
#deserialize(params) ⇒ Object
877 878 879 880 881 |
# File 'lib/v20180808/models.rb', line 877 def deserialize(params) @Code = params['Code'] @Type = params['Type'] @VerifyCode = params['VerifyCode'] end |