Class: Google::Apis::HealthcareV1::QueryAccessibleDataResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryAccessibleDataResponse

Returns a new instance of QueryAccessibleDataResponse.



3905
3906
3907
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3905

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

Instance Attribute Details

#gcs_urisArray<String>

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

Returns:

  • (Array<String>)


3903
3904
3905
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3903

def gcs_uris
  @gcs_uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3910
3911
3912
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3910

def update!(**args)
  @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
end