CallbackConfigInner Class

Definition

The configuration of service URI and custom headers for the webhook.

public class CallbackConfigInner
type CallbackConfigInner = class
Public Class CallbackConfigInner
Inheritance
CallbackConfigInner

Constructors

CallbackConfigInner()

Initializes a new instance of the CallbackConfigInner class.

CallbackConfigInner(String, IDictionary<String,String>)

Initializes a new instance of the CallbackConfigInner class.

Properties

CustomHeaders

Gets or sets custom headers that will be added to the webhook notifications.

ServiceUri

Gets or sets the service URI for the webhook to post notifications.

Methods

Validate()

Validate the object.

Applies to