Class: TencentCloud::Wedata::V20250806::ListTaskInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListTaskInstancesRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListTaskInstances请求参数结构体
Instance Attribute Summary collapse
-
#CycleType ⇒ Object
-
ASC - DESC.
-
-
#ExecutorGroupId ⇒ Object
-
ASC - DESC.
-
-
#FolderId ⇒ Object
-
ASC - DESC.
-
-
#InstanceState ⇒ Object
-
ASC - DESC.
-
-
#InstanceType ⇒ Object
-
ASC - DESC.
-
-
#Keyword ⇒ Object
-
ASC - DESC.
-
-
#LastUpdateTimeFrom ⇒ Object
-
ASC - DESC.
-
-
#LastUpdateTimeTo ⇒ Object
-
ASC - DESC.
-
-
#OwnerUin ⇒ Object
-
ASC - DESC.
-
-
#PageNumber ⇒ Object
-
ASC - DESC.
-
-
#PageSize ⇒ Object
-
ASC - DESC.
-
-
#ProjectId ⇒ Object
-
ASC - DESC.
-
-
#ScheduleTimeFrom ⇒ Object
-
ASC - DESC.
-
-
#ScheduleTimeTo ⇒ Object
-
ASC - DESC.
-
-
#SortColumn ⇒ Object
-
ASC - DESC.
-
-
#SortType ⇒ Object
-
ASC - DESC.
-
-
#StartTimeFrom ⇒ Object
-
ASC - DESC.
-
-
#StartTimeTo ⇒ Object
-
ASC - DESC.
-
-
#TaskTypeId ⇒ Object
-
ASC - DESC.
-
-
#TimeZone ⇒ Object
-
ASC - DESC.
-
-
#WorkflowId ⇒ Object
-
ASC - DESC.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, pagenumber = nil, pagesize = nil, keyword = nil, timezone = nil, instancetype = nil, instancestate = nil, tasktypeid = nil, cycletype = nil, owneruin = nil, folderid = nil, workflowid = nil, executorgroupid = nil, scheduletimefrom = nil, scheduletimeto = nil, starttimefrom = nil, starttimeto = nil, lastupdatetimefrom = nil, lastupdatetimeto = nil, sortcolumn = nil, sorttype = nil) ⇒ ListTaskInstancesRequest
constructor
A new instance of ListTaskInstancesRequest.
Constructor Details
#initialize(projectid = nil, pagenumber = nil, pagesize = nil, keyword = nil, timezone = nil, instancetype = nil, instancestate = nil, tasktypeid = nil, cycletype = nil, owneruin = nil, folderid = nil, workflowid = nil, executorgroupid = nil, scheduletimefrom = nil, scheduletimeto = nil, starttimefrom = nil, starttimeto = nil, lastupdatetimefrom = nil, lastupdatetimeto = nil, sortcolumn = nil, sorttype = nil) ⇒ ListTaskInstancesRequest
Returns a new instance of ListTaskInstancesRequest.
8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 |
# File 'lib/v20250806/models.rb', line 8313 def initialize(projectid=nil, pagenumber=nil, pagesize=nil, keyword=nil, timezone=nil, instancetype=nil, instancestate=nil, tasktypeid=nil, cycletype=nil, owneruin=nil, folderid=nil, workflowid=nil, executorgroupid=nil, scheduletimefrom=nil, scheduletimeto=nil, starttimefrom=nil, starttimeto=nil, lastupdatetimefrom=nil, lastupdatetimeto=nil, sortcolumn=nil, sorttype=nil) @ProjectId = projectid @PageNumber = pagenumber @PageSize = pagesize @Keyword = keyword @TimeZone = timezone @InstanceType = instancetype @InstanceState = instancestate @TaskTypeId = tasktypeid @CycleType = cycletype @OwnerUin = owneruin @FolderId = folderid @WorkflowId = workflowid @ExecutorGroupId = executorgroupid @ScheduleTimeFrom = scheduletimefrom @ScheduleTimeTo = scheduletimeto @StartTimeFrom = starttimefrom @StartTimeTo = starttimeto @LastUpdateTimeFrom = lastupdatetimefrom @LastUpdateTimeTo = lastupdatetimeto @SortColumn = sortcolumn @SortType = sorttype end |
Instance Attribute Details
#CycleType ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def CycleType @CycleType end |
#ExecutorGroupId ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def ExecutorGroupId @ExecutorGroupId end |
#FolderId ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def FolderId @FolderId end |
#InstanceState ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def InstanceState @InstanceState end |
#InstanceType ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def InstanceType @InstanceType end |
#Keyword ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def Keyword @Keyword end |
#LastUpdateTimeFrom ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def LastUpdateTimeFrom @LastUpdateTimeFrom end |
#LastUpdateTimeTo ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def LastUpdateTimeTo @LastUpdateTimeTo end |
#OwnerUin ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def OwnerUin @OwnerUin end |
#PageNumber ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def PageNumber @PageNumber end |
#PageSize ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def PageSize @PageSize end |
#ProjectId ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def ProjectId @ProjectId end |
#ScheduleTimeFrom ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def ScheduleTimeFrom @ScheduleTimeFrom end |
#ScheduleTimeTo ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def ScheduleTimeTo @ScheduleTimeTo end |
#SortColumn ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def SortColumn @SortColumn end |
#SortType ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def SortType @SortType end |
#StartTimeFrom ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def StartTimeFrom @StartTimeFrom end |
#StartTimeTo ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def StartTimeTo @StartTimeTo end |
#TaskTypeId ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def TaskTypeId @TaskTypeId end |
#TimeZone ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def TimeZone @TimeZone end |
#WorkflowId ⇒ Object
-
ASC
-
DESC
8311 8312 8313 |
# File 'lib/v20250806/models.rb', line 8311 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354 8355 8356 8357 8358 8359 |
# File 'lib/v20250806/models.rb', line 8337 def deserialize(params) @ProjectId = params['ProjectId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @Keyword = params['Keyword'] @TimeZone = params['TimeZone'] @InstanceType = params['InstanceType'] @InstanceState = params['InstanceState'] @TaskTypeId = params['TaskTypeId'] @CycleType = params['CycleType'] @OwnerUin = params['OwnerUin'] @FolderId = params['FolderId'] @WorkflowId = params['WorkflowId'] @ExecutorGroupId = params['ExecutorGroupId'] @ScheduleTimeFrom = params['ScheduleTimeFrom'] @ScheduleTimeTo = params['ScheduleTimeTo'] @StartTimeFrom = params['StartTimeFrom'] @StartTimeTo = params['StartTimeTo'] @LastUpdateTimeFrom = params['LastUpdateTimeFrom'] @LastUpdateTimeTo = params['LastUpdateTimeTo'] @SortColumn = params['SortColumn'] @SortType = params['SortType'] end |