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 is used to filter profiles based on the application date, matching profiles where the application date falls between a specified start and end date."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within Google Cloud Talent APIs."],["The filter will not be active unless either the `StartDate` or `EndDate` property is provided, at least, as both of these properties missing will be ignored."],["`ApplicationDateFilter` includes properties `EndDate` and `StartDate`, both of which are of type `Date`, which is used to set the inclusive boundaries for filtering application dates."]]],[]]