Relativity.Import.V1.Models.ImportDetails
Class for retrieving information about an import job.
Gets application name.
Gets an ArtifactID of a user who created the import job.
Gets the job creation date.
Gets or sets collection of errors connected with import job.
Gets a value indicating whether the job is finished.
Gets an ArtifactID of a last user who modified the import job.
Gets the date of last modification.
Gets import job state.
public ImportDetails(ImportState state, string applicationName, int createdBy, DateTime createdOn, int lastModifiedBy, DateTime lastModifiedOn)
Initializes a new instance of the ImportDetails class.