View Source GoogleApi.FirebaseHosting.V1beta1.Model.SiteConfig (google_api_firebase_hosting v0.17.1)

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

Attributes

  • cloudLoggingEnabled (type: boolean(), default: nil) - Whether or not web requests made by site visitors are logged via Cloud Logging.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.SiteConfig{
  cloudLoggingEnabled: boolean() | nil,
  maxVersions: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.