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
8907 8908 8909 8910 8911 8912 8913 8914 8915 8916 8917 8918 8919 |
# File 'lib/v20250806/models.rb', line 8907 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
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def BundleId @BundleId end |
#CreateTime ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def CreateTime @CreateTime end |
#CreateUserUin ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def CreateUserUin @CreateUserUin end |
#Keyword ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def Keyword @Keyword end |
#ModifyTime ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def ModifyTime @ModifyTime end |
#OwnerUin ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def OwnerUin @OwnerUin end |
#PageNumber ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def PageNumber @PageNumber end |
#PageSize ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def PageSize @PageSize end |
#ParentFolderPath ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def ParentFolderPath @ParentFolderPath end |
#ProjectId ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def ProjectId @ProjectId end |
#WorkflowType ⇒ Object
8905 8906 8907 |
# File 'lib/v20250806/models.rb', line 8905 def WorkflowType @WorkflowType end |
Instance Method Details
#deserialize(params) ⇒ Object
8921 8922 8923 8924 8925 8926 8927 8928 8929 8930 8931 8932 8933 |
# File 'lib/v20250806/models.rb', line 8921 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 |