google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.TimeEvent View Source

A time-stamped annotation or message event in the Span.

Attributes

  • annotation (Annotation): Text annotation with a set of attributes. Defaults to: null.
  • messageEvent (MessageEvent): An event describing a message sent/received between Spans. Defaults to: null.
  • time (DateTime.t): The timestamp indicating the time the event occurred. 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() :: %GoogleApi.CloudTrace.V2.Model.TimeEvent{
  annotation: GoogleApi.CloudTrace.V2.Model.Annotation.t(),
  messageEvent: GoogleApi.CloudTrace.V2.Model.MessageEvent.t(),
  time: DateTime.t()
}

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.