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

Given a set of entity types and entity identifiers will retrieve all readable profiles properties for the caller. Profiles that the caller is not allowed to read will silently not be included in the results. More...

Inheritance diagram for PlayFab.ProfilesModels.GetEntityProfilesRequest:
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.).
 
bool? DataAsObject
 Determines whether the objects will be returned as an escaped JSON string or as a un-escaped JSON object. Default is JSON string.
 
List< EntityKeyEntities
 Entity keys of the profiles to load. Must be between 1 and 25.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Given a set of entity types and entity identifiers will retrieve all readable profiles properties for the caller. Profiles that the caller is not allowed to read will silently not be included in the results.


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