google_api_firebase_hosting v0.6.0 GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesResponse View Source

The response to a PopulateVersionFilesRequest.

Attributes

  • uploadRequiredHashes (type: list(String.t), default: nil) - The content hashes of the specified files that need to be uploaded to the specified endpoint.
  • 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-name/versions/versionID/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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesResponse{
  uploadRequiredHashes: [String.t()],
  uploadUrl: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.