GoogleApi.Admin.Directory_v1.Model.Customer (google_api_admin v0.37.0) View Source
Attributes
-
alternateEmail
(type:String.t
, default:nil
) - The customer's secondary contact email address. This email address cannot be on the same domain as thecustomerDomain
-
customerCreationTime
(type:DateTime.t
, default:nil
) - The customer's creation time (Readonly) -
customerDomain
(type:String.t
, default:nil
) - The customer's primary domain name string. Do not include thewww
prefix when creating a new customer. -
etag
(type:String.t
, default:nil
) - ETag of the resource. -
id
(type:String.t
, default:nil
) - The unique ID for the customer's Google Workspace account. (Readonly) -
kind
(type:String.t
, default:admin#directory#customer
) - Identifies the resource as a customer. Value:admin#directory#customer
-
language
(type:String.t
, default:nil
) - The customer's ISO 639-2 language code. See the Language Codes page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value isen
. -
phoneNumber
(type:String.t
, default:nil
) - The customer's contact phone number in E.164 format. -
postalAddress
(type:GoogleApi.Admin.Directory_v1.Model.CustomerPostalAddress.t
, default:nil
) - The customer's postal address information.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.Customer{ alternateEmail: String.t() | nil, customerCreationTime: DateTime.t() | nil, customerDomain: String.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, language: String.t() | nil, phoneNumber: String.t() | nil, postalAddress: GoogleApi.Admin.Directory_v1.Model.CustomerPostalAddress.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.