C# Class PlayFab.AdminModels.GetTaskInstancesRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
StartedAtRangeFrom DateTime?
StartedAtRangeTo DateTime?
StatusFilter TaskInstanceStatus?
TaskIdentifier NameIdentifier

Property Details

StartedAtRangeFrom public_oe property

Optional range-from filter for task instances' StartedAt timestamp.
public DateTime? StartedAtRangeFrom
return DateTime?

StartedAtRangeTo public_oe property

Optional range-to filter for task instances' StartedAt timestamp.
public DateTime? StartedAtRangeTo
return DateTime?

StatusFilter public_oe property

Optional filter for task instances that are of a specific status.
public TaskInstanceStatus? StatusFilter
return TaskInstanceStatus?

TaskIdentifier public_oe property

Name or ID of the task whose instances are being queried. If not specified, return all task instances that satisfy conditions set by other filters.
public NameIdentifier,PlayFab.AdminModels TaskIdentifier
return NameIdentifier