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

Public Attributes

string AvatarUrl
 Avatar URL for the entity.
 
DateTime Created
 The creation time of this profile in UTC.
 
string DisplayName
 The display name of the entity. This field may serve different purposes for different entity types. i.e.: for a title player account it could represent the display name of the player, whereas on a character it could be character's name.
 
EntityKey Entity
 The entity id and type.
 
string EntityChain
 The chain of responsibility for this entity. Use Lineage.
 
List< string > ExperimentVariants
 The experiment variants of this profile.
 
Dictionary< string, EntityProfileFileMetadataFiles
 The files on this profile.
 
string Language
 The language on this profile.
 
string LeaderboardMetadata
 Leaderboard metadata for the entity.
 
EntityLineage Lineage
 The lineage of this profile.
 
Dictionary< string, EntityDataObjectObjects
 The objects on this profile.
 
List< EntityPermissionStatementPermissions
 The permissions that govern access to this entity profile and its properties. Only includes permissions set on this profile, not global statements from titles and namespaces.
 
Dictionary< string, EntityStatisticValueStatistics
 The statistics on this profile.
 
int VersionNumber
 The version number of the profile in persistent storage at the time of the read. Used for optional optimistic concurrency during update.
 

Additional Inherited Members

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

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