C# Class PlayFab.ServerModels.GetSegmentResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ABTestParent string
Id string
Name string

Property Details

ABTestParent public_oe property

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

Id public_oe property

Unique identifier for this segment.
public string Id
return string

Name public_oe property

Segment name.
public string Name
return string