# ListTagsResponseBody

Response body from a successful GET /tags API call

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tags** | [**Array&lt;Tag&gt;**](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)
