Class GoogleCloudChannelV1ContactInfo
Contact information for a customer account.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ContactInfo : IDirectResponseSchema
Properties
DisplayName
Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
The customer account contact's first name. Optional for Team customers.
Declaration
[JsonProperty("firstName")]
public virtual string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
LastName
The customer account contact's last name. Optional for Team customers.
Declaration
[JsonProperty("lastName")]
public virtual string LastName { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
The customer account's contact phone number.
Declaration
[JsonProperty("phone")]
public virtual string Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Optional. The customer account contact's job title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |