SuspendV1Request
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:
-
campaign- optional nullablestring. The campaign name to match. If omitted, any campaign will match. -
domain- optional nullablestring. The domain name to match. If omitted, any domain will match. -
duration- optional nullablestring. Specifies how long this suspension remains active. -
expires- optional nullablestring(date-time). instead of specifying the duration, you can set an explicit expiration timestamp -
queue_names- optional array ofstring. If present, queue_names takes precedence overcampaign,tenant, anddomainand specifies the exact set of scheduled queue names to which the suspension applies. -
reason- requiredstring. The reason for the suspension -
tenant- optional nullablestring. The tenant name to match. If omitted, any tenant will match.