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

The response to the CheckIn method.

Attributes

  • deadline (type: DateTime.t, default: nil) - The deadline by which the worker must request an extension. The backend will allow for network transmission time and other delays, but the worker must attempt to transmit the extension request no later than the deadline.
  • features (type: map(), default: nil) - Feature configuration for the operation.
  • metadata (type: map(), default: nil) - The metadata that describes the operation assigned to the worker.

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.CheckInResponse{
  deadline: DateTime.t() | nil,
  features: map() | nil,
  metadata: map() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.