GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Customer (google_api_cloud_channel v0.11.4)
View SourceEntity representing a customer of a reseller or distributor.
Attributes
-
alternateEmail
(type:String.t
, default:nil
) - Secondary contact email. You need to provide an alternate email to create different domains if a primary contact email already exists. Users will receive a notification with credentials when you create an admin.google.com account. Secondary emails are also recovery email addresses. Alternate emails are optional when you create Team customers. -
channelPartnerId
(type:String.t
, default:nil
) - Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer. -
cloudIdentityId
(type:String.t
, default:nil
) - Output only. The customer's Cloud Identity ID if the customer has a Cloud Identity resource. -
cloudIdentityInfo
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo.t
, default:nil
) - Output only. Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer. -
correlationId
(type:String.t
, default:nil
) - Optional. External CRM ID for the customer. Populated only if a CRM ID exists for this customer. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the customer was created. -
domain
(type:String.t
, default:nil
) - Required. The customer's primary domain. Must match the primary contact email's domain. -
languageCode
(type:String.t
, default:nil
) - Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id} -
orgDisplayName
(type:String.t
, default:nil
) - Required. Name of the organization that the customer entity represents. -
orgPostalAddress
(type:GoogleApi.CloudChannel.V1.Model.GoogleTypePostalAddress.t
, default:nil
) - Required. The organization address for the customer. To enforce US laws and embargoes, we require a region, postal code, and address lines. You must provide valid addresses for every customer. To set the customer's language, use the Customer-level language code. -
primaryContactInfo
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ContactInfo.t
, default:nil
) - Primary contact info. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when the customer was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Customer{ alternateEmail: String.t() | nil, channelPartnerId: String.t() | nil, cloudIdentityId: String.t() | nil, cloudIdentityInfo: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo.t() | nil, correlationId: String.t() | nil, createTime: DateTime.t() | nil, domain: String.t() | nil, languageCode: String.t() | nil, name: String.t() | nil, orgDisplayName: String.t() | nil, orgPostalAddress: GoogleApi.CloudChannel.V1.Model.GoogleTypePostalAddress.t() | nil, primaryContactInfo: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ContactInfo.t() | nil, updateTime: DateTime.t() | nil }