IWithDefaultStatus<ParentT> Interface

Definition

The stage of the webhook definition allowing to specify the default status of the webhook after being created.

public interface IWithDefaultStatus<ParentT>
type IWithDefaultStatus<'ParentT> = interface
Public Interface IWithDefaultStatus(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

Enabled(Boolean)

Updates the default status of the webhook.

Applies to