public sealed class Rating : IMessage<Rating>, IEquatable<Rating>, IDeepCloneable<Rating>, IBufferMessage, IMessage
The details of the score received for an assessment or interview.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Rating()
public Rating()
Rating(Rating)
public Rating(Rating other)
Name | Description |
other | Rating |
Properties
Interval
public double Interval { get; set; }
The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
Type | Description |
Double |
Max
public double Max { get; set; }
The maximum value for the score.
Type | Description |
Double |
Min
public double Min { get; set; }
The minimum value for the score.
Type | Description |
Double |
Overall
public double Overall { get; set; }
Overall score.
Type | Description |
Double |