ParallelDataProperties constructor

ParallelDataProperties({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? description,
  4. EncryptionKey? encryptionKey,
  5. int? failedRecordCount,
  6. int? importedDataSize,
  7. int? importedRecordCount,
  8. DateTime? lastUpdatedAt,
  9. DateTime? latestUpdateAttemptAt,
  10. ParallelDataStatus? latestUpdateAttemptStatus,
  11. String? message,
  12. String? name,
  13. ParallelDataConfig? parallelDataConfig,
  14. int? skippedRecordCount,
  15. String? sourceLanguageCode,
  16. ParallelDataStatus? status,
  17. List<String>? targetLanguageCodes,
})

Implementation

ParallelDataProperties({
  this.arn,
  this.createdAt,
  this.description,
  this.encryptionKey,
  this.failedRecordCount,
  this.importedDataSize,
  this.importedRecordCount,
  this.lastUpdatedAt,
  this.latestUpdateAttemptAt,
  this.latestUpdateAttemptStatus,
  this.message,
  this.name,
  this.parallelDataConfig,
  this.skippedRecordCount,
  this.sourceLanguageCode,
  this.status,
  this.targetLanguageCodes,
});