Table of Contents

Class ApplicationWebhookRequest

Namespace
JJConsulting.Infinity.Domain.Webhooks
Assembly
JJConsulting.Infinity.Domain.dll
public sealed class ApplicationWebhookRequest : WebhookRequest

Inheritance

Inherited Members

Properties

AppName

Name of the application this webhook belongs to.

public required string AppName { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string