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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/healthcare_v1beta1/classes.rb,
generated/google/apis/healthcare_v1beta1/representations.rb,
generated/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.



209
210
211
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 209

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



207
208
209
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 207

def cloud_healthcare_source
  @cloud_healthcare_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



214
215
216
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 214

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