GoogleApi.FirebaseHosting.V1beta1.Model.ListSitesResponse (google_api_firebase_hosting v0.14.0) View Source

The response from ListSites.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token returned when the list of results is too large to fit in a single response. If the string is empty, the response is the last or only page of results. Use the token in a follow-up call to ListSites to find the next group of Sites. Page tokens are short-lived and should not be stored.
  • sites (type: list(GoogleApi.FirebaseHosting.V1beta1.Model.Site.t), default: nil) - A list of Site objects from the parent Firebase Project.

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.ListSitesResponse{
  nextPageToken: String.t() | nil,
  sites: [GoogleApi.FirebaseHosting.V1beta1.Model.Site.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.