|
Dictionary< string, string > | CustomTags |
| The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
|
|
string | FunctionName |
| The name of the CloudScript function to execute.
|
|
object | FunctionParameter |
| Object that is passed in to the function as the first argument.
|
|
bool? | GeneratePlayStreamEvent |
| Generate a 'player_executed_cloudscript' PlayStream event containing the results of the function execution and other contextual information. This event will show up in the PlayStream debugger console for the player in Game Manager.
|
|
CloudScriptRevisionOption? | RevisionSelection |
| Option for which revision of the CloudScript to execute. 'Latest' executes the most recently created revision, 'Live' executes the current live, published revision, and 'Specific' executes the specified revision. The default value is 'Specific', if the SpeificRevision parameter is specified, otherwise it is 'Live'.
|
|
int? | SpecificRevision |
| The specivic revision to execute, when RevisionSelection is set to 'Specific'.
|
|
PlayFabAuthenticationContext | AuthenticationContext |
|
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/Teal-Net/Plugins/PlayFabSDK/Client/PlayFabClientModels.cs