google_api_firebase_hosting v0.8.1 GoogleApi.FirebaseHosting.V1beta1.Model.ListDomainsResponse View Source
The response to listing Domains.
Attributes
-
domains(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.Domain.t), default:nil) - The list of domains, if any exist. -
nextPageToken(type:String.t, default:nil) - The pagination token, if more results exist.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListDomainsResponse{
domains: [GoogleApi.FirebaseHosting.V1beta1.Model.Domain.t()],
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.