View Source GoogleApi.Domains.V1alpha2.Model.RetrieveGoogleDomainsForwardingConfigResponse (google_api_domains v0.12.0)

Response for the RetrieveGoogleDomainsForwardingConfig method.

Attributes

  • domainForwardings (type: list(GoogleApi.Domains.V1alpha2.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.V1alpha2.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.V1alpha2.Model.RetrieveGoogleDomainsForwardingConfigResponse{
    domainForwardings:
      [GoogleApi.Domains.V1alpha2.Model.DomainForwarding.t()] | nil,
    emailForwardings:
      [GoogleApi.Domains.V1alpha2.Model.EmailForwarding.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.