Class ApplicationDeauthorizedWebhookEventArgs
public class ApplicationDeauthorizedWebhookEventArgs : WebhookEventArgs, IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
- Inheritance
-
ApplicationDeauthorizedWebhookEventArgs
- Implements
- Inherited Members
Constructors
ApplicationDeauthorizedWebhookEventArgs(JsonWebhookEventArgs, RestClient)
public ApplicationDeauthorizedWebhookEventArgs(JsonWebhookEventArgs jsonModel, RestClient client)
Parameters
jsonModel
JsonWebhookEventArgsclient
RestClient
Properties
User
public User User { get; }