Class WebhookId
Represents the unique identifier of a webhook.
public record WebhookId : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<WebhookId>
- Inheritance
-
WebhookId
- Implements
- Inherited Members
Constructors
WebhookId(string)
Represents the unique identifier of a webhook.
public WebhookId(string Value)
Parameters
ValuestringThe actual value.
Fields
Unspecified
Gets the representation of an unspecified WebhookId.
public static readonly WebhookId Unspecified
Field Value
Operators
implicit operator WebhookId(ObserverId)
Implicitly convert from ObserverId to WebhookId.
public static implicit operator WebhookId(ObserverId id)
Parameters
idObserverIdObserverId to convert from.
Returns
implicit operator ObserverId(WebhookId)
Implicitly convert from WebhookId to ObserverId.
public static implicit operator ObserverId(WebhookId id)
Parameters
Returns
implicit operator WebhookId(string)
Implicitly convert from a string to WebhookId.
public static implicit operator WebhookId(string id)
Parameters
idstringString to convert from.