Class Rating

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

The details of the score received for an assessment or interview.

Inheritance

Object > Rating

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Rating()

public Rating()

Rating(Rating)

public Rating(Rating other)
Parameter
NameDescription
otherRating

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)

Property Value
TypeDescription
Double

Max

public double Max { get; set; }

The maximum value for the score.

Property Value
TypeDescription
Double

Min

public double Min { get; set; }

The minimum value for the score.

Property Value
TypeDescription
Double

Overall

public double Overall { get; set; }

Overall score.

Property Value
TypeDescription
Double