UserImportJobType constructor

UserImportJobType({
  1. String? cloudWatchLogsRoleArn,
  2. DateTime? completionDate,
  3. String? completionMessage,
  4. DateTime? creationDate,
  5. int? failedUsers,
  6. int? importedUsers,
  7. String? jobId,
  8. String? jobName,
  9. String? preSignedUrl,
  10. int? skippedUsers,
  11. DateTime? startDate,
  12. UserImportJobStatusType? status,
  13. String? userPoolId,
})

Implementation

UserImportJobType({
  this.cloudWatchLogsRoleArn,
  this.completionDate,
  this.completionMessage,
  this.creationDate,
  this.failedUsers,
  this.importedUsers,
  this.jobId,
  this.jobName,
  this.preSignedUrl,
  this.skippedUsers,
  this.startDate,
  this.status,
  this.userPoolId,
});