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

Given an entity profile, will update its language to the one passed in if the profile's version is equal to the one passed in. More...

Inheritance diagram for PlayFab.ProfilesModels.SetProfileLanguageRequest:
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.
 
int? ExpectedVersion
 The expected version of a profile to perform this update on.
 
string Language
 The language to set on the given entity. Deletes the profile's language if passed in a null string.
 
- 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 an entity profile, will update its language to the one passed in if the profile's version is equal to the one passed in.


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