mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.1 KiB
1.1 KiB
Connections
Example Usage
import { Connections } from "@lukehagar/plexjs/sdk/models/operations";
let value: Connections = {
protocol: "<value>",
address: "718 Wolff Light",
port: 7991.59,
uri: "https://jumbo-lobotomy.net",
local: false,
relay: false,
iPv6: false,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
protocol |
string | ✔️ | N/A |
address |
string | ✔️ | N/A |
port |
number | ✔️ | N/A |
uri |
string | ✔️ | N/A |
local |
boolean | ✔️ | N/A |
relay |
boolean | ✔️ | N/A |
iPv6 |
boolean | ✔️ | N/A |