Customer class
Contains metadata around a Cloud Controls Partner Customer
Constructors
- Customer({CustomerOnboardingState? customerOnboardingState, String? displayName, bool? isOnboarded, String? name})
- Customer.fromJson(Map json_)
Properties
- customerOnboardingState ↔ CustomerOnboardingState?
-
Container for customer onboarding steps
getter/setter pair
- displayName ↔ String?
-
The customer organization's display name.
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
- 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