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