WebhookStats Property | |
Get the statistics for this webhook.
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 WebhookStats Stats { get; set; }
Public Property Stats As WebhookStats
Get
Set
public:
property WebhookStats^ Stats {
WebhookStats^ get ();
void set (WebhookStats^ value);
}
member Stats : WebhookStats with get, set
Return Value
Type:
WebhookStats the WebhookStats
See Also