GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest class
Request message for CloudChannelService.CheckCloudIdentityAccountsExist.
Constructors
- GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.new({String? domain, String? primaryAdminEmail})
- GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest.fromJson(Map json_)
Properties
- domain ↔ String?
-
Domain to fetch for Cloud Identity account customers, including domain and
team customers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryAdminEmail ↔ String?
-
Primary admin email to fetch for Cloud Identity account team customer.
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