Class: TencentCloud::Mongodb::V20190725::DeleteAccountUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::DeleteAccountUserResponse
- Defined in:
- lib/v20190725/models.rb
Overview
DeleteAccountUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ DeleteAccountUserResponse
constructor
A new instance of DeleteAccountUserResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ DeleteAccountUserResponse
Returns a new instance of DeleteAccountUserResponse.
1408 1409 1410 1411 |
# File 'lib/v20190725/models.rb', line 1408 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1406 1407 1408 |
# File 'lib/v20190725/models.rb', line 1406 def FlowId @FlowId end |
#RequestId ⇒ Object
1406 1407 1408 |
# File 'lib/v20190725/models.rb', line 1406 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1413 1414 1415 1416 |
# File 'lib/v20190725/models.rb', line 1413 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |