Get Game Server Deployment Iam Policy Plain Args
    data class GetGameServerDeploymentIamPolicyPlainArgs(val gameServerDeploymentId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetGameServerDeploymentIamPolicyPlainArgs> 
Constructors
Link copied to clipboard
                fun GetGameServerDeploymentIamPolicyPlainArgs(gameServerDeploymentId: String, location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null)