GoogleApi.HealthCare.V1beta1.Model.ImportAnnotationsErrorDetails (google_api_health_care v0.24.0) View Source

Deprecated. Final response of importing Annotations in partial or total failure case. This structure is included in the error details. It is only included when the operation finishes.

Attributes

  • annotationStore (type: String.t, default: nil) - The annotation_store that the annotations were imported to. The name is in the format projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}.
  • errorCount (type: String.t, default: nil) - The number of annotations that had errors.
  • successCount (type: String.t, default: nil) - The number of annotations that have been imported.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HealthCare.V1beta1.Model.ImportAnnotationsErrorDetails{
  annotationStore: String.t(),
  errorCount: String.t(),
  successCount: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.