GetManagedZonePlainArgs

data class GetManagedZonePlainArgs(val name: String, val project: String? = null) : ConvertibleToJava<GetManagedZonePlainArgs>

A collection of arguments for invoking getManagedZone.

Constructors

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

Properties

Link copied to clipboard

A unique name for the resource.

Link copied to clipboard
val project: String? = null

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

Functions

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