Class EducationFilter

public sealed class EducationFilter : IMessage<EducationFilter>, IEquatable<EducationFilter>, IDeepCloneable<EducationFilter>, IBufferMessage, IMessage

Education filter of the search.

Inheritance

Object > EducationFilter

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

EducationFilter()

public EducationFilter()

EducationFilter(EducationFilter)

public EducationFilter(EducationFilter other)
Parameter
NameDescription
otherEducationFilter

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.

Property Value
TypeDescription
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".

Property Value
TypeDescription
String

Negated

public bool Negated { get; set; }

Whether to apply negation to the filter so profiles matching the filter is excluded.

Property Value
TypeDescription
Boolean

School

public string School { get; set; }

The school name. For example "MIT", "University of California, Berkeley".

Property Value
TypeDescription
String