GoogleApi.Domains.V1.Model.RetrieveImportableDomainsResponse (google_api_domains v0.12.3)
View SourceDeprecated: For more information, see Cloud Domains feature deprecation. Response for the RetrieveImportableDomains method.
Attributes
-
domains(type:list(GoogleApi.Domains.V1.Model.Domain.t), default:nil) - A list of domains that the calling user manages in Google Domains. -
nextPageToken(type:String.t, default:nil) - When present, there are more results to retrieve. Setpage_tokento this value on a subsequent call to get the next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.RetrieveImportableDomainsResponse{ domains: [GoogleApi.Domains.V1.Model.Domain.t()] | nil, nextPageToken: String.t() | nil }