Class: TencentCloud::Mps::V20190612::CreateWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateWorkflowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
CreateWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowid = nil, requestid = nil) ⇒ CreateWorkflowResponse
constructor
A new instance of CreateWorkflowResponse.
Constructor Details
#initialize(workflowid = nil, requestid = nil) ⇒ CreateWorkflowResponse
Returns a new instance of CreateWorkflowResponse.
10621 10622 10623 10624 |
# File 'lib/v20190612/models.rb', line 10621 def initialize(workflowid=nil, requestid=nil) @WorkflowId = workflowid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10619 10620 10621 |
# File 'lib/v20190612/models.rb', line 10619 def RequestId @RequestId end |
#WorkflowId ⇒ Object
10619 10620 10621 |
# File 'lib/v20190612/models.rb', line 10619 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
10626 10627 10628 10629 |
# File 'lib/v20190612/models.rb', line 10626 def deserialize(params) @WorkflowId = params['WorkflowId'] @RequestId = params['RequestId'] end |