public sealed class ApplicationDateFilter : IMessage<ApplicationDateFilter>, IEquatable<ApplicationDateFilter>, IDeepCloneable<ApplicationDateFilter>, IBufferMessage, IMessage
Application Date Range Filter.
The API matches profiles with [Application.application_date][google.cloud.talent.v4beta1.Application.application_date] between
start date and end date (both boundaries are inclusive). The filter is
ignored if both [start_date][google.cloud.talent.v4beta1.ApplicationDateFilter.start_date] and [end_date][google.cloud.talent.v4beta1.ApplicationDateFilter.end_date] are missing.
[[["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."],[[["The `ApplicationDateFilter` class, found within the `Google.Cloud.Talent.V4Beta1` namespace, is designed to filter profiles based on the date of application, matching profiles with application dates between a specified start and end date."],["This filter, which will not be applied if both `start_date` and `end_date` are not set, uses inclusive boundaries for matching application dates."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two key properties: `StartDate` and `EndDate`, both of which are of type `Date` that represent the boundaries for the application date filter."],["The latest stable version is 3.0.0-beta06, with other listed versions being 3.0.0-beta05, and 2.0.0-beta07."]]],[]]