Class: TencentCloud::Ess::V20201111::CreatePrepareFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CreatePrepareFlowResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CreatePrepareFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, flowid = nil, draftid = nil, requestid = nil) ⇒ CreatePrepareFlowResponse
constructor
A new instance of CreatePrepareFlowResponse.
Constructor Details
#initialize(url = nil, flowid = nil, draftid = nil, requestid = nil) ⇒ CreatePrepareFlowResponse
Returns a new instance of CreatePrepareFlowResponse.
7121 7122 7123 7124 7125 7126 |
# File 'lib/v20201111/models.rb', line 7121 def initialize(url=nil, flowid=nil, draftid=nil, requestid=nil) @Url = url @FlowId = flowid @DraftId = draftid @RequestId = requestid end |
Instance Attribute Details
#DraftId ⇒ Object
7119 7120 7121 |
# File 'lib/v20201111/models.rb', line 7119 def DraftId @DraftId end |
#FlowId ⇒ Object
7119 7120 7121 |
# File 'lib/v20201111/models.rb', line 7119 def FlowId @FlowId end |
#RequestId ⇒ Object
7119 7120 7121 |
# File 'lib/v20201111/models.rb', line 7119 def RequestId @RequestId end |
#Url ⇒ Object
7119 7120 7121 |
# File 'lib/v20201111/models.rb', line 7119 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
7128 7129 7130 7131 7132 7133 |
# File 'lib/v20201111/models.rb', line 7128 def deserialize(params) @Url = params['Url'] @FlowId = params['FlowId'] @DraftId = params['DraftId'] @RequestId = params['RequestId'] end |