GoogleApi.FirebaseHosting.V1beta1.Model.Site (google_api_firebase_hosting v0.14.0) View Source

A Site represents a Firebase Hosting Site.

Attributes

  • appId (type: String.t, default: nil) - Optional. The ID of a Web App associated with the Site.
  • defaultUrl (type: String.t, default: nil) - Output only. The default URL for this Hosting Site.
  • labels (type: map(), default: nil) - Optional. User-specified labels for the Hosting Site.
  • name (type: String.t, default: nil) - Output only. The fully qualified resource name of the Hosting Site, e.g.: projects/{project-number}/sites/{site-id}.
  • type (type: String.t, default: nil) - Output only. The Hosting site type. There will always be a single DEFAULT_SITE, which is created when Hosting is provisioned. All additional sites are USER_SITE.

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.Site{
  appId: String.t() | nil,
  defaultUrl: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.