google_api_genomics v0.5.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()
View Source
t() :: %GoogleApi.Genomics.V1.Model.OperationEvent{
description: any(),
endTime: DateTime.t(),
startTime: DateTime.t()
}
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
Unwrap a decoded JSON object into its complex fields.