C# Class PlayFab.ClientModels.GetSharedGroupDataRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return 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
return List

SharedGroupId public_oe property

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