C# Class PlayFab.AdminModels.CreateActionsOnPlayerSegmentTaskRequest

Inheritance: PlayFabRequestCommon
Mostra file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Description string
IsActive bool
Name string
Parameter ActionsOnPlayersInSegmentTaskParameter
Schedule string

Property Details

Description public_oe property

Description the task
public string Description
return string

IsActive public_oe property

Whether the schedule is active. Inactive schedule will not trigger task execution.
public bool IsActive
return bool

Name public_oe property

Name of the task. This is a unique identifier for tasks in the title.
public string Name
return string

Parameter public_oe property

Task details related to segment and action
public ActionsOnPlayersInSegmentTaskParameter,PlayFab.AdminModels Parameter
return ActionsOnPlayersInSegmentTaskParameter

Schedule public_oe property

Cron expression for the run schedule of the task. The expression should be in UTC.
public string Schedule
return string