class Google::Apis::HealthcareV1::QueryAccessibleDataRequest

QueryAccessibleData] for a sample log entry).
) and [
Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (
includes a progress counter for the number of User data mappings processed.
store and writes them to a specified destination. The returned Operation
Queries all data_ids that are consented for a given use in the given consent

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
  @request_attributes = args[:request_attributes] if args.key?(:request_attributes)
  @resource_attributes = args[:resource_attributes] if args.key?(:resource_attributes)
end