Class WebhookTargetUrl
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
ValuestringThe url string.
Operators
implicit operator string(WebhookTargetUrl)
public static implicit operator string(WebhookTargetUrl url)
Parameters
urlWebhookTargetUrl
Returns
implicit operator WebhookTargetUrl(string)
public static implicit operator WebhookTargetUrl(string value)
Parameters
valuestring