Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.52 KB

WebhookEventLog.md

File metadata and controls

23 lines (18 loc) · 1.52 KB

WebhookEventLog

Properties

Name Type Description Notes
attempts Option<Vecmodels::WebhookAttemptLog> [optional]
data Option<std::collections::HashMap<String, serde_json::Value>> [optional]
event Option<models::EventRequest> [optional]
event_result Option<models::WebhookEventResult> [optional]
event_type Option<models::EventType> [optional]
id Option<uuid::Uuid> [optional]
insert_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
last_attempt_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
last_update_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
linked_object_id Option<uuid::Uuid> [optional]
sequence Option<i64> [optional]
failed_attempts Option<i32> [optional]
successful_attempts Option<i32> [optional]

[Back to Model list] [Back to API list] [Back to README]