GoogleApi.NetworkServices.V1.Model.EndpointMatcherMetadataLabelMatcherMetadataLabels (google_api_network_services v0.2.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.