Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ContactInfo.
Contact information for a customer account.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
def email() -> ::String
Returns
- (::String) — The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.
#email=
def email=(value) -> ::String
Parameter
- value (::String) — The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.
Returns
- (::String) — The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.
#first_name
def first_name() -> ::String
Returns
- (::String) — The customer account contact's first name. Optional for Team customers.
#first_name=
def first_name=(value) -> ::String
Parameter
- value (::String) — The customer account contact's first name. Optional for Team customers.
Returns
- (::String) — The customer account contact's first name. Optional for Team customers.
#last_name
def last_name() -> ::String
Returns
- (::String) — The customer account contact's last name. Optional for Team customers.
#last_name=
def last_name=(value) -> ::String
Parameter
- value (::String) — The customer account contact's last name. Optional for Team customers.
Returns
- (::String) — The customer account contact's last name. Optional for Team customers.
#phone
def phone() -> ::String
Returns
- (::String) — The customer account's contact phone number.
#phone=
def phone=(value) -> ::String
Parameter
- value (::String) — The customer account's contact phone number.
Returns
- (::String) — The customer account's contact phone number.
#title
def title() -> ::String
Returns
- (::String) — Optional. The customer account contact's job title.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — Optional. The customer account contact's job title.
Returns
- (::String) — Optional. The customer account contact's job title.