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

Attributes

  • files (type: map(), default: nil) - A set of file paths to the hashes corresponding to assets that should be added to the version. 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() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.