google_api_genomics v0.9.0 GoogleApi.Genomics.V1.Model.Event 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 thedetailsfield.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Genomics.V1.Model.Event{
description: String.t(),
details: map(),
timestamp: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.