Class: TencentCloud::Wedata::V20210820::DescribeWorkflowExecuteByIdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeWorkflowExecuteByIdRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeWorkflowExecuteById请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, workflowidlist = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeWorkflowExecuteByIdRequest
constructor
A new instance of DescribeWorkflowExecuteByIdRequest.
Constructor Details
#initialize(projectid = nil, workflowidlist = nil, pagenumber = nil, pagesize = nil) ⇒ DescribeWorkflowExecuteByIdRequest
Returns a new instance of DescribeWorkflowExecuteByIdRequest.
17584 17585 17586 17587 17588 17589 |
# File 'lib/v20210820/models.rb', line 17584 def initialize(projectid=nil, workflowidlist=nil, pagenumber=nil, pagesize=nil) @ProjectId = projectid @WorkFlowIdList = workflowidlist @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#PageNumber ⇒ Object
17582 17583 17584 |
# File 'lib/v20210820/models.rb', line 17582 def PageNumber @PageNumber end |
#PageSize ⇒ Object
17582 17583 17584 |
# File 'lib/v20210820/models.rb', line 17582 def PageSize @PageSize end |
#ProjectId ⇒ Object
17582 17583 17584 |
# File 'lib/v20210820/models.rb', line 17582 def ProjectId @ProjectId end |
#WorkFlowIdList ⇒ Object
17582 17583 17584 |
# File 'lib/v20210820/models.rb', line 17582 def WorkFlowIdList @WorkFlowIdList end |
Instance Method Details
#deserialize(params) ⇒ Object
17591 17592 17593 17594 17595 17596 |
# File 'lib/v20210820/models.rb', line 17591 def deserialize(params) @ProjectId = params['ProjectId'] @WorkFlowIdList = params['WorkFlowIdList'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |