Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1005 Bytes

File metadata and controls

17 lines (12 loc) · 1005 Bytes

EntityWebhookEvent

Properties

Name Type Description Notes
resource String Indicates the response contains a webhook event object. Will always contain the string event for this endpoint. [readonly]
id String The identifier uniquely referring to this event. [readonly]
r#type models::WebhookEventTypesResponse [readonly]
entity_id String The entity token that triggered the event [readonly]
created_at String The event's date time of creation. [readonly]
_embedded Option<models::EntityWebhookEventEmbedded> [optional]
_links models::EntityWebhookEventLinks

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