Click or drag to resize

WebhookStatsLastCallbackAttemptRetryCount Property

Get the number of retries the webhook had performed as of the last callback attempt.

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<int> LastCallbackAttemptRetryCount { get; set; }

Return Value

Type: NullableInt32
the retry count
See Also