mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.656.1
This commit is contained in:
26
docs/sdk/models/shared/librarysections.md
Normal file
26
docs/sdk/models/shared/librarysections.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# LibrarySections
|
||||
|
||||
OK
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { LibrarySections } from "@lukehagar/plexjs/sdk/models/shared";
|
||||
|
||||
let value: LibrarySections = {
|
||||
mediaContainer: {
|
||||
livetv: 7,
|
||||
machineIdentifier: "0123456789abcdef0123456789abcdef012345678",
|
||||
musicAnalysis: 2,
|
||||
myPlexMappingState: "mapped",
|
||||
myPlexSigninState: "ok",
|
||||
offlineTranscode: 1,
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
||||
| `mediaContainer` | [shared.LibrarySectionsMediaContainer](../../../sdk/models/shared/librarysectionsmediacontainer.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user