API Reference/ redb.Export.Models Class ListItemRecord Namespace: redb.Export.ModelsAssembly: redb.Export.dllRepresents a row from the _list_items table.public sealed class ListItemRecord : ExportRecord Inheritance Object→ExportRecord→ListItemRecordPropertiesAliasMachine-friendly alias.public string? Alias { get; init; } IdPrimary key.public long Id { get; init; } IdListForeign key to the parent _lists row.public long IdList { get; init; } IdObjectOptional object reference.public long? IdObject { get; init; } ValueDisplay value of the list item.public string? Value { get; init; }