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

GroupRef

public class GroupRef
Represents a Group reference.
public int ArtifactID { get; set; }

Group Artifact ID

public string Name { get; set; }

Group Name

public GroupRef()

Group reference constructor.

public GroupRef(int artifactID)

Group reference constructor.