GoogleApi.Genomics.V1.Model.Event (google_api_genomics v0.18.0) View Source

Carries information about events that occur during pipeline execution.

Attributes

  • description (type: String.t, default: nil) - A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.
  • details (type: map(), default: nil) - Machine-readable details about the event.
  • timestamp (type: DateTime.t, default: nil) - The time at which the event occurred.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.Event{
  description: String.t() | nil,
  details: 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.