RollbackFhirResourcesResponse

Final response of rollback FIHR resources request.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
fhirStore string The name of the FHIR store to rollback, in the format of "projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /fhirStores/{fhir_store_id}".
View JSON Schema on GitHub

JSON Schema

RollbackFhirResourcesResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RollbackFhirResourcesResponse",
  "description": "Final response of rollback FIHR resources request.",
  "properties": {
    "fhirStore": {
      "description": "The name of the FHIR store to rollback, in the format of \"projects/{project_id}/locations/{location_id}/datasets/{dataset_id} /fhirStores/{fhir_store_id}\".",
      "type": "string"
    }
  },
  "type": "object"
}