OTAUpdateInfo constructor

OTAUpdateInfo({
  1. Map<String, String>? additionalParameters,
  2. String? awsIotJobArn,
  3. String? awsIotJobId,
  4. AwsJobExecutionsRolloutConfig? awsJobExecutionsRolloutConfig,
  5. AwsJobPresignedUrlConfig? awsJobPresignedUrlConfig,
  6. DateTime? creationDate,
  7. String? description,
  8. ErrorInfo? errorInfo,
  9. DateTime? lastModifiedDate,
  10. String? otaUpdateArn,
  11. List<OTAUpdateFile>? otaUpdateFiles,
  12. String? otaUpdateId,
  13. OTAUpdateStatus? otaUpdateStatus,
  14. List<Protocol>? protocols,
  15. TargetSelection? targetSelection,
  16. List<String>? targets,
})

Implementation

OTAUpdateInfo({
  this.additionalParameters,
  this.awsIotJobArn,
  this.awsIotJobId,
  this.awsJobExecutionsRolloutConfig,
  this.awsJobPresignedUrlConfig,
  this.creationDate,
  this.description,
  this.errorInfo,
  this.lastModifiedDate,
  this.otaUpdateArn,
  this.otaUpdateFiles,
  this.otaUpdateId,
  this.otaUpdateStatus,
  this.protocols,
  this.targetSelection,
  this.targets,
});