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
Optional.
-
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Optional.
-
#fields_of_study ⇒ Array<String>
Optional.
Instance Attribute Details
#degree_name ⇒ String
Returns Optional.
Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
653 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 653 class Degree; end |
#degree_type ⇒ Google::Cloud::Talent::V4beta1::DegreeType
Returns Optional.
ISCED degree type.
653 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 653 class Degree; end |
#fields_of_study ⇒ Array<String>
Returns Optional.
Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.
653 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 653 class Degree; end |