C# Класс PlayFab.ClientModels.GetSharedGroupDataRequest

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

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

Свойство Тип Описание
GetMembers bool?
Keys List
SharedGroupId string

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

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

If true, return the list of all members of the shared group.
public bool? GetMembers
Результат bool?

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

Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array indicates that no keys should be returned).
public List Keys
Результат List

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

Unique identifier for the shared group.
public string SharedGroupId
Результат string