public sealed class Degree : IMessage<Degree>, IEquatable<Degree>, IDeepCloneable<Degree>, IBufferMessage, IMessage
Resource that represents a degree pursuing or acquired by a candidate.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Degree()
public Degree()
Degree(Degree)
public Degree(Degree other)
Name | Description |
other | Degree |
Properties
DegreeName
public string DegreeName { get; set; }
Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
Type | Description |
String |
DegreeType
public DegreeType DegreeType { get; set; }
ISCED degree type.
Type | Description |
DegreeType |
FieldsOfStudy
public RepeatedField<string> FieldsOfStudy { get; }
Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.
Type | Description |
RepeatedField<String> |