StartImportResponse constructor

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

Implementation

StartImportResponse({
  this.createdDate,
  this.importId,
  this.importStatus,
  this.mergeStrategy,
  this.name,
  this.resourceType,
  this.tags,
});