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.
13472 13473 13474 |
# File 'lib/v20190612/models.rb', line 13472 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
13470 13471 13472 |
# File 'lib/v20190612/models.rb', line 13470 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
13476 13477 13478 |
# File 'lib/v20190612/models.rb', line 13476 def deserialize(params) @WorkflowId = params['WorkflowId'] end |