class Google::Apis::HealthcareV1::QueryAccessibleDataResponse

Response for successful QueryAccessibleData operations. This structure is included in the response upon operation completion.

Attributes

gcs_uris[RW]

List of files, each of which contains a list of data_id(s) that are consented for a specified use in the request. Corresponds to the JSON property `gcsUris` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3424
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 3429
def update!(**args)
  @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
end