View Source GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionFilesResponse (google_api_firebase_hosting v0.17.1)

Attributes

  • files (type: list(GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile.t), default: nil) - The list of paths to the hashes of the files in the specified version.
  • nextPageToken (type: String.t, default: nil) - The pagination token, if more results exist beyond the ones in this response. Include this token in your next call to ListVersionFiles. Page tokens are short-lived and should not be stored.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.ListVersionFilesResponse{
  files: [GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.