GetV2RuntimeVersionsPlainArgs

data class GetV2RuntimeVersionsPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetV2RuntimeVersionsPlainArgs>

A collection of arguments for invoking getV2RuntimeVersions.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

The project to list versions for. If it is not provided, the provider project is used.

Link copied to clipboard
val zone: String? = null

The zone to list versions for. If it is not provided, the provider zone is used.

Functions

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