Struct google_firebasehosting1_beta1::PopulateVersionFilesResponse[][src]

pub struct PopulateVersionFilesResponse {
    pub upload_required_hashes: Option<Vec<String>>,
    pub upload_url: Option<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

The content hashes of the specified files that need to be uploaded to the specified endpoint.

The URL to which the files should be uploaded, in the format:
"https://upload-firebasehosting.googleapis.com/upload/sites/site-name/versions/versionID/files".
Perform a multipart POST of the Gzipped file contents to the URL using a forward slash and the hash of the file appended to the end.

Trait Implementations

impl Default for PopulateVersionFilesResponse
[src]

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

impl Clone for PopulateVersionFilesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PopulateVersionFilesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for PopulateVersionFilesResponse
[src]

Auto Trait Implementations