mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
36 lines
2.1 KiB
Markdown
36 lines
2.1 KiB
Markdown
# GetAvailableClientsResponseBody
|
|
|
|
Available Clients
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetAvailableClientsResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetAvailableClientsResponseBody = {
|
|
mediaContainer: {
|
|
size: 1,
|
|
server: [
|
|
{
|
|
name: "iPad",
|
|
host: "10.10.10.102",
|
|
address: "10.10.10.102",
|
|
port: 32500,
|
|
machineIdentifier: "A2E901F8-E016-43A7-ADFB-EF8CA8A4AC05",
|
|
version: "8.17",
|
|
protocol: "plex",
|
|
product: "Plex for iOS",
|
|
deviceClass: "tablet",
|
|
protocolVersion: 2,
|
|
protocolCapabilities: "playback,playqueues,timeline,provider-playback",
|
|
},
|
|
],
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
|
|
| `mediaContainer` | [operations.GetAvailableClientsMediaContainer](../../../sdk/models/operations/getavailableclientsmediacontainer.md) | :heavy_minus_sign: | N/A | |