Class PingWebhookEventArgs
public class PingWebhookEventArgs : IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
- Inheritance
-
PingWebhookEventArgs
- Implements
- Inherited Members
Constructors
PingWebhookEventArgs(JsonWebhookEventArgs)
public PingWebhookEventArgs(JsonWebhookEventArgs jsonModel)
Parameters
jsonModel
JsonWebhookEventArgs
Properties
ApplicationId
public ulong ApplicationId { get; }
Property Value
Version
public int Version { get; }