GoogleApi.Domains.V1beta1.Model.ListRegistrationsResponse (google_api_domains v0.5.1) View Source
Response for the ListRegistrations
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. -
registrations
(type:list(GoogleApi.Domains.V1beta1.Model.Registration.t)
, default:nil
) - A list ofRegistration
s.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Domains.V1beta1.Model.ListRegistrationsResponse{ nextPageToken: String.t() | nil, registrations: [GoogleApi.Domains.V1beta1.Model.Registration.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.