Class: TencentCloud::Mps::V20190612::EnableWorkflowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::EnableWorkflowRequest
- Defined in:
- lib/v20190612/models.rb
Overview
EnableWorkflow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowid = nil) ⇒ EnableWorkflowRequest
constructor
A new instance of EnableWorkflowRequest.
Constructor Details
#initialize(workflowid = nil) ⇒ EnableWorkflowRequest
Returns a new instance of EnableWorkflowRequest.
13879 13880 13881 |
# File 'lib/v20190612/models.rb', line 13879 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
13877 13878 13879 |
# File 'lib/v20190612/models.rb', line 13877 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
13883 13884 13885 |
# File 'lib/v20190612/models.rb', line 13883 def deserialize(params) @WorkflowId = params['WorkflowId'] end |