mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
646 B
Markdown
17 lines
646 B
Markdown
# GetSearchResultsCountry
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetSearchResultsCountry } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetSearchResultsCountry = {
|
|
tag: "United States of America",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
|
| `tag` | *string* | :heavy_minus_sign: | N/A | United States of America | |