Class: TencentCloud::Essbasic::V20210526::ChannelCreateReleaseFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelCreateReleaseFlowResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelCreateReleaseFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ChannelCreateReleaseFlowResponse
constructor
A new instance of ChannelCreateReleaseFlowResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ChannelCreateReleaseFlowResponse
Returns a new instance of ChannelCreateReleaseFlowResponse.
3185 3186 3187 3188 |
# File 'lib/v20210526/models.rb', line 3185 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
3183 3184 3185 |
# File 'lib/v20210526/models.rb', line 3183 def FlowId @FlowId end |
#RequestId ⇒ Object
3183 3184 3185 |
# File 'lib/v20210526/models.rb', line 3183 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3190 3191 3192 3193 |
# File 'lib/v20210526/models.rb', line 3190 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |