GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile (google_api_firebase_hosting v0.15.0) View Source

A static content file that is part of a version.

Attributes

  • hash (type: String.t, default: nil) - The SHA256 content hash of the file.
  • path (type: String.t, default: nil) - The URI at which the file's content should display.
  • status (type: String.t, default: nil) - Output only. The current status of a particular file in the specified version. The value will be either pending upload or uploaded.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.VersionFile{
  hash: String.t() | nil,
  path: String.t() | nil,
  status: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.