|
My Project
|
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...
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 () |
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.