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

Response for successful annotation export operations. This structure is included in response 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}.
  • successCount (type: String.t, default: nil) - The total 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.ExportAnnotationsResponse{
  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.