C# Class PlayFab.AdminModels.ActionsOnPlayersInSegmentTaskParameter

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ActionId string
SegmentId string

Property Details

ActionId public property

ID of the action to perform on each player in segment.
public string ActionId
return string

SegmentId public property

ID of the segment to perform actions on.
public string SegmentId
return string