Files
plexjs/docs/models/operations/language.md

16 lines
558 B
Markdown

# Language
## Example Usage
```typescript
import { Language } from "@lukehagar/plexjs/models/operations";
let value: Language = {};
```
## Fields
| Field | Type | Required | Description |
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
| `code` | *string* | :heavy_minus_sign: | 3 letter language code |
| `title` | *string* | :heavy_minus_sign: | N/A |