public sealed class AvailabilityFilter : IMessage<AvailabilityFilter>, IEquatable<AvailabilityFilter>, IDeepCloneable<AvailabilityFilter>, IBufferMessage, IMessage
If multiple [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] are provided, the default
behavior is to OR all filters, but if this field is set to true, this
particular [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter] will be AND'ed against other
[AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `AvailabilityFilter` class within the `Google.Cloud.Talent.V4Beta1` namespace, a component of the Google Cloud Talent API for .NET."],["`AvailabilityFilter` is designed to filter candidate availability signals and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class is available in three different versions: 3.0.0-beta06 (latest), 3.0.0-beta05, and 2.0.0-beta07, each with its own specific documentation link."],["`AvailabilityFilter` includes properties such as `Range` (for specifying a time range), `Required` (for determining if the filter is AND'ed with others), and `SignalType` (for the type of availability signal being filtered)."],["There are two constructors available, one that's parameterless, and another that uses another `AvailabilityFilter` as a parameter."]]],[]]