C# Class PlayFab.ServerModels.GetSharedGroupDataRequest

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

Méthodes publiques

Свойство Type Description
GetMembers bool?
Keys List
SharedGroupId string

Property Details

GetMembers public_oe property

If true, return the list of all members of the shared group.
public bool? GetMembers
Résultat bool?

Keys public_oe property

Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array indicates that no keys should be returned).
public List Keys
Résultat List

SharedGroupId public_oe property

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