mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 12:47:45 +00:00
9.5 KiB
9.5 KiB
PlexDevice
Fields
| Field | Type | Required | Description |
|---|---|---|---|
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 |
last_seen_at |
Date | ✔️ | N/A |
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 |