C# 클래스 PlayFab.ServerModels.GetSegmentResult

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

공개 프로퍼티들

프로퍼티 타입 설명
ABTestParent string
Id string
Name string

프로퍼티 상세

ABTestParent 공개적으로 프로퍼티

Identifier of the segments AB Test, if it is attached to one.
public string ABTestParent
리턴 string

Id 공개적으로 프로퍼티

Unique identifier for this segment.
public string Id
리턴 string

Name 공개적으로 프로퍼티

Segment name.
public string Name
리턴 string