My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.DataModels.GetObjectsRequest Class Reference

Gets JSON objects from an entity profile and returns it. More...

Inheritance diagram for PlayFab.DataModels.GetObjectsRequest:
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.).
 
EntityKey Entity
 The entity to perform this action on.
 
bool? EscapeObject
 Determines whether the object will be returned as an escaped JSON string or as a un-escaped JSON object. Default is JSON object.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Gets JSON objects from an entity profile and returns it.


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