lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.9.0 vs lib/google/apis/healthcare_v1/classes.rb in google-apis-healthcare_v1-0.10.0

- old
+ new

@@ -3165,15 +3165,22 @@ # Response for successful QueryAccessibleData operations. This structure is # included in the response upon operation completion. class QueryAccessibleDataResponse include Google::Apis::Core::Hashable + # 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` + # @return [Array<String>] + attr_accessor :gcs_uris + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) + @gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris) end end # Define how to redact sensitive values. Default behaviour is erase. For example, # "My name is Jane." becomes "My name is ."