google_api_admin v0.12.0 GoogleApi.Admin.Directory_v1.Model.Customer View Source
JSON template for Customer Resource object in Directory API.
Attributes
alternateEmail
(type:String.t
, default:nil
) - The customer's secondary contact email address. This email address cannot be on the same domain as the customerDomaincustomerCreationTime
(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 the www 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 G Suite account. (Readonly)kind
(type:String.t
, default:admin#directory#customer
) - Identifies the resource as a customer. Value: admin#directory#customerlanguage
(type:String.t
, default:nil
) - The customer's ISO 639-2 language code. The default value is en-USphoneNumber
(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Admin.Directory_v1.Model.Customer{ alternateEmail: String.t(), customerCreationTime: DateTime.t(), customerDomain: String.t(), etag: String.t(), id: String.t(), kind: String.t(), language: String.t(), phoneNumber: String.t(), postalAddress: GoogleApi.Admin.Directory_v1.Model.CustomerPostalAddress.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.