C# Class PlayFab.AdminModels.CloudScriptTaskParameter

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Argument object
FunctionName string

Property Details

Argument public_oe property

Argument to pass to the CloudScript function.
public object Argument
return object

FunctionName public_oe property

Name of the CloudScript function to execute.
public string FunctionName
return string