public sealed class EducationFilter : IMessage<EducationFilter>, IEquatable<EducationFilter>, IDeepCloneable<EducationFilter>, IBufferMessage, IMessageEducation 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)| Parameter | |
|---|---|
| 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.
| Property Value | |
|---|---|
| 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".
| Property Value | |
|---|---|
| Type | Description |
String |
|
Negated
public bool Negated { get; set; }Whether to apply negation to the filter so profiles matching the filter is excluded.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
School
public string School { get; set; }The school name. For example "MIT", "University of California, Berkeley".
| Property Value | |
|---|---|
| Type | Description |
String |
|