C# Class PlayFab.ServerModels.AddSharedGroupMembersRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
PlayFabIds List
SharedGroupId string

Property Details

PlayFabIds public_oe property

An array of unique PlayFab assigned ID of the user on whom the operation will be performed.
public List PlayFabIds
return List

SharedGroupId public_oe property

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