IdentitytoolkitRelyingpartyDownloadAccountRequest class
Request to download user account in batch.
Constructors
- IdentitytoolkitRelyingpartyDownloadAccountRequest({String? delegatedProjectNumber, int? maxResults, String? nextPageToken, String? targetProjectId})
- IdentitytoolkitRelyingpartyDownloadAccountRequest.fromJson(Map _json)
Properties
- delegatedProjectNumber ↔ String?
-
GCP project number of the requesting delegated app.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults ↔ int?
-
The max number of results to return in the response.
getter/setter pair
- nextPageToken ↔ String?
-
The token for the next page.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetProjectId ↔ String?
-
Specify which project (field value is actually project id) to operate.
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