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

Relativity.Services.Objects.DataContracts.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()