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.
8993 8994 8995 8996 |
# File 'lib/v20190612/models.rb', line 8993 def initialize(workflowid=nil, requestid=nil) @WorkflowId = workflowid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8991 8992 8993 |
# File 'lib/v20190612/models.rb', line 8991 def RequestId @RequestId end |
#WorkflowId ⇒ Object
8991 8992 8993 |
# File 'lib/v20190612/models.rb', line 8991 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
8998 8999 9000 9001 |
# File 'lib/v20190612/models.rb', line 8998 def deserialize(params) @WorkflowId = params['WorkflowId'] @RequestId = params['RequestId'] end |