namespace PARR.API.Contracts.V1.Responses { public class HistoryInitiatorResponse { public string? Ip { get; set; } public string? Comment { get; set; } public int? ParrComponentId { get; set; } public ParrComponentResponse? ParrComponent { get; set; } public UserBaseResponse? User { get; set; } } }