C# Class PlayFab.AdminModels.SetTitleDataRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
Key string
Value string

Property Details

Key public_oe property

key we want to set a value on (note, this is additive - will only replace an existing key's value if they are the same name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.
public string Key
Résultat string

Value public_oe property

new value to set. Set to null to remove a value
public string Value
Résultat string