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

17 lines
536 B
Markdown

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