mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
8.3 KiB
8.3 KiB
PlexDevice
Fields
| Field | Type | Required | Description |
|---|---|---|---|
Name |
string | ✔️ | N/A |
Product |
string | ✔️ | N/A |
ProductVersion |
string | ✔️ | N/A |
Platform |
string | ✔️ | N/A |
PlatformVersion |
string | ✔️ | N/A |
Device |
string | ✔️ | N/A |
ClientIdentifier |
string | ✔️ | N/A |
CreatedAt |
time.Time | ✔️ | N/A |
LastSeenAt |
time.Time | ✔️ | N/A |
Provides |
string | ✔️ | N/A |
OwnerID |
int64 | ✔️ | ownerId is null when the device is owned by the token used to send the request |
SourceTitle |
string | ✔️ | N/A |
PublicAddress |
string | ✔️ | N/A |
AccessToken |
string | ✔️ | N/A |
Owned |
bool | ✔️ | N/A |
Home |
bool | ✔️ | N/A |
Synced |
bool | ✔️ | N/A |
Relay |
bool | ✔️ | N/A |
Presence |
bool | ✔️ | N/A |
HTTPSRequired |
bool | ✔️ | N/A |
PublicAddressMatches |
bool | ✔️ | N/A |
DNSRebindingProtection |
bool | ✔️ | N/A |
NatLoopbackSupported |
bool | ✔️ | N/A |
Connections |
[]operations.Connections | ✔️ | N/A |