ImageImportJob constructor
ImageImportJob({
- String? cloudStorageUri,
- String? createTime,
- List<
String> ? createdResources, - DiskImageTargetDetails? diskImageTargetDetails,
- String? endTime,
- List<
Status> ? errors, - String? name,
- String? state,
- List<
ImageImportStep> ? steps, - List<
MigrationWarning> ? warnings,
Implementation
ImageImportJob({
this.cloudStorageUri,
this.createTime,
this.createdResources,
this.diskImageTargetDetails,
this.endTime,
this.errors,
this.name,
this.state,
this.steps,
this.warnings,
});