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

Final response of importing Annotations in successful case. This structure is included in the response. It is only included when the operation finishes.

Attributes

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

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.ImportAnnotationsResponse{
  annotationStore: String.t(),
  successCount: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.