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
more...

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.

[View source]

4812
4813
4814
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4812

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

4810
4811
4812
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4810

def gcs_uris
  @gcs_uris
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

4817
4818
4819
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4817

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