View Source GoogleApi.CloudTrace.V2.Model.Annotation (google_api_cloud_trace v0.23.2)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.Annotation{ attributes: GoogleApi.CloudTrace.V2.Model.Attributes.t() | nil, description: GoogleApi.CloudTrace.V2.Model.TruncatableString.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.