Class: TencentCloud::Dcdb::V20180411::CloneAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::CloneAccountResponse
- Defined in:
- lib/v20180411/models.rb
Overview
CloneAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CloneAccountResponse
constructor
A new instance of CloneAccountResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CloneAccountResponse
Returns a new instance of CloneAccountResponse.
338 339 340 341 |
# File 'lib/v20180411/models.rb', line 338 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
336 337 338 |
# File 'lib/v20180411/models.rb', line 336 def FlowId @FlowId end |
#RequestId ⇒ Object
336 337 338 |
# File 'lib/v20180411/models.rb', line 336 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
343 344 345 346 |
# File 'lib/v20180411/models.rb', line 343 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |