Class: Google::Cloud::Talent::V4beta1::AdditionalContactInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::AdditionalContactInfo
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents contact information other than phone, email, URI and addresses.
Instance Attribute Summary collapse
-
#contact_id ⇒ String
Optional.
-
#name ⇒ String
Optional.
-
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Optional.
Instance Attribute Details
#contact_id ⇒ String
Returns Optional.
The contact id.
Number of characters allowed is 100.
477 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 477 class AdditionalContactInfo; end |
#name ⇒ String
Returns Optional.
The name of the contact method.
For example, "hangout", "skype".
Number of characters allowed is 100.
477 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 477 class AdditionalContactInfo; end |
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Returns Optional.
The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
477 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 477 class AdditionalContactInfo; end |