Monorepo/Jobs/JobConfig.vb
2019-04-23 14:36:08 +02:00

7 lines
191 B
VB.net

Imports System.Collections.Generic
Public Class JobConfig
Public Enabled As Boolean
Public CronExpression As String
Public Arguments As Dictionary(Of String, String)
End Class