mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
33 lines
1.9 KiB
Markdown
33 lines
1.9 KiB
Markdown
# GetAvailableClientsMediaContainer
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetAvailableClientsMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetAvailableClientsMediaContainer = {
|
|
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 | Example |
|
|
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
| `size` | *number* | :heavy_minus_sign: | N/A | 1 |
|
|
| `server` | [operations.Server](../../../sdk/models/operations/server.md)[] | :heavy_minus_sign: | N/A | | |