Interface IWebhookEventArgs
public interface IWebhookEventArgs : IJsonModel<JsonWebhookEventArgs>
- Inherited Members
Properties
ApplicationId
ulong ApplicationId { get; }
Property Value
Version
int Version { get; }
Property Value
Methods
CreateFromJson(JsonWebhookEventArgs, RestClient)
public static IWebhookEventArgs CreateFromJson(JsonWebhookEventArgs jsonModel, RestClient client)
Parameters
jsonModelJsonWebhookEventArgsclientRestClient