View Source GoogleApi.Domains.V1.Model.RetrieveGoogleDomainsDnsRecordsResponse (google_api_domains v0.12.2)
Response for the RetrieveGoogleDomainsDnsRecords
method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - When present, there are more results to retrieve. Setpage_token
to this value on a subsequent call to get the next page of results. -
rrset
(type:list(GoogleApi.Domains.V1.Model.ResourceRecordSet.t)
, default:nil
) - The resource record set resources (DNS Zone records).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1.Model.RetrieveGoogleDomainsDnsRecordsResponse{ nextPageToken: String.t() | nil, rrset: [GoogleApi.Domains.V1.Model.ResourceRecordSet.t()] | nil }