Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 453 Bytes

File metadata and controls

24 lines (16 loc) · 453 Bytes

Status

The status of the webhook.

Example Usage

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")

Values

Name Value
StatusEnabled enabled
StatusDisabled disabled