IdentityUsage class
Usage information for the identity.
Constructors
- IdentityUsage({int? dataStorage, int? datasetCount, String? identityId, String? identityPoolId, DateTime? lastModifiedDate})
-
IdentityUsage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- datasetCount → int?
-
Number of datasets for the identity.
final
- dataStorage → int?
-
Total data storage for this identity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityId → String?
-
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
GUID generation is unique within a region.
final
- identityPoolId → String?
-
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
GUID generation is unique within a region.
final
- lastModifiedDate → DateTime?
-
Date on which the identity was last modified.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited