C# Class PlayFab.ClientModels.AddSharedGroupMembersRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat List

SharedGroupId public_oe property

Unique identifier for the shared group.
public string SharedGroupId
Résultat string