StartImportResponse constructor
StartImportResponse({
- DateTime? createdDate,
- String? importId,
- ImportStatus? importStatus,
- MergeStrategy? mergeStrategy,
- String? name,
- ResourceType? resourceType,
- List<
Tag> ? tags,
Implementation
StartImportResponse({
this.createdDate,
this.importId,
this.importStatus,
this.mergeStrategy,
this.name,
this.resourceType,
this.tags,
});