Class: TencentCloud::Wedata::V20250806::ListWorkflowsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListWorkflowsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListWorkflows请求参数结构体
Instance Attribute Summary collapse
- #BundleId ⇒ Object
- #CreateTime ⇒ Object
- #CreateUserUin ⇒ Object
- #Keyword ⇒ Object
- #ModifyTime ⇒ Object
- #OwnerUin ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ParentFolderPath ⇒ Object
- #ProjectId ⇒ Object
- #WorkflowType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, pagenumber = nil, pagesize = nil, keyword = nil, parentfolderpath = nil, workflowtype = nil, bundleid = nil, owneruin = nil, createuseruin = nil, modifytime = nil, createtime = nil) ⇒ ListWorkflowsRequest
constructor
A new instance of ListWorkflowsRequest.
Constructor Details
#initialize(projectid = nil, pagenumber = nil, pagesize = nil, keyword = nil, parentfolderpath = nil, workflowtype = nil, bundleid = nil, owneruin = nil, createuseruin = nil, modifytime = nil, createtime = nil) ⇒ ListWorkflowsRequest
Returns a new instance of ListWorkflowsRequest.
5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 |
# File 'lib/v20250806/models.rb', line 5548 def initialize(projectid=nil, pagenumber=nil, pagesize=nil, keyword=nil, parentfolderpath=nil, workflowtype=nil, bundleid=nil, owneruin=nil, createuseruin=nil, modifytime=nil, createtime=nil) @ProjectId = projectid @PageNumber = pagenumber @PageSize = pagesize @Keyword = keyword @ParentFolderPath = parentfolderpath @WorkflowType = workflowtype @BundleId = bundleid @OwnerUin = owneruin @CreateUserUin = createuseruin @ModifyTime = modifytime @CreateTime = createtime end |
Instance Attribute Details
#BundleId ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def BundleId @BundleId end |
#CreateTime ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def CreateTime @CreateTime end |
#CreateUserUin ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def CreateUserUin @CreateUserUin end |
#Keyword ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def Keyword @Keyword end |
#ModifyTime ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def ModifyTime @ModifyTime end |
#OwnerUin ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def OwnerUin @OwnerUin end |
#PageNumber ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def PageNumber @PageNumber end |
#PageSize ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def PageSize @PageSize end |
#ParentFolderPath ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def ProjectId @ProjectId end |
#WorkflowType ⇒ Object
5546 5547 5548 |
# File 'lib/v20250806/models.rb', line 5546 def WorkflowType @WorkflowType end |
Instance Method Details
#deserialize(params) ⇒ Object
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 |
# File 'lib/v20250806/models.rb', line 5562 def deserialize(params) @ProjectId = params['ProjectId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @Keyword = params['Keyword'] @ParentFolderPath = params['ParentFolderPath'] @WorkflowType = params['WorkflowType'] @BundleId = params['BundleId'] @OwnerUin = params['OwnerUin'] @CreateUserUin = params['CreateUserUin'] @ModifyTime = params['ModifyTime'] @CreateTime = params['CreateTime'] end |