<PackageReference Include="Relativity.ObjectManager" Version="10.2.170.2" />

RelativityObject

public int ArtifactID { get; set; }

public List<FieldValuePair> FieldValues { get; set; }

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

public FieldValuePair this[int artifactId] { get; }

public FieldValuePair this[string fieldName] { get; }

public FieldValuePair this[Guid guid] { get; }

public string Name { get; set; }

public RelativityObjectRef ParentObject { get; set; }

public bool FieldValuePairExists(int artifactId)

public bool FieldValuePairExists(string fieldName)

public bool FieldValuePairExists(Guid guid)