15 lines
589 B
Markdown
15 lines
589 B
Markdown
# flamencoManager.JobsQuery
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**offset** | **Number** | | [optional]
|
|
**limit** | **Number** | | [optional]
|
|
**orderBy** | **[String]** | | [optional]
|
|
**statusIn** | [**[JobStatus]**](JobStatus.md) | Return only jobs with a status in this array. | [optional]
|
|
**metadata** | **{String: String}** | Filter by metadata, using `LIKE` notation. | [optional]
|
|
**settings** | **{String: Object}** | Filter by job settings, using `LIKE` notation. | [optional]
|
|
|
|
|