Table of Contents

Class WebhookStats

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the webhook stats object.

public class WebhookStats
Inheritance
WebhookStats
Inherited Members

Properties

LastCallbackAttempt

Get the timestamp from last callback attempt.

public DateTime? LastCallbackAttempt { get; set; }

Property Value

DateTime?

the attempt timestamp

LastCallbackAttemptRetryCount

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

public int? LastCallbackAttemptRetryCount { get; set; }

Property Value

int?

the retry count

LastSuccessfulCallback

Get the timestamp from the last successful callback.

public DateTime? LastSuccessfulCallback { get; set; }

Property Value

DateTime?

the successful timestamp

See Also