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

19 lines
1.8 KiB
Markdown

# GetAllLanguagesResponse
## Example Usage
```typescript
import { GetAllLanguagesResponse } from "@lukehagar/plexjs/models/operations";
let value: GetAllLanguagesResponse = {
headers: {},
result: {},
};
```
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
| `result` | [operations.GetAllLanguagesResponseBody](../../models/operations/getalllanguagesresponsebody.md) | :heavy_check_mark: | N/A |