class Google::Apis::FirebasehostingV1beta1::PathFilter
A representation of filter path.
Attributes
regexes[RW]
An array of RegEx values by which to filter. Corresponds to the JSON property `regexes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 700 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebasehosting_v1beta1/classes.rb, line 705 def update!(**args) @regexes = args[:regexes] if args.key?(:regexes) end