class Google::Apis::HealthcareV1::FhirFilter

Filter configuration.

Attributes

resources[RW]

A list of FHIR resources. Corresponds to the JSON property `resources` @return [Google::Apis::HealthcareV1::Resources]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1527
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 1532
def update!(**args)
  @resources = args[:resources] if args.key?(:resources)
end