Class: TencentCloud::Essbasic::V20210526::ChannelCreatePrepareFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::ChannelCreatePrepareFlowResponse
- Defined in:
- lib/v20210526/models.rb
Overview
ChannelCreatePrepareFlow返回参数结构体
Instance Attribute Summary collapse
- #DraftId ⇒ Object
- #FlowId ⇒ Object
- #PrepareFlowUrl ⇒ Object
- #PreviewFlowUrl ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(prepareflowurl = nil, previewflowurl = nil, flowid = nil, draftid = nil, requestid = nil) ⇒ ChannelCreatePrepareFlowResponse
constructor
A new instance of ChannelCreatePrepareFlowResponse.
Constructor Details
#initialize(prepareflowurl = nil, previewflowurl = nil, flowid = nil, draftid = nil, requestid = nil) ⇒ ChannelCreatePrepareFlowResponse
Returns a new instance of ChannelCreatePrepareFlowResponse.
2959 2960 2961 2962 2963 2964 2965 |
# File 'lib/v20210526/models.rb', line 2959 def initialize(prepareflowurl=nil, previewflowurl=nil, flowid=nil, draftid=nil, requestid=nil) @PrepareFlowUrl = prepareflowurl @PreviewFlowUrl = previewflowurl @FlowId = flowid @DraftId = draftid @RequestId = requestid end |
Instance Attribute Details
#DraftId ⇒ Object
2957 2958 2959 |
# File 'lib/v20210526/models.rb', line 2957 def DraftId @DraftId end |
#FlowId ⇒ Object
2957 2958 2959 |
# File 'lib/v20210526/models.rb', line 2957 def FlowId @FlowId end |
#PrepareFlowUrl ⇒ Object
2957 2958 2959 |
# File 'lib/v20210526/models.rb', line 2957 def PrepareFlowUrl @PrepareFlowUrl end |
#PreviewFlowUrl ⇒ Object
2957 2958 2959 |
# File 'lib/v20210526/models.rb', line 2957 def PreviewFlowUrl @PreviewFlowUrl end |
#RequestId ⇒ Object
2957 2958 2959 |
# File 'lib/v20210526/models.rb', line 2957 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2967 2968 2969 2970 2971 2972 2973 |
# File 'lib/v20210526/models.rb', line 2967 def deserialize(params) @PrepareFlowUrl = params['PrepareFlowUrl'] @PreviewFlowUrl = params['PreviewFlowUrl'] @FlowId = params['FlowId'] @DraftId = params['DraftId'] @RequestId = params['RequestId'] end |