GetImportResponse constructor

GetImportResponse({
  1. DateTime? createdDate,
  2. List<String>? failureReason,
  3. String? importId,
  4. ImportStatus? importStatus,
  5. MergeStrategy? mergeStrategy,
  6. String? name,
  7. ResourceType? resourceType,
})

Implementation

GetImportResponse({
  this.createdDate,
  this.failureReason,
  this.importId,
  this.importStatus,
  this.mergeStrategy,
  this.name,
  this.resourceType,
});