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

Relativity.Import.V1.Models.Settings.RdoSettings

public class RdoSettings
Relativity Dynamic Object (RDO) settings.
public int ArtifactTypeID { get; set; }

Gets or sets the ArtifactTypeId of the destination object type. This property is required.

public int? ParentColumnIndex { get; set; }

Gets or sets the index of the column in data source (count from zero) which contains parent identifiers.

public RdoSettings()