GetGameSessionQueuePlainArgs

data class GetGameSessionQueuePlainArgs(val name: String) : ConvertibleToJava<GetGameSessionQueuePlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

A descriptive label that is associated with game session queue. Queue names must be unique within each Region.

Functions

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