AgentTypeResponse public class AgentTypeResponse : DisplayableObjectIdentifier Documentation public Guid AgentTypeGuid { get; set; } public string ApplicationName { get; set; } public string CompanyName { get; set; } public decimal? DefaultInterval { get; set; } public int? DefaultLoggingLevel { get; set; } public AgentTypeResponse()