Class: Google::Apis::HealthcareV1beta1::AnnotationSource
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::AnnotationSource
- 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
AnnotationSource holds the source information of the annotation.
Instance Attribute Summary collapse
-
#cloud_healthcare_source ⇒ Google::Apis::HealthcareV1beta1::CloudHealthcareSource
Cloud Healthcare API resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnnotationSource
constructor
A new instance of AnnotationSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnnotationSource
Returns a new instance of AnnotationSource.
354 355 356 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 354 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_healthcare_source ⇒ Google::Apis::HealthcareV1beta1::CloudHealthcareSource
Cloud Healthcare API resource.
Corresponds to the JSON property cloudHealthcareSource
352 353 354 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 352 def cloud_healthcare_source @cloud_healthcare_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
359 360 361 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 359 def update!(**args) @cloud_healthcare_source = args[:cloud_healthcare_source] if args.key?(:cloud_healthcare_source) end |