Relativity.Services.Interfaces.Agent.Models.AgentRequest
Represents a DTO used as a request for creating or updating an agent.
Gets or sets the identifier for the server hosting the agent.
Gets or sets the identifier for the agent type.
Gets or sets a Boolean value indicating whether the agent is running.
Gets or sets the number of seconds the agent manager will wait between each agent execution.
Gets or sets any keywords associated with the agent.
Gets or sets a value indicating the message type that the system logs in the Event Viewer.
Gets or sets an optional description or other information about the agent.
public AgentRequest()
Initializes an instance of the AgentRequest class with all properties set to null.
Initializes an instance of the AgentRequest class with a response object, which is useful for chaining commands.