We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed38dbf commit f5b50a9Copy full SHA for f5b50a9
api/src/Vote.Monitor.Api.Feature.Observer/ObserverModel.cs
@@ -18,6 +18,7 @@ public record ObserverModel
18
19
public record MonitoredElectionsDetails
20
{
21
+ public Guid Id { get; init; }
22
public string Title { get; init; }
23
public string EnglishTitle { get; init; }
24
public string StartDate { get; init; }
0 commit comments