Class: TencentCloud::Ess::V20201111::CreateFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreateFlowResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreateFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CreateFlowResponse
constructor
A new instance of CreateFlowResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CreateFlowResponse
Returns a new instance of CreateFlowResponse.
5065 5066 5067 5068 |
# File 'lib/v20201111/models.rb', line 5065 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
5063 5064 5065 |
# File 'lib/v20201111/models.rb', line 5063 def FlowId @FlowId end |
#RequestId ⇒ Object
5063 5064 5065 |
# File 'lib/v20201111/models.rb', line 5063 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5070 5071 5072 5073 |
# File 'lib/v20201111/models.rb', line 5070 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |