GoogleCloudIdentitytoolkitV1DeleteAccountRequest class
Request message for DeleteAccount.
Constructors
- GoogleCloudIdentitytoolkitV1DeleteAccountRequest({String? delegatedProjectNumber, String? idToken, String? localId, String? targetProjectId, String? tenantId})
- GoogleCloudIdentitytoolkitV1DeleteAccountRequest.fromJson(Map json_)
Properties
- delegatedProjectNumber ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
The Identity Platform ID token of the account to delete.
getter/setter pair
- localId ↔ String?
-
The ID of user account to delete.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetProjectId ↔ String?
-
The ID of the project which the account belongs to.
getter/setter pair
- tenantId ↔ String?
-
The ID of the tenant that the account belongs to, if applicable.
getter/setter pair
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