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.
16177 16178 16179 |
# File 'lib/v20190612/models.rb', line 16177 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
16175 16176 16177 |
# File 'lib/v20190612/models.rb', line 16175 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
16181 16182 16183 |
# File 'lib/v20190612/models.rb', line 16181 def deserialize(params) @WorkflowId = params['WorkflowId'] end |