Class: Google::Apis::HealthcareV1::QueryAccessibleDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1::QueryAccessibleDataResponse
- 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
-
#gcs_uris ⇒ Array<String>
List of files, each of which contains a list of data_id(s) that are consented for a specified use in the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ QueryAccessibleDataResponse
constructor
A new instance of QueryAccessibleDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ QueryAccessibleDataResponse
Returns a new instance of QueryAccessibleDataResponse.
4036 4037 4038 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4036 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcs_uris ⇒ Array<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
4034 4035 4036 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4034 def gcs_uris @gcs_uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4041 4042 4043 |
# File 'lib/google/apis/healthcare_v1/classes.rb', line 4041 def update!(**args) @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris) end |