Specifies the input for ModeEventCallback registration
- input ModelEventCallbackInput {
- WebhookCallbackInput! :
- # Custom key that will be included in the request body of the callback
- #
- # Maximum length is 64 characters.
- String :
- # Event types to subscribe to. Please see the docs for ModelEventType to determine
- # which events are valid for the
- # version of webhooks you are using.
- ModelEventType] : [
- # Version of callback behavior to use, valid options are 1 or 2.
- #
- # @default 1
- Int :
- }