google_api_life_sciences v0.4.0 GoogleApi.LifeSciences.V2beta.Model.Operation View Source
This resource represents a long-running operation that is the result of a network API call.
Attributes
done(type:boolean(), default:nil) - If the value isfalse, it means the operation is still in progress. Iftrue, the operation is completed, and eithererrororresponseis available.error(type:GoogleApi.LifeSciences.V2beta.Model.Status.t, default:nil) - The error result of the operation in case of failure or cancellation.metadata(type:map(), default:nil) - An Metadata object. This will always be returned with the Operation.name(type:String.t, default:nil) - The server-assigned name for the operation. This may be passed to the other operation methods to retrieve information about the operation's status.response(type:map(), default:nil) - An Empty object.
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.Operation{
done: boolean(),
error: GoogleApi.LifeSciences.V2beta.Model.Status.t(),
metadata: map(),
name: String.t(),
response: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.