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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eApplicationDateFilter\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within Google Cloud Talent APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe filter will not be active unless either the \u003ccode\u003eStartDate\u003c/code\u003e or \u003ccode\u003eEndDate\u003c/code\u003e property is provided, at least, as both of these properties missing will be ignored.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eApplicationDateFilter\u003c/code\u003e includes properties \u003ccode\u003eEndDate\u003c/code\u003e and \u003ccode\u003eStartDate\u003c/code\u003e, both of which are of type \u003ccode\u003eDate\u003c/code\u003e, which is used to set the inclusive boundaries for filtering application dates.\u003c/p\u003e\n"]]],[],null,[]]