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

Attributes

  • uploadRequiredHashes (type: list(String.t), default: nil) - The content hashes of the specified files that need to be uploaded to the specified URL.
  • uploadUrl (type: String.t, default: nil) - The URL to which the files should be uploaded, in the format: "https://upload-firebasehosting.googleapis.com/upload/sites/SITE_ID /versions/VERSION_ID/files" Perform a multipart POST of the Gzipped file contents to the URL using a forward slash and the hash of the file appended to the end.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesResponse{
  uploadRequiredHashes: [String.t()] | nil,
  uploadUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.