OTAUpdateInfo constructor
OTAUpdateInfo({
- Map<
String, String> ? additionalParameters, - String? awsIotJobArn,
- String? awsIotJobId,
- AwsJobExecutionsRolloutConfig? awsJobExecutionsRolloutConfig,
- AwsJobPresignedUrlConfig? awsJobPresignedUrlConfig,
- DateTime? creationDate,
- String? description,
- ErrorInfo? errorInfo,
- DateTime? lastModifiedDate,
- String? otaUpdateArn,
- List<
OTAUpdateFile> ? otaUpdateFiles, - String? otaUpdateId,
- OTAUpdateStatus? otaUpdateStatus,
- List<
Protocol> ? protocols, - TargetSelection? targetSelection,
- 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,
});