Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWebhookResource ¶
NewWebhookResource is a helper function to simplify the provider implementation.
Types ¶
type WebhookModel ¶
type WebhookModel struct { ID types.String `tfsdk:"id"` WebhookID types.Int64 `tfsdk:"webhook_id"` Description types.String `tfsdk:"description"` SpaceID types.Int64 `tfsdk:"space_id"` Actions []types.String `tfsdk:"actions"` Name types.String `tfsdk:"name"` Endpoint types.String `tfsdk:"endpoint"` Activated types.Bool `tfsdk:"activated"` Secret types.String `tfsdk:"secret"` }
Click to show internal directories.
Click to hide internal directories.