MatchmakingConfigurationGamePropertyArgs

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

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

A game property key

Link copied to clipboard
val value: Output<String>

A game property value.

Functions

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