GetCSVHeaderResponse class
Represents the response from the server to the request to get the header information for the .csv file for the user import job.
Constructors
-
GetCSVHeaderResponse({List<
String> ? cSVHeader, String? userPoolId}) -
GetCSVHeaderResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
cSVHeader
→ List<
String> ? -
The header information for the .csv file for the user import job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPoolId → String?
-
The user pool ID for the user pool that the users are to be imported into.
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