View Source GoogleApi.Monitoring.V3.Model.LabelDescriptor (google_api_monitoring v0.55.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 key for this label. The key must meet the following criteria: Does not exceed 100 characters. Matches the following regular expression: [a-zA-Z][a-zA-Z0-9_]* The first character must be an upper- or lower-case letter. The remaining characters must be letters, digits, or underscores.
  • 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.Monitoring.V3.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.