Class: TencentCloud::Ess::V20201111::CreateReleaseFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateReleaseFlowResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateReleaseFlow返回参数结构体
Instance Attribute Summary collapse
-
#FlowId ⇒ Object
注意:这里的流程编号对应的合同是本次发起的解除协议。. -
#RequestId ⇒ Object
注意:这里的流程编号对应的合同是本次发起的解除协议。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CreateReleaseFlowResponse
constructor
A new instance of CreateReleaseFlowResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CreateReleaseFlowResponse
Returns a new instance of CreateReleaseFlowResponse.
7340 7341 7342 7343 |
# File 'lib/v20201111/models.rb', line 7340 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
注意:这里的流程编号对应的合同是本次发起的解除协议。
7338 7339 7340 |
# File 'lib/v20201111/models.rb', line 7338 def FlowId @FlowId end |
#RequestId ⇒ Object
注意:这里的流程编号对应的合同是本次发起的解除协议。
7338 7339 7340 |
# File 'lib/v20201111/models.rb', line 7338 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7345 7346 7347 7348 |
# File 'lib/v20201111/models.rb', line 7345 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |