GoogleApi.ServiceNetworking.V1.Model.LabelDescriptor (google_api_service_networking v0.40.0)

View Source

A description of a label.

Attributes

  • description (type: String.t, default: nil) - A human-readable description for the label.
  • key (type: String.t, default: nil) - The label key.
  • valueType (type: String.t, default: nil) - The type of data that can be assigned to the label.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.LabelDescriptor{
  description: String.t() | nil,
  key: String.t() | nil,
  valueType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.