Class AvailabilityFilter (2.2.1)

AvailabilityFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filter on availability signals. .. attribute:: signal_type

Required. Type of signal to apply filter on.

:type: google.cloud.talent_v4beta1.types.AvailabilitySignalType

Attributes

NameDescription
range_ google.cloud.talent_v4beta1.types.TimestampRange
Required. Range of times to filter candidate signals by.
required bool
If multiple AvailabilityFilter are provided, the default behavior is to OR all filters, but if this field is set to true, this particular AvailabilityFilter will be AND'ed against other AvailabilityFilter.