class Google::Apis::HealthcareV1::ConsentEvaluation
The detailed evaluation of a particular Consent
.
Attributes
evaluation_result[RW]
The evaluation result. Corresponds to the JSON property `evaluationResult` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 642 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 647 def update!(**args) @evaluation_result = args[:evaluation_result] if args.key?(:evaluation_result) end