C# Class PlayFab.AdminModels.GetPlayersInSegmentResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
ContinuationToken string
PlayerProfiles List
ProfilesInSegment int

Property Details

ContinuationToken public_oe property

Continuation token to use to retrieve subsequent pages of results. If token returns null there are no more results.
public string ContinuationToken
Résultat string

PlayerProfiles public_oe property

Array of player profiles in this segment.
public List PlayerProfiles
Résultat List

ProfilesInSegment public_oe property

Count of profiles matching this segment.
public int ProfilesInSegment
Résultat int