BounceV1ListEntry
Note
This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.
This is an object value, with the following properties:
-
bounced- requiredobject. A map of queue name to number of bounced messages that were processed by this entry since it was created. -
campaign- optional nullablestring. The campaign field of the original request, if any. -
domain- optional nullablestring. The domain field of the original request, if any. -
duration- requiredstring. The time remaining until this entry expires and is automatically removed. -
id- requiredstring(uuid). The id of this bounce rule. Corresponds to theidfield returned by the originating request that set up the bounce, and can be used to identify this particular entry if you wish to delete it later. -
reason- requiredstring. The reason field of the original request -
routing_domain- optional nullablestring. The routing_domain field of the original request, if any. -
tenant- optional nullablestring. The tenant field of the original request, if any. -
total_bounced- requiredinteger. The sum of the number of bounced messages reported by thebouncedfield.