class Google::Apis::FirebasehostingV1beta1::PopulateVersionFilesRequest

Attributes

files[RW]

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. Corresponds to the JSON property `files` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 722
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 727
def update!(**args)
  @files = args[:files] if args.key?(:files)
end