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

17 lines
553 B
Markdown

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