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

Public Attributes

object DataObject
 Body of the object to be saved. If empty and DeleteObject is true object will be deleted if it exists, or no operation will occur if it does not exist. Only one of Object or EscapedDataObject fields may be used.
 
bool? DeleteObject
 Flag to indicate that this object should be deleted. Both DataObject and EscapedDataObject must not be set as well.
 
string EscapedDataObject
 Body of the object to be saved as an escaped JSON string. If empty and DeleteObject is true object will be deleted if it exists, or no operation will occur if it does not exist. Only one of DataObject or EscapedDataObject fields may be used.
 
string ObjectName
 Name of object. Restricted to a-Z, 0-9, '(', ')', '_', '-' and '.'.
 

Additional Inherited Members

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

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