Class WebhookClientConfiguration
Contains configuration info for a WebhookClient.
public class WebhookClientConfiguration
- Inheritance
-
WebhookClientConfiguration
- Inherited Members
Constructors
WebhookClientConfiguration()
public WebhookClientConfiguration()
Properties
Client
The client to use as a base for the webhook client.
public RestClient? Client { get; set; }