C# 클래스 PlayFab.ServerModels.GetPlayersInSegmentResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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