Show / Hide Table of Contents

Class Config

Additional configuration of the backend for this build.

Inheritance
object
Config
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX