GoogleCloudChannelV1CloudIdentityCustomerAccount class
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Constructors
- GoogleCloudChannelV1CloudIdentityCustomerAccount({String? customerCloudIdentityId, String? customerName, bool? existing, bool? owned})
- GoogleCloudChannelV1CloudIdentityCustomerAccount.fromJson(Map json_)
Properties
- customerCloudIdentityId ↔ String?
-
If existing = true, the Cloud Identity ID of the customer.
getter/setter pair
- customerName ↔ String?
-
If owned = true, the name of the customer that owns the Cloud Identity
account.
getter/setter pair
- existing ↔ bool?
-
Returns true if a Cloud Identity account exists for a specific domain.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- owned ↔ bool?
-
Returns true if the Cloud Identity account is associated with a customer
of the Channel Services partner.
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