Class: TencentCloud::Cynosdb::V20190107::CloseProxyResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::CloseProxyResponse
- Defined in:
- lib/v20190107/models.rb
Overview
CloseProxy返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, taskid = nil, requestid = nil) ⇒ CloseProxyResponse
constructor
A new instance of CloseProxyResponse.
Constructor Details
#initialize(flowid = nil, taskid = nil, requestid = nil) ⇒ CloseProxyResponse
Returns a new instance of CloseProxyResponse.
1513 1514 1515 1516 1517 |
# File 'lib/v20190107/models.rb', line 1513 def initialize(flowid=nil, taskid=nil, requestid=nil) @FlowId = flowid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1511 1512 1513 |
# File 'lib/v20190107/models.rb', line 1511 def FlowId @FlowId end |
#RequestId ⇒ Object
1511 1512 1513 |
# File 'lib/v20190107/models.rb', line 1511 def RequestId @RequestId end |
#TaskId ⇒ Object
1511 1512 1513 |
# File 'lib/v20190107/models.rb', line 1511 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1519 1520 1521 1522 1523 |
# File 'lib/v20190107/models.rb', line 1519 def deserialize(params) @FlowId = params['FlowId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |