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

Relativity.Services.ResourcePool.ResourcePool

public class ResourcePool : ResourcePoolRef
Represents the Resource Pool
public int AccessControlListID { get; set; }

Resource Pool AccessControlListID

public ClientRef Client { get; set; }

Represents the resource pool Client.

public string Keywords { get; set; }

Resource Pool Keywords

public string Notes { get; set; }

Resource Pool Notes

public UserRef SystemCreatedBy { get; set; }

Resource Pool SystemCreatedBy

public DateTime SystemCreatedOn { get; set; }

Resource Pool SystemCreatedOn

public UserRef SystemLastModifiedBy { get; set; }

Resource Pool SystemLastModifiedBy

public DateTime SystemLastModifiedOn { get; set; }

Resource Pool SystemLastModifiedOn

public ResourcePool()

Resource Pool Constructor