<PackageReference Include="Relativity.ARM.SDK" Version="11.3.0" />

Relativity.ARM.Services.Interfaces.V1.Models.Archive.ArchiveJobResponse

public class ArchiveJobResponse
public string ArchivePath { get; set; }

public FileOptions FileOptions { get; set; }

public JobDetails JobDetails { get; set; }

public Guid JobExecutionGuid { get; set; }

public int JobExecutionID { get; set; }

public int JobID { get; set; }

public string JobName { get; set; }

public MigratorOptions MigratorOptions { get; set; }

public ProcessingOptions ProcessingOptions { get; set; }

public DateTime? ScheduledStartTime { get; set; }

public int WorkspaceID { get; set; }