Class: TencentCloud::Ds::V20180523::CheckVcodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::CheckVcodeResponse
- Defined in:
- lib/v20180523/models.rb
Overview
CheckVcode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CheckVcodeResponse
constructor
A new instance of CheckVcodeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CheckVcodeResponse
Returns a new instance of CheckVcodeResponse.
59 60 61 |
# File 'lib/v20180523/models.rb', line 59 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
57 58 59 |
# File 'lib/v20180523/models.rb', line 57 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
63 64 65 |
# File 'lib/v20180523/models.rb', line 63 def deserialize(params) @RequestId = params['RequestId'] end |