Newer
Older
# SeqQueryParams
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tags** | [**List**](Tag.md) | Tag names to match in query. Supported values:<br> | [optional] [default to null]
**fields** | [**List**](string.md) | Requested information. Supported values:<br> NOTE: only one of mermaid or sdorg must be included <li>mermaid: Mermaid format<br> <li>sdorg: Sequencediagram.org format<br> | [optional] [default to null]
**responseType** | [**String**](string.md) | Queried response Type. Supported Values:<br> NOTE1: only one of listonly or responly may be included NOTE2: if listonly or responly are not included, the response contains both the list and string <li>listonly: Include only a list of sequence metrics in response<br> <li>stronly: Include only a concatenated string of sequence metrics in response<br> | [optional] [default to null]
**scope** | [**Scope**](Scope.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)