Class: Google::Cloud::Talent::V4beta1::Interview
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Interview
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
Details of an interview.
Instance Attribute Summary collapse
-
#outcome ⇒ Google::Cloud::Talent::V4beta1::Outcome
Required.
-
#rating ⇒ Google::Cloud::Talent::V4beta1::Rating
The rating on this interview.
Instance Attribute Details
#outcome ⇒ Google::Cloud::Talent::V4beta1::Outcome
Returns Required. The overall decision resulting from this interview (positive, negative, nuetral).
515 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 515 class Interview; end |
#rating ⇒ Google::Cloud::Talent::V4beta1::Rating
Returns The rating on this interview.
515 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb', line 515 class Interview; end |