go-firefly3/docs/WebhookMessage.md
2024-05-11 14:45:50 +03:00

967 B

WebhookMessage

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Sent bool If this message is sent yet. [optional] [default to null]
Errored bool If this message has errored out. [optional] [default to null]
WebhookId string The ID of the webhook this message belongs to. [optional] [default to null]
Uuid string Long UUID string for identification of this webhook message. [optional] [default to null]
Message string The actual message that is sent or will be sent as JSON string. [optional] [default to null]

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