Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 877 Bytes

ClientUpdateEvent.md

File metadata and controls

13 lines (9 loc) · 877 Bytes

ClientUpdateEvent

Properties

Name Type Description Notes
id str The unique ID of the event. May be used to ensure that an event is not processed twice in the case of a webhook that is re-tried due to an error or timeout. [optional]
type str The type of the event. Will match one of the subscribed triggers for your webhook. [optional]
created_at str A timestamp signifying when the event was generated. Formatted as `YYYY-MM-DDThh:mm:ss.SSSZ`. [optional]
payload ClientUpdateEventAllOfPayload [optional]

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