Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| quotes | List[Quote] | List of quotes matching the query criteria | |
| cursor | str | Cursor for pagination to get the next page of results | [optional] |
Python SDK model: GetQuotesResponse
| Name | Type | Description | Notes |
|---|---|---|---|
| quotes | List[Quote] | List of quotes matching the query criteria | |
| cursor | str | Cursor for pagination to get the next page of results | [optional] |