Class Config
Additional configuration of the backend for this build.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class Config : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
Optional. Environment variables for this build.
Declaration
[JsonProperty("env")]
public virtual IList<EnvironmentVariable> Env { get; set; }
Property Value
Type | Description |
---|---|
IList<EnvironmentVariable> |
RunConfig
Optional. Additional configuration of the Cloud Run
service
.
Declaration
[JsonProperty("runConfig")]
public virtual RunConfig RunConfig { get; set; }
Property Value
Type | Description |
---|---|
RunConfig |