Class: TencentCloud::Mps::V20190612::DisableWorkflowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DisableWorkflowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DisableWorkflow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowid = nil) ⇒ DisableWorkflowRequest
constructor
A new instance of DisableWorkflowRequest.
Constructor Details
#initialize(workflowid = nil) ⇒ DisableWorkflowRequest
Returns a new instance of DisableWorkflowRequest.
15761 15762 15763 |
# File 'lib/v20190612/models.rb', line 15761 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
15759 15760 15761 |
# File 'lib/v20190612/models.rb', line 15759 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
15765 15766 15767 |
# File 'lib/v20190612/models.rb', line 15765 def deserialize(params) @WorkflowId = params['WorkflowId'] end |