mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 20:57:45 +00:00
12 KiB
12 KiB
PlexDevice
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
::String | ✔️ | N/A | |
product |
::String | ✔️ | N/A | |
product_version |
::String | ✔️ | N/A | |
platform |
::String | ✔️ | N/A | |
platform_version |
::String | ✔️ | N/A | |
device |
::String | ✔️ | N/A | |
client_identifier |
::String | ✔️ | N/A | |
created_at |
Date | ✔️ | N/A | 2019-06-24T11:38:02Z |
last_seen_at |
Date | ✔️ | N/A | 2019-06-24T11:38:02Z |
provides |
::String | ✔️ | N/A | |
owner_id |
::Integer | ✔️ | ownerId is null when the device is owned by the token used to send the request | |
source_title |
::String | ✔️ | N/A | |
public_address |
::String | ✔️ | N/A | |
access_token |
::String | ✔️ | N/A | |
owned |
T::Boolean | ✔️ | N/A | |
home |
T::Boolean | ✔️ | N/A | |
synced |
T::Boolean | ✔️ | N/A | |
relay |
T::Boolean | ✔️ | N/A | |
presence |
T::Boolean | ✔️ | N/A | |
https_required |
T::Boolean | ✔️ | N/A | |
public_address_matches |
T::Boolean | ✔️ | N/A | |
dns_rebinding_protection |
T::Boolean | ✔️ | N/A | |
nat_loopback_supported |
T::Boolean | ✔️ | N/A | |
connections |
T::Array<::PlexRubySDK::Operations::Connections> | ✔️ | N/A |