My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.CreateSharedGroupRequest Class Reference

If SharedGroupId is specified, the service will attempt to create a group with that identifier, and will return an error if it is already in use. If no SharedGroupId is specified, a random identifier will be assigned. More...

Inheritance diagram for PlayFab.ClientModels.CreateSharedGroupRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string SharedGroupId
 Unique identifier for the shared group (a random identifier will be assigned, if one is not specified).
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

If SharedGroupId is specified, the service will attempt to create a group with that identifier, and will return an error if it is already in use. If no SharedGroupId is specified, a random identifier will be assigned.


The documentation for this class was generated from the following file: