class Google::Apis::HealthcareV1::TagFilterList
List of tags to be filtered.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 3976 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 3981 def update!(**args) @tags = args[:tags] if args.key?(:tags) end