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'sProjectNumber(recommended) or itsProjectId. 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 aDEFAULT_SITE, which is created when Hosting is provisioned for the project. All additional sites areUSER_SITE.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.