Schedules an event to be published to the specified event source.
The type of the event.
The event source’s ID.
The raw payload of the event.
A unique key for this event (scoped to an event source) used for updating/getting/deleting scheduled events.
The timestamp at which the event should be published. The event is guaranteed to be published after this. If omitted, the event is published immediately.
Whether or not to update an existing scheduled event with the same event key. If this is false, and an event is already scheduled with the same event key, then HTTP 409 Conflict is returned.
Success.
The event key for this event. Auto-generated if the caller doesn’t specify the event key. This may be empty if the event was published immediately.