<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="4.1.3" />

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 a value indicating whether the resource pool should be available for selection in the workspace creation workflow.

public string Keywords { get; set; }

Gets or sets the 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.