View Source GoogleApi.Logging.V2.Model.LabelDescriptor (google_api_logging v0.47.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.