gameProperties property

List<GameProperty>? gameProperties
final

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). You can search for active game sessions based on this custom data with SearchGameSessions.

Implementation

final List<GameProperty>? gameProperties;