QueryAccessibleDataRequest constructor

QueryAccessibleDataRequest({
  1. GoogleCloudHealthcareV1ConsentGcsDestination? gcsDestination,
  2. Map<String, String>? requestAttributes,
  3. Map<String, String>? resourceAttributes,
})

Implementation

QueryAccessibleDataRequest({
  this.gcsDestination,
  this.requestAttributes,
  this.resourceAttributes,
});