<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ObjectTypeRequest

public class ObjectTypeRequest
Represents a DTO used as a request for creating or updating an object type.
public bool CopyInstancesOnCaseCreation { get; set; }

Gets or sets a Boolean value indicating whether instances of this object type will be copied when the workspace is used as a template for another.

public bool CopyInstancesOnParentCopy { get; set; }

Gets or sets a Boolean value indicating whether instances of this object type will be copied when the parent of those instances are copied.

public bool EnableSnapshotAuditingOnDelete { get; set; }

Gets or sets a Boolean value indicating whether Relativity will capture field values on instance delete.

public string Keywords { get; set; }

Gets or sets any keywords associated with the object type.

public string Name { get; set; }

Gets or sets the name for the object type.

public string Notes { get; set; }

Gets or sets an optional description or other information about the object type.

Gets or sets the identifier for the parent object type.

public bool PersistentListsEnabled { get; set; }

Gets or sets a Boolean value indicating whether users can save lists of this object instances.

public bool PivotEnabled { get; set; }

Gets or sets a Boolean value indicating whether pivot funtionality is enabled.

Gets or sets a list of identifiers of associated Relativity Applications for the object type.

public bool SamplingEnabled { get; set; }

Gets or sets a Boolean value indicating whether sampling funtionality is enabled.

public bool? UseRelativityForms { get; set; }

Gets or sets a nullable Boolean value indicating whether or not Layouts for object instances of this type will be shown in Relativity Forms