public sealed class EducationFilter : IMessage<EducationFilter>, IEquatable<EducationFilter>, IDeepCloneable<EducationFilter>, IBufferMessage, IMessage
Education filter of the search.
Implements
IMessage<EducationFilter>, IEquatable<EducationFilter>, IDeepCloneable<EducationFilter>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
EducationFilter()
public EducationFilter()
EducationFilter(EducationFilter)
public EducationFilter(EducationFilter other)
Name | Description |
other | EducationFilter |
Properties
DegreeType
public DegreeType DegreeType { get; set; }
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.
Type | Description |
DegreeType |
FieldOfStudy
public string FieldOfStudy { get; set; }
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".
Type | Description |
String |
Negated
public bool Negated { get; set; }
Whether to apply negation to the filter so profiles matching the filter is excluded.
Type | Description |
Boolean |
School
public string School { get; set; }
The school name. For example "MIT", "University of California, Berkeley".
Type | Description |
String |