C# Class PlayFab.AdminModels.CreateCloudScriptTaskRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

Description public property

Description the task
public string Description
return string

IsActive public property

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

Name public property

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

Parameter public property

Task details related to CloudScript
public CloudScriptTaskParameter,PlayFab.AdminModels Parameter
return CloudScriptTaskParameter

Schedule public property

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