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

Relativity.Infrastructure.V1.Agent.Models.AgentInstanceLimitResult

Represents information about how the limit on the maximum or minimum number of an agent type has been violated.
public Securable<DisplayableObjectIdentifier> AgentServer { get; set; }

Gets or sets the identifier for an agent server where the recommended limits on the number of agents has been violated.

public AgentInstanceLimit Limit { get; set; }

Gets or sets an enum representing which minimum or maximum limit for agent type has been violated.

public Securable<DisplayableObjectIdentifier> ResourcePool { get; set; }

Gets or sets the identifier for a resource pool where the recommended limits on the number of agents has been violated.