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

RelativityObjectValue

Represents the value for an object field.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of the object.

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

Gets or sets a list of GUIDs used to identify the object.

public bool ItemSecured { get; set; }

Indicates whether the item has been secured from the user

public string Name { get; set; }

Gets or sets the user-friendly name of the object.