GetRecordSetPlainArgs

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

A collection of arguments for invoking getRecordSet.

Constructors

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

Properties

Link copied to clipboard

The Name of the zone.

Link copied to clipboard

The DNS name for the resource.

Link copied to clipboard
val project: String? = null

The ID of the project for the Google Cloud.

Link copied to clipboard

Functions

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