gcsSource property

GoogleCloudHealthcareV1FhirGcsSource? gcsSource
getter/setter pair

Specifies the Cloud Storage source data location containing the list of resource IDs to delete.

Each file inside gcs_source must contain newline-delimited strings in the format {resourceType}/{resourceId}. This field is mutually exclusive with filter parameters such as type and until.

Optional.

Implementation

GoogleCloudHealthcareV1FhirGcsSource? gcsSource;