GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcherMetadataLabels (google_api_network_services v0.11.0)

View Source

Defines a name-pair value for a single label.

Attributes

  • labelName (type: String.t, default: nil) - Required. Label name presented as key in xDS Node Metadata.
  • labelValue (type: String.t, default: nil) - Required. Label value presented as value corresponding to the above key, in xDS Node Metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcherMetadataLabels{
    labelName: String.t() | nil,
    labelValue: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.