C# Class PlayFab.ClientModels.GetSharedGroupDataResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Data SharedGroupDataRecord>.Dictionary
Members List

Property Details

Data public property

Data for the requested keys.
public Dictionary Data
return SharedGroupDataRecord>.Dictionary

Members public property

List of PlayFabId identifiers for the members of this group, if requested.
public List Members
return List