mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
10 KiB
10 KiB
PlexDevice
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
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 | 2019-06-24T11:38:02Z |
LastSeenAt |
time.Time | ✔️ | N/A | 2019-06-24T11:38:02Z |
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 |