Class EndpointMatcherMetadataLabelMatcherMetadataLabels
Defines a name-pair value for a single label.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class EndpointMatcherMetadataLabelMatcherMetadataLabels : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelName
Required. Label name presented as key in xDS Node Metadata.
Declaration
[JsonProperty("labelName")]
public virtual string LabelName { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelValue
Required. Label value presented as value corresponding to the above key, in xDS Node Metadata.
Declaration
[JsonProperty("labelValue")]
public virtual string LabelValue { get; set; }
Property Value
Type | Description |
---|---|
string |