class Google::Apis::HealthcareV1::ConsentList

List of resource names of Consent resources.

Attributes

consents[RW]

The resource names of the Consents to evaluate against, of the form `projects/` project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/` consent_store_id`/consents/`consent_id“. Corresponds to the JSON property `consents` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 663
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 668
def update!(**args)
  @consents = args[:consents] if args.key?(:consents)
end