Customer class
Constructors
Properties
- alternateEmail ↔ String?
- 
  The customer's secondary contact email address.
  getter/setter pair
- customerCreationTime ↔ DateTime?
- 
  The customer's creation time (Readonly)
  getter/setter pair
- customerDomain ↔ String?
- 
  The customer's primary domain name string.
  getter/setter pair
- etag ↔ String?
- 
  ETag of the resource.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  The unique ID for the customer's Google Workspace account.
  getter/setter pair
- kind ↔ String?
- 
  Identifies the resource as a customer.
  getter/setter pair
- language ↔ String?
- 
  The customer's ISO 639-2 language code.
  getter/setter pair
- phoneNumber ↔ String?
- 
  The customer's contact phone number in
E.164 format.
  getter/setter pair
- postalAddress ↔ CustomerPostalAddress?
- 
  The customer's postal address information.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited