DescribeThingRegistrationTaskResponse constructor

DescribeThingRegistrationTaskResponse({
  1. DateTime? creationDate,
  2. int? failureCount,
  3. String? inputFileBucket,
  4. String? inputFileKey,
  5. DateTime? lastModifiedDate,
  6. String? message,
  7. int? percentageProgress,
  8. String? roleArn,
  9. Status? status,
  10. int? successCount,
  11. String? taskId,
  12. String? templateBody,
})

Implementation

DescribeThingRegistrationTaskResponse({
  this.creationDate,
  this.failureCount,
  this.inputFileBucket,
  this.inputFileKey,
  this.lastModifiedDate,
  this.message,
  this.percentageProgress,
  this.roleArn,
  this.status,
  this.successCount,
  this.taskId,
  this.templateBody,
});