GetGameServerDeploymentRolloutPlainArgs

data class GetGameServerDeploymentRolloutPlainArgs(val deploymentId: String) : ConvertibleToJava<GetGameServerDeploymentRolloutPlainArgs>

A collection of arguments for invoking getGameServerDeploymentRollout.

Constructors

Link copied to clipboard
constructor(deploymentId: String)

Properties

Link copied to clipboard

The deployment to get the rollout state from. Only 1 rollout must be associated with each deployment.

Functions

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