google_api_life_sciences v0.2.0 GoogleApi.LifeSciences.V2beta.Model.Metadata 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.LifeSciences.V2beta.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.LifeSciences.V2beta.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
Link to this type
t()
View Sourcet() :: %GoogleApi.LifeSciences.V2beta.Model.Metadata{
createTime: DateTime.t(),
endTime: DateTime.t(),
events: [GoogleApi.LifeSciences.V2beta.Model.Event.t()],
labels: map(),
pipeline: GoogleApi.LifeSciences.V2beta.Model.Pipeline.t(),
startTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.