GetImageVersionsPlainArgs

data class GetImageVersionsPlainArgs(val project: String? = null, val region: String? = null) : ConvertibleToJava<GetImageVersionsPlainArgs>

A collection of arguments for invoking getImageVersions.

Constructors

Link copied to clipboard
constructor(project: String? = null, region: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The ID of the project to list versions in. If it is not provided, the provider project is used.

Link copied to clipboard
val region: String? = null

The location to list versions in. If it is not provider, the provider region is used.

Functions

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