Class Degree

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

Resource that represents a degree pursuing or acquired by a candidate.

Inheritance

Object > Degree

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Degree()

public Degree()

Degree(Degree)

public Degree(Degree other)
Parameter
NameDescription
otherDegree

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.

Property Value
TypeDescription
String

DegreeType

public DegreeType DegreeType { get; set; }

ISCED degree type.

Property Value
TypeDescription
DegreeType

FieldsOfStudy

public RepeatedField<string> FieldsOfStudy { get; }

Fields of study for the degree.

For example, "Computer science", "engineering".

Number of characters allowed is 100.

Property Value
TypeDescription
RepeatedField<String>