StorefrontGameServerDto
Represents a simplified view of a game server for storefront display purposes.
enabledbooleanRequired
Indicates whether the game server is currently enabled.
idFlakeIdRequired
namestringRequired
The display name of the game server.
Example
{
"enabled": true,
"id": "411486491630370816",
"name": "string"
}