Class: Google::Apis::HealthcareV1beta1::ConsentList
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ConsentList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/google/apis/healthcare_v1beta1/representations.rb
Overview
List of resource names of Consent resources.
Instance Attribute Summary collapse
-
#consents ⇒ Array<String>
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``.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConsentList
constructor
A new instance of ConsentList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConsentList
Returns a new instance of ConsentList.
833 834 835 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 833 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consents ⇒ Array<String>
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`
831 832 833 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 831 def @consents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
838 839 840 |
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 838 def update!(**args) @consents = args[:consents] if args.key?(:consents) end |