My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.CloudScriptModels.ExecuteFunctionResult Class Reference
Inheritance diagram for PlayFab.CloudScriptModels.ExecuteFunctionResult:
PlayFab.SharedModels.PlayFabResultCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

FunctionExecutionError Error
 Error from the CloudScript Azure Function.
 
int ExecutionTimeMilliseconds
 The amount of time the function took to execute.
 
string FunctionName
 The name of the function that executed.
 
object FunctionResult
 The object returned from the function, if any.
 
bool? FunctionResultTooLarge
 Flag indicating if the FunctionResult was too large and was subsequently dropped from this event.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon
PlayFabRequestCommon Request
 
object CustomData
 

Additional Inherited Members

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

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