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 search results based on education criteria in the Google Cloud Talent V4Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for serialization, comparison, deep cloning, and buffer management."],["It includes properties to filter by `DegreeType`, `FieldOfStudy`, `School`, and a `Negated` flag to exclude matching profiles."],["Two constructors are provided: a default constructor and a copy constructor to create a new `EducationFilter` object from an existing one."],["The latest version available is `3.0.0-beta06`, while version `2.0.0-beta07` is also available and contains the provided information."]]],[]]