C# Class PlayFab.ClientModels.RemoveSharedGroupMembersRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
PlayFabIds List
SharedGroupId string

Property Details

PlayFabIds public_oe property

An array of unique PlayFab assigned ID of the user on whom the operation will be performed.
public List PlayFabIds
return List

SharedGroupId public_oe property

Unique identifier for the shared group.
public string SharedGroupId
return string