WebhookStatsLastCallbackAttempt Property | |
Get the timestamp from 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<DateTime> LastCallbackAttempt { get; set; }
Public Property LastCallbackAttempt As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> LastCallbackAttempt {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member LastCallbackAttempt : Nullable<DateTime> with get, set
Return Value
Type:
NullableDateTime the attempt timestamp
See Also