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

GroupResponse

Represents the results of a read operation on a group.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the group.

Gets or sets the Securable<T> identifier for the client associated with the group

Gets the Artifact ID and name of the user who created the group.

public DateTime CreatedOn { get; set; }

Gets the date and time when the group was added to Relativity.

public GroupType GroupType { get; set; }

Gets the type of the user group.

public string Keywords { get; set; }

Gets any keywords associated with the user group.

Gets the Artifact ID and name of the user who recently updated the group.

public DateTime LastModifiedOn { get; set; }

Gets the date and time when the group was most recently updated.

public Meta Meta { get; set; }

Gets a list of unsupported and read-only properties on the current group.

public string Notes { get; set; }

Gets optional words or phrase used to describe the group.

public GroupResponse()