Files
plexjs/docs/sdk/models/operations/getmediametadataextras.md

17 lines
604 B
Markdown

# GetMediaMetaDataExtras
## Example Usage
```typescript
import { GetMediaMetaDataExtras } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataExtras = {
size: 1,
};
```
## Fields
| Field | Type | Required | Description | Example |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `size` | *number* | :heavy_minus_sign: | The size of the extras. | 1 |