domainForwardings property

List<DomainForwarding>? domainForwardings
getter/setter pair

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.

Implementation

core.List<DomainForwarding>? domainForwardings;