GetKeysPlainArgs

data class GetKeysPlainArgs(val managedZone: String, val project: String? = null) : ConvertibleToJava<GetKeysPlainArgs>

A collection of arguments for invoking getKeys.

Constructors

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

Properties

Link copied to clipboard

The name or id of the Cloud DNS managed zone.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If project is not provided, the provider project is used.

Functions

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