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

ObjectTypeRef

public class ObjectTypeRef
Represents a key or reference to an ObjectType object.
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 Guid? Guid { get; set; }

Gets or sets a GUID used to identify the Object Type.

public string Name { get; set; }

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

public ObjectTypeRef()