Class: TencentCloud::Cynosdb::V20190107::CloseWanResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::CloseWanResponse
- Defined in:
- lib/v20190107/models.rb
Overview
CloseWan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CloseWanResponse
constructor
A new instance of CloseWanResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CloseWanResponse
Returns a new instance of CloseWanResponse.
1606 1607 1608 1609 |
# File 'lib/v20190107/models.rb', line 1606 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1604 1605 1606 |
# File 'lib/v20190107/models.rb', line 1604 def FlowId @FlowId end |
#RequestId ⇒ Object
1604 1605 1606 |
# File 'lib/v20190107/models.rb', line 1604 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1611 1612 1613 1614 |
# File 'lib/v20190107/models.rb', line 1611 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |