GoogleApi.GmailPostmasterTools.V1beta1.Model.ListDomainsResponse (google_api_gmail_postmaster_tools v0.7.0)

View Source

Response message for ListDomains.

Attributes

  • domains (type: list(GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain.t), default: nil) - The list of domains.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results in the list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GmailPostmasterTools.V1beta1.Model.ListDomainsResponse{
  domains: [GoogleApi.GmailPostmasterTools.V1beta1.Model.Domain.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.