GoogleApi.Genomics.V2alpha1.Model.Metadata (google_api_genomics v0.18.0) View Source

Carries information about the pipeline execution that is returned in the long running operation's metadata field.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time at which the operation was created by the API.
  • endTime (type: DateTime.t, default: nil) - The time at which execution was completed and resources were cleaned up.
  • events (type: list(GoogleApi.Genomics.V2alpha1.Model.Event.t), default: nil) - The list of events that have happened so far during the execution of this operation.
  • labels (type: map(), default: nil) - The user-defined labels associated with this operation.
  • pipeline (type: GoogleApi.Genomics.V2alpha1.Model.Pipeline.t, default: nil) - The pipeline this operation represents.
  • startTime (type: DateTime.t, default: nil) - The first time at which resources were allocated to execute the pipeline.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V2alpha1.Model.Metadata{
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  events: [GoogleApi.Genomics.V2alpha1.Model.Event.t()] | nil,
  labels: map() | nil,
  pipeline: GoogleApi.Genomics.V2alpha1.Model.Pipeline.t() | nil,
  startTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.