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.