C# Class PlayFab.ClientModels.GetSegmentResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ABTestParent string
Id string
Name string

Property Details

ABTestParent public property

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

Id public property

Unique identifier for this segment.
public string Id
return string

Name public property

Segment name.
public string Name
return string