mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
19 lines
1.8 KiB
Markdown
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 | |