Class: TencentCloud::Bm::V20180423::CreateUserCmdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::CreateUserCmdResponse
- Defined in:
- lib/v20180423/models.rb
Overview
CreateUserCmd返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cmdid = nil, requestid = nil) ⇒ CreateUserCmdResponse
constructor
A new instance of CreateUserCmdResponse.
Constructor Details
#initialize(cmdid = nil, requestid = nil) ⇒ CreateUserCmdResponse
Returns a new instance of CreateUserCmdResponse.
525 526 527 528 |
# File 'lib/v20180423/models.rb', line 525 def initialize(cmdid=nil, requestid=nil) @CmdId = cmdid @RequestId = requestid end |
Instance Attribute Details
#CmdId ⇒ Object
523 524 525 |
# File 'lib/v20180423/models.rb', line 523 def CmdId @CmdId end |
#RequestId ⇒ Object
523 524 525 |
# File 'lib/v20180423/models.rb', line 523 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
530 531 532 533 |
# File 'lib/v20180423/models.rb', line 530 def deserialize(params) @CmdId = params['CmdId'] @RequestId = params['RequestId'] end |