google_api_cloud_trace v0.20.3 GoogleApi.CloudTrace.V2.Model.Annotation View Source

Text annotation with a set of attributes.

Attributes

  • attributes (type: GoogleApi.CloudTrace.V2.Model.Attributes.t, default: nil) - A set of attributes on the annotation. You can have up to 4 attributes per Annotation.
  • description (type: GoogleApi.CloudTrace.V2.Model.TruncatableString.t, default: nil) - A user-supplied message describing the event. The maximum length for the description is 256 bytes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudTrace.V2.Model.Annotation{
  attributes: GoogleApi.CloudTrace.V2.Model.Attributes.t(),
  description: GoogleApi.CloudTrace.V2.Model.TruncatableString.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.