UNPKG

shipstation-client

Version:
22 lines (14 loc) 617 B
# ListTagsResponseBody Response body from a successful GET /tags API call ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **tags** | [**Array<Tag>**](Tag.md) | The array of tags returned by the API call | [optional] [default to undefined] ## Example ```typescript import { ListTagsResponseBody } from 'shipstation-client'; const instance: ListTagsResponseBody = { tags, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)