Class: Google::Cloud::Talent::V4beta1::Degree
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Degree
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents a degree pursuing or acquired by a candidate.
Instance Attribute Summary collapse
-
#degree_name ⇒ String
Full Degree name.
-
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
ISCED degree type.
-
#fields_of_study ⇒ Array<String>
Fields of study for the degree.
Instance Attribute Details
#degree_name ⇒ String
Returns Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
657 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657 class Degree; end |
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Returns ISCED degree type.
657 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657 class Degree; end |
#fields_of_study ⇒ Array<String>
Returns Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.
657 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657 class Degree; end |