Class: Google::Apis::HealthcareV1beta1::QueryAccessibleDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::QueryAccessibleDataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/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.
6099 6100 6101 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6099 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
6097 6098 6099 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6097 def gcs_uris @gcs_uris end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6104 6105 6106 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6104 def update!(**args) @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris) end |