GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesRequest (google_api_firebase_hosting v0.12.1) View Source

The request to populate a Version's Files.

Attributes

  • files (type: map(), default: nil) - A set of file paths to the hashes corresponding to assets that should be added to the version. Note that a file path to an empty hash will remove the path from the version. Calculate a hash by Gzipping the file then taking the SHA256 hash of the newly compressed file.

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.PopulateVersionFilesRequest{
  files: map()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.