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

RetrieveGoogleDomainsForwardingConfigResponse

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

Response for the RetrieveGoogleDomainsForwardingConfig method.

interface RetrieveGoogleDomainsForwardingConfigResponse {
domainForwardings?: DomainForwarding[];
emailForwardings?: EmailForwarding[];
}

§Properties

§
domainForwardings?: DomainForwarding[]
[src]

The list of domain forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone.

§
emailForwardings?: EmailForwarding[]
[src]

The list of email forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone.