MatchmakingConfigurationGameProperty

data class MatchmakingConfigurationGameProperty(val key: String, val value: String)

A key-value pair that contains information about a game session.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The game property identifier.

Link copied to clipboard

The game property value.