View Source GoogleApi.Compute.V1.Model.MetadataFilterLabelMatch (google_api_compute v0.60.0)

MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.

Attributes

  • name (type: String.t, default: nil) - Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
  • value (type: String.t, default: nil) - The value of the label must match the specified value. value can have a maximum length of 1024 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.MetadataFilterLabelMatch{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.