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

AgentTypeResponse

Represents information about an agent type.
public Guid AgentTypeGuid { get; set; }

Gets or sets the agent type guid associated with this agent type.

public string ApplicationName { get; set; }

Gets or sets the name of the application associated with this agent type.

public string CompanyName { get; set; }

Gets or sets the name of the company that that implemented or provided the agent.

public decimal? DefaultInterval { get; set; }

Gets or sets the number of seconds that the agent should wait before checking the database for available jobs.

public int? DefaultLoggingLevel { get; set; }

Gets or sets an integer value indicating the message type that the system logs in the Event Viewer.