Class: Google::Apis::HealthcareV1beta1::FilterList

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

List of infoTypes to be filtered.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FilterList

Returns a new instance of FilterList.



2106
2107
2108
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2106

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

Instance Attribute Details

#info_typesArray<String>

These infoTypes are based on after the eval_info_type_mapping and golden_info_type_mapping. Corresponds to the JSON property infoTypes

Returns:

  • (Array<String>)


2104
2105
2106
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2104

def info_types
  @info_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2111
2112
2113
# File 'generated/google/apis/healthcare_v1beta1/classes.rb', line 2111

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