Table of Contents

Class WebhookTargetUrl

Namespace
Cratis.Chronicle.Webhooks
Assembly
Cratis.Chronicle.dll

Represents the target URL for a webhook.

public record WebhookTargetUrl : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<WebhookTargetUrl>
Inheritance
WebhookTargetUrl
Implements
Inherited Members

Constructors

WebhookTargetUrl(string)

Represents the target URL for a webhook.

public WebhookTargetUrl(string Value)

Parameters

Value string

The url string.

Operators

implicit operator string(WebhookTargetUrl)

public static implicit operator string(WebhookTargetUrl url)

Parameters

url WebhookTargetUrl

Returns

string

implicit operator WebhookTargetUrl(string)

public static implicit operator WebhookTargetUrl(string value)

Parameters

value string

Returns

WebhookTargetUrl