C# Класс PlayFab.AdminModels.GetPlayersInSegmentResult

Наследование: PlayFab.SharedModels.PlayFabResultCommon
Показать файл Открыть проект

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

Свойство Тип Описание
ContinuationToken string
PlayerProfiles List
ProfilesInSegment int

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

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

Continuation token to use to retrieve subsequent pages of results. If token returns null there are no more results.
public string ContinuationToken
Результат string

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

Array of player profiles in this segment.
public List PlayerProfiles
Результат List

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

Count of profiles matching this segment.
public int ProfilesInSegment
Результат int