gameProperties property
Set of custom properties for a game session, formatted as key:value pairs. These properties are passed to a game server process in the GameSession object with a request to start a new game session (see Start a Game Session).
Implementation
final List<GameProperty>? gameProperties;