google_api_firebase_hosting v0.4.0 GoogleApi.FirebaseHosting.V1beta1.Model.SiteConfig View Source

A SiteConfig contains metadata associated with a specific site that controls Firebase Hosting serving behavior

Attributes

  • maxVersions (type: String.t, default: nil) - The number of FINALIZED versions that will be held for a site before automatic deletion. When a new version is deployed, content for versions in storage in excess of this number will be deleted, and will no longer be billed for storage usage. Oldest versions will be deleted first; sites are created with an unlimited number of max_versions by default.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.SiteConfig{
  maxVersions: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.