fhirStores property

List<FhirStore>? fhirStores
getter/setter pair

The returned FHIR stores.

Won't be more FHIR stores than the value of page_size in the request.

Implementation

core.List<FhirStore>? fhirStores;