GoogleCloudChannelV1ContactInfoArgs

data class GoogleCloudChannelV1ContactInfoArgs(val email: Output<String>? = null, val firstName: Output<String>? = null, val lastName: Output<String>? = null, val phone: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudChannelV1ContactInfoArgs>

Contact information for a customer account.

Constructors

Link copied to clipboard
fun GoogleCloudChannelV1ContactInfoArgs(email: Output<String>? = null, firstName: Output<String>? = null, lastName: Output<String>? = null, phone: Output<String>? = null, title: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudChannelV1ContactInfoArgs

Properties

Link copied to clipboard
val email: Output<String>? = null

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
val firstName: Output<String>? = null

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

Link copied to clipboard
val lastName: Output<String>? = null

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

Link copied to clipboard
val phone: Output<String>? = null

The customer account's contact phone number.

Link copied to clipboard
val title: Output<String>? = null

Optional. The customer account contact's job title.