Class: Google::Cloud::Talent::V4beta1::Email
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Email
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents a person's email address.
Instance Attribute Summary collapse
-
#email_address ⇒ String
Optional.
-
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Optional.
Instance Attribute Details
#email_address ⇒ String
Returns Optional.
Email address.
Number of characters allowed is 4,000.
371 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 371 class Email; end |
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Returns Optional.
The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
371 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 371 class Email; end |