Show / Hide Table of Contents

Class ResourceLabels

A list of Kubernetes labels.

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

Properties

ETag

The ETag of the item.

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

ResourceLabelsValue

Optional. A list of Kubernetes label-value pairs.

Declaration
[JsonProperty("resourceLabels")]
public virtual IList<Label> ResourceLabelsValue { get; set; }
Property Value
Type Description
IList<Label>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX