public sealed class Interview : IMessage<Interview>, IEquatable<Interview>, IDeepCloneable<Interview>, IBufferMessage, IMessage
Details of an interview.
Implements
IMessage<Interview>, IEquatable<Interview>, IDeepCloneable<Interview>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Interview()
public Interview()
Interview(Interview)
public Interview(Interview other)
Parameter | |
---|---|
Name | Description |
other | Interview |
Properties
Outcome
public Outcome Outcome { get; set; }
Required. The overall decision resulting from this interview (positive, negative, nuetral).
Property Value | |
---|---|
Type | Description |
Outcome |
Rating
public Rating Rating { get; set; }
The rating on this interview.
Property Value | |
---|---|
Type | Description |
Rating |