mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
19 lines
2.0 KiB
Markdown
19 lines
2.0 KiB
Markdown
# MediaProvider
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MediaProvider } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: MediaProvider = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
| `identifier` | *string* | :heavy_minus_sign: | N/A |
|
|
| `title` | *string* | :heavy_minus_sign: | N/A |
|
|
| `types` | *string* | :heavy_minus_sign: | N/A |
|
|
| `protocols` | *string* | :heavy_minus_sign: | N/A |
|
|
| `feature` | [operations.Feature](../../../sdk/models/operations/feature.md)[] | :heavy_minus_sign: | N/A | |