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

GroupRequest

public class GroupRequest
Represents a request for creating or updating a user group.
public Securable<ObjectIdentifier> Client { get; set; }

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

public string Keywords { get; set; }

Gets or sets any keywords associated with the user group.

public string Name { get; set; }

Gets or sets the name for the user group.

public string Notes { get; set; }

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

public GroupRequest(GroupResponse groupResponse)

Initializes an instance of the GroupRequest class with a response object, which is useful for chaining commands.

public GroupRequest()

Initializes an instance of the GroupRequest class with all properties defaulted.

public static GroupRequest op_Implicit(GroupResponse response)

Allows a GroupResponse to be implicitly converted to a GroupRequest