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

17 lines
567 B
Markdown

# GetRecentlyAddedLibraryDirector
## Example Usage
```typescript
import { GetRecentlyAddedLibraryDirector } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetRecentlyAddedLibraryDirector = {
tag: "Peyton Reed",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `tag` | *string* | :heavy_minus_sign: | N/A | Peyton Reed |