Files
plexjs/docs/sdk/models/operations/getsearchalllibrariescountry.md

17 lines
661 B
Markdown

# GetSearchAllLibrariesCountry
## Example Usage
```typescript
import { GetSearchAllLibrariesCountry } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesCountry = {
tag: "United States of America",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
| `tag` | *string* | :heavy_minus_sign: | N/A | United States of America |