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-04-17 UTC."],[[["This document details the `WorkExperienceFilter` class within the `Google.Cloud.Talent.V4Beta1` namespace, version 2.0.0-beta07, used for filtering profiles by work experience length."],["The `WorkExperienceFilter` class allows specifying a range for work experience duration through `MinExperience` and `MaxExperience` properties, both of type `Duration`."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `WorkExperienceFilter` class: a default constructor and one that accepts another `WorkExperienceFilter` object."]]],[]]