[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / SearchMemberInQueueParams
# kind_type_alias: SearchMemberInQueueParams
> **SearchMemberInQueueParams** = `object`
Generated by orval v7.9.0 🍺
Do not edit manually.
Webitel API
OpenAPI spec version: 24.04.0
## Properties
### agentId?
> `optional` **agentId**: `number[]`
***
### attemptsFrom?
> `optional` **attemptsFrom**: `string`
***
### attemptsTo?
> `optional` **attemptsTo**: `string`
***
### bucketId?
> `optional` **bucketId**: `number[]`
***
### createdAtFrom?
> `optional` **createdAtFrom**: `string`
***
### createdAtTo?
> `optional` **createdAtTo**: `string`
***
### destination?
> `optional` **destination**: `string`
***
### fields?
> `optional` **fields**: `string[]`
***
### id?
> `optional` **id**: `string[]`
***
### name?
> `optional` **name**: `string`
***
### offeringAtFrom?
> `optional` **offeringAtFrom**: `string`
***
### offeringAtTo?
> `optional` **offeringAtTo**: `string`
***
### page?
> `optional` **page**: `number`
***
### priorityFrom?
> `optional` **priorityFrom**: `string`
***
### priorityTo?
> `optional` **priorityTo**: `string`
***
### q?
> `optional` **q**: `string`
***
### size?
> `optional` **size**: `number`
***
### sort?
> `optional` **sort**: `string`
***
### stopCause?
> `optional` **stopCause**: `string[]`
***
### variablesString?
> `optional` **variablesString**: `string`
This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18