Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ServicesDnsRecordSetsGetOptions

import type { ServicesDnsRecordSetsGetOptions } from "https://googleapis.deno.dev/v1/servicenetworking:v1.ts";

Additional options for ServiceNetworking#servicesDnsRecordSetsGet.

interface ServicesDnsRecordSetsGetOptions {
consumerNetwork?: string;
domain?: string;
type?: string;
zone?: string;
}

§Properties

§
consumerNetwork?: string
[src]

Required. The consumer network containing the record set. Must be in the form of projects/{project}/global/networks/{network}

§
domain?: string
[src]

Required. The domain name of the zone containing the recordset.

§
type?: string
[src]

Required. RecordSet Type eg. type='A'. See the list of Supported DNS Types.

§
zone?: string
[src]

Required. The name of the zone containing the record set.