class Google::Apis::HealthcareV1::Resources
A list of FHIR resources.
Attributes
resources[RW]
List of resources IDs. For example, “Patient/1234”. Corresponds to the JSON property `resources` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3497 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/healthcare_v1/classes.rb, line 3502 def update!(**args) @resources = args[:resources] if args.key?(:resources) end