Class BackendRuntime
Runtime is a string that represents the runtime that is used to build the backend. Users can specify one of the
following runtimes: nodejs20, nodejs22, nodejs24, nodejs. Runtime "nodejs" means that nodejs version will be
determined at build time. If not specified or specified with a value that is not in the list above, the default
runtime nodejs will be used and Automatic Base Image Updates will be disabled. See Firebase
documentation for
more details.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class BackendRuntime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Optional. The value of the runtime.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |