Struct google_firebasehosting1_beta1::VersionFile[][src]

pub struct VersionFile {
    pub status: Option<String>,
    pub path: Option<String>,
    pub hash: Option<String>,
}

A static content file that is part of a version.

This type is not used in any activity, and only used as part of another schema.

Fields

Output only. The current status of a particular file in the specified version.
The value will be either pending upload or uploaded.

The URI at which the file's content should display.

The SHA256 content hash of the file.

Trait Implementations

impl Default for VersionFile
[src]

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

impl Clone for VersionFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VersionFile
[src]

Formats the value using the given formatter. Read more

impl Part for VersionFile
[src]

Auto Trait Implementations

impl Send for VersionFile

impl Sync for VersionFile