<PackageReference Include="Relativity.Import.Models.SDK" Version="1.0.7" />

Relativity.Import.V1.Models.DataSources

public class DataSources
Collection of data sources in a job.
public List<Guid> Sources { get; set; }

Gets or sets the list of data source's GUIDs in a job.

public long TotalCount { get; set; }

Gets or sets the total number of data sources returned.

public DataSources(List<Guid> sources, long totalCount)

Initializes a new instance of the DataSources class.