<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ResourcePoolRequest

Represents a request for creating or updating a resource pool.
public Securable<ObjectIdentifier> Client { get; set; }

Gets or sets the Securable<T> identifier for the client associated with the resource pool.

public bool IsVisible { get; set; }

Gets or sets whether the resource pool should be available for selection in workspace creation workflow.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource pool.

public string Name { get; set; }

Gets or sets the name for the resource pool.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource pool.