Data conditions used to narrow down the data records to be returned in the result.
| Name | Type | Description | Notes |
|---|---|---|---|
| active | object | Campaigns finished generation codes. This also returns campaigns regardless of their `expiration_date` and `start_date`. | [optional] |
| failed | object | Campaigs failed to generated codes. | [optional] |
| in_progress | object | Campaigns are generating codes or they are updating. | [optional] |
| expired | object | Campaigns generated codes, but their `expiration_date` is in the past. | [optional] |
| before_start | object | Campaigns generated codes, but their `start_date` is in the future. | [optional] |