Class: Google::Apis::HealthcareV1beta1::ConsentEvaluation

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConsentEvaluation

Returns a new instance of ConsentEvaluation.



1369
1370
1371
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1369

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#evaluation_resultString

The evaluation result. Corresponds to the JSON property evaluationResult

Returns:

  • (String)


1367
1368
1369
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1367

def evaluation_result
  @evaluation_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1374
1375
1376
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 1374

def update!(**args)
  @evaluation_result = args[:evaluation_result] if args.key?(:evaluation_result)
end