Class: TencentCloud::Mongodb::V20190725::CreateAccountUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::CreateAccountUserResponse
- Defined in:
- lib/v20190725/models.rb
Overview
CreateAccountUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CreateAccountUserResponse
constructor
A new instance of CreateAccountUserResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CreateAccountUserResponse
Returns a new instance of CreateAccountUserResponse.
508 509 510 511 |
# File 'lib/v20190725/models.rb', line 508 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
506 507 508 |
# File 'lib/v20190725/models.rb', line 506 def FlowId @FlowId end |
#RequestId ⇒ Object
506 507 508 |
# File 'lib/v20190725/models.rb', line 506 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
513 514 515 516 |
# File 'lib/v20190725/models.rb', line 513 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |