Class: Google::Cloud::Talent::V4beta1::AdditionalContactInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contact_idString

Returns Optional.

The contact id.

Number of characters allowed is 100.

Returns:

  • (String)

    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

#nameString

Returns Optional.

The name of the contact method.

For example, "hangout", "skype".

Number of characters allowed is 100.

Returns:

  • (String)

    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

#usageGoogle::Cloud::Talent::V4beta1::ContactInfoUsage

Returns Optional.

The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.

Returns:



477
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 477

class AdditionalContactInfo; end