googleDomainsRedirectsDataAvailable property

bool? googleDomainsRedirectsDataAvailable
getter/setter pair

Indicates if this Registration has configured one of the following deprecated Google Domains DNS features: * Domain forwarding (HTTP 301 and 302 response status codes), * Email forwarding.

See https://cloud.google.com/domains/docs/deprecations/feature-deprecations for more details. If any of these features is enabled call the RetrieveGoogleDomainsForwardingConfig method to get details about the feature's configuration. A forwarding configuration might not work correctly if required DNS records are not present in the domain's authoritative DNS Zone.

Output only.

Implementation

core.bool? googleDomainsRedirectsDataAvailable;