google_api_firebase_hosting v0.2.0 GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesRequest 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. 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

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesRequest{
  files: map()
}

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.