Class ResourceLabels
A list of Kubernetes labels.
Implements
Inherited Members
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> |