Click or drag to resize

WebhookEnabled Property

Get the Flag indicating whether the Webhook is on (true) or off (false).

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<bool> Enabled { get; set; }

Return Value

Type: NullableBoolean
the enabled flag
See Also