GoogleApi.Domains.V1.Model.RetrieveGoogleDomainsForwardingConfigResponse (google_api_domains v0.12.3)
View SourceResponse for the RetrieveGoogleDomainsForwardingConfig method.
Attributes
-
domainForwardings(type:list(GoogleApi.Domains.V1.Model.DomainForwarding.t), default:nil) - 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(type:list(GoogleApi.Domains.V1.Model.EmailForwarding.t), default:nil) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.RetrieveGoogleDomainsForwardingConfigResponse{ domainForwardings: [GoogleApi.Domains.V1.Model.DomainForwarding.t()] | nil, emailForwardings: [GoogleApi.Domains.V1.Model.EmailForwarding.t()] | nil }