UICustomizationType class

A container for the UI customization information for a user pool's built-in app UI.

Constructors

UICustomizationType({String? css, String? cSSVersion, String? clientId, DateTime? creationDate, String? imageUrl, DateTime? lastModifiedDate, String? userPoolId})
UICustomizationType.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String?
The client ID for the client app.
final
creationDate DateTime?
The creation date for the UI customization.
final
css String?
The CSS values in the UI customization.
final
cSSVersion String?
The CSS version number.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
The logo image for the UI customization.
final
lastModifiedDate DateTime?
The last-modified date for the UI customization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPoolId String?
The user pool ID for the user pool.
final

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