9 lines
203 B
C#
9 lines
203 B
C#
namespace StellaOps.TaskRunner.Infrastructure.Execution;
|
|
|
|
public sealed class NotificationOptions
|
|
{
|
|
public Uri? ApprovalEndpoint { get; set; }
|
|
|
|
public Uri? PolicyEndpoint { get; set; }
|
|
}
|