GetAttachedVersionsPlainArgs

data class GetAttachedVersionsPlainArgs(val location: String, val project: String) : ConvertibleToJava<GetAttachedVersionsPlainArgs>

A collection of arguments for invoking getAttachedVersions.

Constructors

Link copied to clipboard
constructor(location: String, project: String)

Properties

Link copied to clipboard

The location to list versions for.

Link copied to clipboard

ID of the project to list available platform versions for. Should match the project the cluster will be deployed to. Defaults to the project that the provider is authenticated with.

Functions

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