Class: Google::Apis::HealthcareV1beta1::AnnotationSource

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

AnnotationSource holds the source information of the annotation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AnnotationSource

Returns a new instance of AnnotationSource.



218
219
220
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 218

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

Instance Attribute Details

#cloud_healthcare_sourceGoogle::Apis::HealthcareV1beta1::CloudHealthcareSource

Cloud Healthcare API resource. Corresponds to the JSON property cloudHealthcareSource



216
217
218
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 216

def cloud_healthcare_source
  @cloud_healthcare_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



223
224
225
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 223

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