google_api_genomics v0.5.0 GoogleApi.Genomics.V1.Model.Event View Source

Carries information about events that occur during pipeline execution.

Attributes

  • description (String.t): 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. Defaults to: null.
  • details (%{optional(String.t) => String.t}): Machine-readable details about the event. Defaults to: null.
  • timestamp (DateTime.t): The time at which 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.Genomics.V1.Model.Event{
  description: any(),
  details: map(),
  timestamp: 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.