Show / Hide Table of Contents

Class ConfigMapKeySelector

Not supported by Cloud Run.

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

Properties

ETag

The ETag of the item.

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

Key

Required. Not supported by Cloud Run.

Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type Description
string

LocalObjectReference

Not supported by Cloud Run.

Declaration
[JsonProperty("localObjectReference")]
public virtual LocalObjectReference LocalObjectReference { get; set; }
Property Value
Type Description
LocalObjectReference

Name

Required. Not supported by Cloud Run.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Optional

Not supported by Cloud Run.

Declaration
[JsonProperty("optional")]
public virtual bool? Optional { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX