My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.ExecuteCloudScriptRequest Class Reference
Inheritance diagram for PlayFab.ClientModels.ExecuteCloudScriptRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

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'.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: