Class: TencentCloud::Mps::V20190612::DescribeWorkflowsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeWorkflowsRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeWorkflows请求参数结构体
Instance Attribute Summary collapse
-
#Limit ⇒ Object
- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。. -
#Offset ⇒ Object
- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。. -
#Status ⇒ Object
- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。. -
#WorkflowIds ⇒ Object
- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowids = nil, status = nil, offset = nil, limit = nil) ⇒ DescribeWorkflowsRequest
constructor
A new instance of DescribeWorkflowsRequest.
Constructor Details
#initialize(workflowids = nil, status = nil, offset = nil, limit = nil) ⇒ DescribeWorkflowsRequest
Returns a new instance of DescribeWorkflowsRequest.
15544 15545 15546 15547 15548 15549 |
# File 'lib/v20190612/models.rb', line 15544 def initialize(workflowids=nil, status=nil, offset=nil, limit=nil) @WorkflowIds = workflowids @Status = status @Offset = offset @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
15542 15543 15544 |
# File 'lib/v20190612/models.rb', line 15542 def Limit @Limit end |
#Offset ⇒ Object
15542 15543 15544 |
# File 'lib/v20190612/models.rb', line 15542 def Offset @Offset end |
#Status ⇒ Object
15542 15543 15544 |
# File 'lib/v20190612/models.rb', line 15542 def Status @Status end |
#WorkflowIds ⇒ Object
15542 15543 15544 |
# File 'lib/v20190612/models.rb', line 15542 def WorkflowIds @WorkflowIds end |
Instance Method Details
#deserialize(params) ⇒ Object
15551 15552 15553 15554 15555 15556 |
# File 'lib/v20190612/models.rb', line 15551 def deserialize(params) @WorkflowIds = params['WorkflowIds'] @Status = params['Status'] @Offset = params['Offset'] @Limit = params['Limit'] end |