mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 12:47:45 +00:00
10 KiB
10 KiB
PlexDevice
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
str | ✔️ | N/A | |
product |
str | ✔️ | N/A | |
product_version |
str | ✔️ | N/A | |
platform |
Nullable[str] | ✔️ | N/A | |
platform_version |
Nullable[str] | ✔️ | N/A | |
device |
Nullable[str] | ✔️ | N/A | |
client_identifier |
str | ✔️ | N/A | |
created_at |
date | ✔️ | N/A | 2019-06-24T11:38:02Z |
last_seen_at |
date | ✔️ | N/A | 2019-06-24T11:38:02Z |
provides |
str | ✔️ | N/A | |
owner_id |
Nullable[int] | ✔️ | ownerId is null when the device is owned by the token used to send the request | |
source_title |
Nullable[str] | ✔️ | N/A | |
public_address |
str | ✔️ | N/A | |
access_token |
str | ✔️ | N/A | |
owned |
bool | ✔️ | N/A | |
home |
bool | ✔️ | N/A | |
synced |
bool | ✔️ | N/A | |
relay |
bool | ✔️ | N/A | |
presence |
bool | ✔️ | N/A | |
https_required |
bool | ✔️ | N/A | |
public_address_matches |
bool | ✔️ | N/A | |
dns_rebinding_protection |
bool | ✔️ | N/A | |
nat_loopback_supported |
bool | ✔️ | N/A | |
connections |
List[operations.Connections] | ✔️ | N/A |