Class Interview

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

Details of an interview.

Inheritance

Object > Interview

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Interview()

public Interview()

Interview(Interview)

public Interview(Interview other)
Parameter
NameDescription
otherInterview

Properties

Outcome

public Outcome Outcome { get; set; }

Required. The overall decision resulting from this interview (positive, negative, nuetral).

Property Value
TypeDescription
Outcome

Rating

public Rating Rating { get; set; }

The rating on this interview.

Property Value
TypeDescription
Rating