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
Email address.
-
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
The usage of the email address.
Instance Attribute Details
#email_address ⇒ String
Returns Email address.
Number of characters allowed is 4,000.
424 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 424 class Email; end |
#usage ⇒ Google::Cloud::Talent::V4beta1::ContactInfoUsage
Returns The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
424 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 424 class Email; end |