public sealed class EducationFilter : IMessage<EducationFilter>, IEquatable<EducationFilter>, IDeepCloneable<EducationFilter>, IBufferMessage, IMessage
Education degree in ISCED code. Each value in degree covers a specific
level of education, without any expansion to upper nor lower levels of
education degree.
The field of study. This is to search against value provided in
[Degree.fields_of_study][google.cloud.talent.v4beta1.Degree.fields_of_study].
For example "Computer Science", "Mathematics".
[[["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 `EducationFilter` class is used to filter job search results based on education criteria in the Google Cloud Talent API's V4Beta1 version."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffering."],["It contains properties to specify filtering criteria like `DegreeType`, `FieldOfStudy`, `School`, and a `Negated` flag to exclude matching profiles."],["The latest version of the `EducationFilter` class is 3.0.0-beta06, with previous versions 3.0.0-beta05 and 2.0.0-beta07 also available."]]],[]]