C# Class PlayFab.ServerModels.GetSharedGroupDataRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
GetMembers bool?
Keys List
SharedGroupId string

Property Details

GetMembers public property

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

Keys public 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
return List

SharedGroupId public property

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