Class: Google::Apis::HealthcareV1beta1::ConsentEvaluation
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::ConsentEvaluation
- 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
The detailed evaluation of a particular Consent.
Instance Attribute Summary collapse
-
#evaluation_result ⇒ String
The evaluation result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConsentEvaluation
constructor
A new instance of ConsentEvaluation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConsentEvaluation
Returns a new instance of ConsentEvaluation.
1476 1477 1478 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1476 def initialize(**args) update!(**args) end |
Instance Attribute Details
#evaluation_result ⇒ String
The evaluation result.
Corresponds to the JSON property evaluationResult
1474 1475 1476 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1474 def evaluation_result @evaluation_result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1481 1482 1483 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1481 def update!(**args) @evaluation_result = args[:evaluation_result] if args.key?(:evaluation_result) end |