C# Class PlayFab.ServerModels.GetPlayersInSegmentResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return string

PlayerProfiles public_oe property

Array of player profiles in this segment.
public List PlayerProfiles
return List

ProfilesInSegment public_oe property

Count of profiles matching this segment.
public int ProfilesInSegment
return int