Customer class
Contains metadata around a Cloud Controls Partner Customer
Constructors
- Customer({CustomerOnboardingState? customerOnboardingState, String? displayName, bool? isOnboarded, String? name, String? organizationDomain})
- Customer.fromJson(Map json_)
Properties
- customerOnboardingState ↔ CustomerOnboardingState?
- 
  Container for customer onboarding steps
  getter/setter pair
- displayName ↔ String?
- 
  Display name for the customer
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isOnboarded ↔ bool?
- 
  Indicates whether a customer is fully onboarded
  getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- organizationDomain ↔ String?
- 
  The customer organization domain, extracted from CRM Organization’s
display_name field.
  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