<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Group

Represents the Relativity group object.
public List<HttpAction> Actions { get; set; }

Gets or sets the list of available actions for group.

public Client Client { get; set; }

Gets or sets the client.

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

public string Keywords { get; set; }

Gets or sets any keywords associated with the user group.

public Meta Meta { get; set; }

Gets or sets the metadata.

public string Notes { get; set; }

Gets or sets optional words or phrase used to describe the user group.

public GroupType Type { get; set; }

Gets or sets the type.

public Group()

Fills the required properties.