feat(api): DistributorController

This commit is contained in:
Mikhail Trubnikov
2024-07-05 12:42:01 +10:00
parent 3b3606859a
commit 65963419f7
6 changed files with 109 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
public DateTimeOffset? LastRun { get; set; }
public DateTimeOffset NextRun { get; set; }
public bool IsAutoDistributionEnabled { get; set; }
public HostTemplateResponse? Host { get; set; }