<PackageReference Include="Relativity.ObjectManager" Version="11.3.101.10" />

Relativity.Services.Interfaces.ObjectType.Models.ObjectTypeRequest

public class ObjectTypeRequest
public bool CopyInstancesOnCaseCreation { get; set; }

public bool CopyInstancesOnParentCopy { get; set; }

public bool EnableSnapshotAuditingOnDelete { get; set; }

public string Keywords { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public bool PersistentListsEnabled { get; set; }

public bool PivotEnabled { get; set; }

public bool SamplingEnabled { get; set; }

public bool? UseRelativityForms { get; set; }