GoogleCloudChannelV1ContactInfoResponse

data class GoogleCloudChannelV1ContactInfoResponse(val displayName: String, val email: String, val firstName: String, val lastName: String, val phone: String, val title: String)

Contact information for a customer account.

Constructors

Link copied to clipboard
fun GoogleCloudChannelV1ContactInfoResponse(displayName: String, email: String, firstName: String, lastName: String, phone: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The customer account contact's display name, formatted as a combination of the customer's first and last name.

Link copied to clipboard

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.

Link copied to clipboard

The customer account contact's first name. Optional for Team customers.

Link copied to clipboard

The customer account contact's last name. Optional for Team customers.

Link copied to clipboard

The customer account's contact phone number.

Link copied to clipboard

Optional. The customer account contact's job title.