Table of Contents

Class WebhookModel

Namespace
JJConsulting.Infinity.Domain.Webhooks
Assembly
JJConsulting.Infinity.Domain.dll
public class WebhookModel

Inheritance

Inherited Members

Properties

Id

public required Guid Id { get; set; }

Property Value

Guid

IsActive

public required bool IsActive { get; set; }

Property Value

bool

Name

public required string Name { get; set; }

Property Value

string

Secret

public required string? Secret { get; set; }

Property Value

string?

Type

public required WebhookType Type { get; set; }

Property Value

WebhookType

Url

public required string Url { get; set; }

Property Value

string