Class: TencentCloud::Cynosdb::V20190107::CloseProxyEndPointResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::CloseProxyEndPointResponse
- Defined in:
- lib/v20190107/models.rb
Overview
CloseProxyEndPoint返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, taskid = nil, requestid = nil) ⇒ CloseProxyEndPointResponse
constructor
A new instance of CloseProxyEndPointResponse.
Constructor Details
#initialize(flowid = nil, taskid = nil, requestid = nil) ⇒ CloseProxyEndPointResponse
Returns a new instance of CloseProxyEndPointResponse.
1465 1466 1467 1468 1469 |
# File 'lib/v20190107/models.rb', line 1465 def initialize(flowid=nil, taskid=nil, requestid=nil) @FlowId = flowid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1463 1464 1465 |
# File 'lib/v20190107/models.rb', line 1463 def FlowId @FlowId end |
#RequestId ⇒ Object
1463 1464 1465 |
# File 'lib/v20190107/models.rb', line 1463 def RequestId @RequestId end |
#TaskId ⇒ Object
1463 1464 1465 |
# File 'lib/v20190107/models.rb', line 1463 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1471 1472 1473 1474 1475 |
# File 'lib/v20190107/models.rb', line 1471 def deserialize(params) @FlowId = params['FlowId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |