C# Class PlayFab.AdminModels.ActionsOnPlayersInSegmentTaskParameter

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
ActionId string
SegmentId string

Property Details

ActionId public_oe property

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

SegmentId public_oe property

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