View Source GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesRequest (google_api_firebase_hosting v0.17.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.PopulateVersionFilesRequest{ files: map() | nil }