GetManagedZonesPlainArgs

data class GetManagedZonesPlainArgs(val project: String? = null) : ConvertibleToJava<GetManagedZonesPlainArgs>

A collection of arguments for invoking getManagedZones.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.

Functions

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