google_api_genomics v0.11.0 GoogleApi.Genomics.V1.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 eithererror
orresponse
is available.error
(type:GoogleApi.Genomics.V1.Model.Status.t
, default:nil
) - The error result of the operation in case of failure or cancellation.metadata
(type:map()
, default:nil
) - An OperationMetadata or Metadata object. This will always be returned with the Operation.name
(type:String.t
, default:nil
) - The server-assigned name, which is only unique within the same service that originally returns it. For example:operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw
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.Genomics.V1.Model.Operation{ done: boolean(), error: GoogleApi.Genomics.V1.Model.Status.t(), metadata: map(), name: String.t(), response: map() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.