Class: Google::Apis::HealthcareV1alpha2::AnnotationSource
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1alpha2::AnnotationSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/healthcare_v1alpha2/classes.rb,
generated/google/apis/healthcare_v1alpha2/representations.rb,
generated/google/apis/healthcare_v1alpha2/representations.rb
Overview
AnnotationSource holds the source information of the annotation.
Instance Attribute Summary collapse
-
#cloud_healthcare_source ⇒ Google::Apis::HealthcareV1alpha2::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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AnnotationSource
Returns a new instance of AnnotationSource
79 80 81 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 79 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_healthcare_source ⇒ Google::Apis::HealthcareV1alpha2::CloudHealthcareSource
Cloud Healthcare API resource.
Corresponds to the JSON property cloudHealthcareSource
77 78 79 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 77 def cloud_healthcare_source @cloud_healthcare_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
84 85 86 |
# File 'generated/google/apis/healthcare_v1alpha2/classes.rb', line 84 def update!(**args) @cloud_healthcare_source = args[:cloud_healthcare_source] if args.key?(:cloud_healthcare_source) end |