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

ResourcePoolResponse

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

Gets or sets a list of RESTful operations that a user has permissions to perform on the artifact.

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

Gets or sets the Artifact ID and name of the user who created the artifact.

public DateTime CreatedOn { get; set; }

Gets or sets the date and time when the artifact was added to Relativity.

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 artifact.

Gets or sets the Artifact ID and name of the user who recently updated the artifact.

public DateTime LastModifiedOn { get; set; }

Gets or sets the date and time when the artifact was most recently updated.

public Meta Meta { get; set; }

Gets or sets a list of unsupported and read-only properties on the current artifact.

public string Notes { get; set; }

Gets or sets an optional description or other information about the artifact.