Show / Hide Table of Contents

Class GoogleCloudRunV2EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

Inheritance
object
GoogleCloudRunV2EnvVarSource
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.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2EnvVarSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SecretKeyRef

Selects a secret and a specific version from Cloud Secret Manager.

Declaration
[JsonProperty("secretKeyRef")]
public virtual GoogleCloudRunV2SecretKeySelector SecretKeyRef { get; set; }
Property Value
Type Description
GoogleCloudRunV2SecretKeySelector

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX