Struct google_firebasehosting1_beta1::PopulateVersionFilesRequest[][src]

pub struct PopulateVersionFilesRequest {
    pub files: Option<HashMap<String, String>>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

Trait Implementations

impl Default for PopulateVersionFilesRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for PopulateVersionFilesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PopulateVersionFilesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for PopulateVersionFilesRequest
[src]

Auto Trait Implementations