View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ContactInfo (google_api_cloud_channel v0.8.0)

Contact information for a customer account.

Attributes

  • displayName (type: String.t, default: nil) - Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.
  • email (type: String.t, default: nil) - 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.
  • firstName (type: String.t, default: nil) - The customer account contact's first name. Optional for Team customers.
  • lastName (type: String.t, default: nil) - The customer account contact's last name. Optional for Team customers.
  • phone (type: String.t, default: nil) - The customer account's contact phone number.
  • title (type: String.t, default: nil) - Optional. The customer account contact's job title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ContactInfo{
  displayName: String.t() | nil,
  email: String.t() | nil,
  firstName: String.t() | nil,
  lastName: String.t() | nil,
  phone: String.t() | nil,
  title: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.