The status of the webhook.
import (
"github.com/apideck-libraries/sdk-go/models/components"
)
value := components.StatusEnabled
// Open enum: custom values can be created with a direct type cast
custom := components.Status("custom_value")| Name | Value |
|---|---|
StatusEnabled |
enabled |
StatusDisabled |
disabled |