mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
909 B
909 B
Session
Example Usage
import { Session } from "@lukehagar/plexjs/sdk/models/operations";
let value: Session = {
id: "93h7e00ncblxncqw9lkfaoxi",
bandwidth: 1050,
location: "lan",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ➖ | N/A | 93h7e00ncblxncqw9lkfaoxi |
bandwidth |
number | ➖ | N/A | 1050 |
location |
string | ➖ | N/A | lan |