View Source GoogleApi.Admin.Directory_v1.Model.Customer (google_api_admin v0.40.0)

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 customerDomain
  • 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 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 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 is en.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.