google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.OperationEvent View Source

An event that occurred during an Operation.

Attributes

  • description (String.t): Required description of event. Defaults to: null.
  • endTime (DateTime.t): Optional time of when event finished. An event can have a start time and no finish time. If an event has a finish time, there must be a start time. Defaults to: null.
  • startTime (DateTime.t): Optional time of when event started. 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.OperationEvent{
  description: any(),
  endTime: DateTime.t(),
  startTime: 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.