Class: TencentCloud::Essbasic::V20201222::CheckVerifyCodeMatchFlowIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20201222::CheckVerifyCodeMatchFlowIdResponse
- Defined in:
- lib/v20201222/models.rb
Overview
CheckVerifyCodeMatchFlowId返回参数结构体
Instance Attribute Summary collapse
-
#Description ⇒ Object
6:参数错误.
-
#RequestId ⇒ Object
6:参数错误.
-
#Result ⇒ Object
6:参数错误.
-
#Success ⇒ Object
6:参数错误.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(success = nil, result = nil, description = nil, requestid = nil) ⇒ CheckVerifyCodeMatchFlowIdResponse
constructor
A new instance of CheckVerifyCodeMatchFlowIdResponse.
Constructor Details
#initialize(success = nil, result = nil, description = nil, requestid = nil) ⇒ CheckVerifyCodeMatchFlowIdResponse
Returns a new instance of CheckVerifyCodeMatchFlowIdResponse.
869 870 871 872 873 874 |
# File 'lib/v20201222/models.rb', line 869 def initialize(success=nil, result=nil, description=nil, requestid=nil) @Success = success @Result = result @Description = description @RequestId = requestid end |
Instance Attribute Details
#Description ⇒ Object
6:参数错误
867 868 869 |
# File 'lib/v20201222/models.rb', line 867 def Description @Description end |
#RequestId ⇒ Object
6:参数错误
867 868 869 |
# File 'lib/v20201222/models.rb', line 867 def RequestId @RequestId end |
#Result ⇒ Object
6:参数错误
867 868 869 |
# File 'lib/v20201222/models.rb', line 867 def Result @Result end |
#Success ⇒ Object
6:参数错误
867 868 869 |
# File 'lib/v20201222/models.rb', line 867 def Success @Success end |
Instance Method Details
#deserialize(params) ⇒ Object
876 877 878 879 880 881 |
# File 'lib/v20201222/models.rb', line 876 def deserialize(params) @Success = params['Success'] @Result = params['Result'] @Description = params['Description'] @RequestId = params['RequestId'] end |