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

Deprecated. Response for failed annotation export operations. This structure is included in error details upon operation completion.

Attributes

  • annotationStore (type: String.t, default: nil) - The annotation_store used for the export operation, in the format of 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 error.
  • successCount (type: String.t, default: nil) - The number of annotations successfully exported.

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.ExportAnnotationsErrorDetails{
  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.