Table of Contents

Class WebhookSettings

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

Webhook notification settings for a custom map.

public sealed record WebhookSettings : IEquatable<WebhookSettings>
Inheritance
WebhookSettings
Implements
Inherited Members

Properties

Enabled

Whether the webhook is enabled.

public bool Enabled { get; init; }

Property Value

bool

Url

The webhook URL to notify.

public string? Url { get; init; }

Property Value

string