Reference documentation and code samples for the Google Cloud Channel V1 Client class ContactInfo.
Contact information for a customer account.
Generated from protobuf message google.cloud.channel.v1.ContactInfo
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ first_name
string
The customer account contact's first name. Optional for Team customers.
↳ last_name
string
The customer account contact's last name. Optional for Team customers.
↳ display_name
string
Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
↳ email
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.
↳ title
string
Optional. The customer account contact's job title.
↳ phone
string
The customer account's contact phone number.
getFirstName
The customer account contact's first name. Optional for Team customers.
string
setFirstName
The customer account contact's first name. Optional for Team customers.
var
string
$this
getLastName
The customer account contact's last name. Optional for Team customers.
string
setLastName
The customer account contact's last name. Optional for Team customers.
var
string
$this
getDisplayName
Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
string
setDisplayName
Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
var
string
$this
getEmail
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.
string
setEmail
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.
var
string
$this
getTitle
Optional. The customer account contact's job title.
string
setTitle
Optional. The customer account contact's job title.
var
string
$this
getPhone
The customer account's contact phone number.
string
setPhone
The customer account's contact phone number.
var
string
$this