C# Class PlayFab.AdminModels.ModifyMatchmakerGameModesRequest

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

Public Properties

Property Type Description
BuildVersion string
GameModes List

Property Details

BuildVersion public property

previously uploaded build version for which game modes are being specified
public string BuildVersion
return string

GameModes public property

array of game modes (Note: this will replace all game modes for the indicated build version)
public List GameModes
return List