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.
16097 16098 16099 |
# File 'lib/v20190612/models.rb', line 16097 def initialize(workflowid=nil) @WorkflowId = workflowid end |
Instance Attribute Details
#WorkflowId ⇒ Object
16095 16096 16097 |
# File 'lib/v20190612/models.rb', line 16095 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
16101 16102 16103 |
# File 'lib/v20190612/models.rb', line 16101 def deserialize(params) @WorkflowId = params['WorkflowId'] end |