public sealed class WorkExperienceFilter : IMessage<WorkExperienceFilter>, IEquatable<WorkExperienceFilter>, IDeepCloneable<WorkExperienceFilter>, IBufferMessage, IMessage
Work experience filter.
This filter is used to search for profiles with working experience length
between [min_experience][google.cloud.talent.v4beta1.WorkExperienceFilter.min_experience] and [max_experience][google.cloud.talent.v4beta1.WorkExperienceFilter.max_experience].
[[["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-05-30 UTC."],[[["The `WorkExperienceFilter` class is used to filter profiles based on the length of their work experience."],["This class allows you to specify a minimum and maximum duration for work experience using the `MinExperience` and `MaxExperience` properties, respectively."],["The `WorkExperienceFilter` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the class is `3.0.0-beta06`, with previous versions including `3.0.0-beta05` and `2.0.0-beta07`."],["`WorkExperienceFilter` is found in the `Google.Cloud.Talent.V4Beta1` namespace and within the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]