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.



3774
3775
3776
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3774

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>)


3772
3773
3774
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3772

def gcs_uris
  @gcs_uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3779
3780
3781
# File 'lib/google/apis/healthcare_v1/classes.rb', line 3779

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