google_api_monitoring v0.9.0 GoogleApi.Monitoring.V3.Model.LabelDescriptor View Source

A description of a label.

Attributes

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

    • Enum - one of [STRING, BOOL, INT64]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Monitoring.V3.Model.LabelDescriptor{
  description: any(),
  key: any(),
  valueType: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.