AppInstanceUser class
The app instance user.
Constructors
- AppInstanceUser({String? appInstanceUserArn, DateTime? createdTimestamp, DateTime? lastUpdatedTimestamp, String? metadata, String? name})
-
AppInstanceUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appInstanceUserArn → String?
-
The ARN of the app instance user.
final
- createdTimestamp → DateTime?
-
The time at which the app instance user was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTimestamp → DateTime?
-
The time at which the app instance user was last updated.
final
- metadata → String?
-
The metadata of the app instance user.
final
- name → String?
-
The name of the app instance user.
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