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

A Site represents a Firebase Hosting site.

Attributes

  • appId (type: String.t, default: nil) - Optional. The ID of a Web App associated with the Hosting site.
  • defaultUrl (type: String.t, default: nil) - Output only. The default URL for the 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, in the format: projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the Firebase project's ProjectNumber (recommended) or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard.
  • type (type: String.t, default: nil) - Output only. The type of Hosting site. Every Firebase project has a DEFAULT_SITE, which is created when Hosting is provisioned for the project. All additional sites are USER_SITE.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.