GoogleApi.Genomics.V2alpha1.Model.TimestampedEvent (google_api_genomics v0.18.0) View Source

An event that occured in the operation assigned to the worker and the time of occurance.

Attributes

  • data (type: map(), default: nil) - The event data.
  • timestamp (type: DateTime.t, default: nil) - The time when the event happened.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V2alpha1.Model.TimestampedEvent{
  data: map() | nil,
  timestamp: DateTime.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.