google_api_genomics v0.9.0 GoogleApi.Genomics.V1.Model.OperationEvent View Source
An event that occurred during an Operation.
Attributes
description(type:String.t, default:nil) - Required description of event.endTime(type:DateTime.t, default:nil) - 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.startTime(type:DateTime.t, default:nil) - Optional time of when event started.
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 Sourcet() :: %GoogleApi.Genomics.V1.Model.OperationEvent{
description: String.t(),
endTime: DateTime.t(),
startTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.