Class: TencentCloud::Ds::V20180523::SendVcodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::SendVcodeResponse
- Defined in:
- lib/v20180523/models.rb
Overview
SendVcode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SendVcodeResponse
constructor
A new instance of SendVcodeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SendVcodeResponse
Returns a new instance of SendVcodeResponse.
546 547 548 |
# File 'lib/v20180523/models.rb', line 546 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
544 545 546 |
# File 'lib/v20180523/models.rb', line 544 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
550 551 552 |
# File 'lib/v20180523/models.rb', line 550 def deserialize(params) @RequestId = params['RequestId'] end |