C# Класс PlayFab.ServerModels.SetPublisherDataRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Key string
Value string

Описание свойств

Key публичное свойство

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
Результат string

Value публичное свойство

new value to set. Set to null to remove a value
public string Value
Результат string