google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.Annotation View Source
Text annotation with a set of attributes.
Attributes
- attributes (Attributes): A set of attributes on the annotation. You can have up to 4 attributes per Annotation. Defaults to:
null
. - description (TruncatableString): A user-supplied message describing the event. The maximum length for the description is 256 bytes. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.CloudTrace.V2.Model.Annotation{
attributes: GoogleApi.CloudTrace.V2.Model.Attributes.t(),
description: GoogleApi.CloudTrace.V2.Model.TruncatableString.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.