<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

ObjectType

public class ObjectType
Represents a custom object type added to a workspace.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of an Object Type.

public int ArtifactTypeID { get; set; }

Gets or sets the Descriptor Artifact Type ID of the Object Type object. This ID also identifies an Object Type artifact as an ArtifactType.

public List<Guid> Guids { get; set; }

Gets or sets the GUIDs used to identify the Object Type.

public string Name { get; set; }

Gets or sets the user-friendly name of an Object Type.

public ObjectType()