MatchmakingConfigurationGamePropertyArgs

data class MatchmakingConfigurationGamePropertyArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<MatchmakingConfigurationGamePropertyArgs>

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

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

The game property identifier.

Link copied to clipboard
val value: Output<String>

The game property value.

Functions

Link copied to clipboard
open override fun toJava(): MatchmakingConfigurationGamePropertyArgs