mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
31 lines
11 KiB
Markdown
31 lines
11 KiB
Markdown
# PlexDevice
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
|
| `Name` | *string* | :heavy_check_mark: | N/A | |
|
|
| `Product` | *string* | :heavy_check_mark: | N/A | |
|
|
| `ProductVersion` | *string* | :heavy_check_mark: | N/A | |
|
|
| `Platform` | *string* | :heavy_check_mark: | N/A | |
|
|
| `PlatformVersion` | *string* | :heavy_check_mark: | N/A | |
|
|
| `Device` | *string* | :heavy_check_mark: | N/A | |
|
|
| `ClientIdentifier` | *string* | :heavy_check_mark: | N/A | |
|
|
| `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z |
|
|
| `LastSeenAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z |
|
|
| `Provides` | *string* | :heavy_check_mark: | N/A | |
|
|
| `OwnerId` | *long* | :heavy_check_mark: | ownerId is null when the device is owned by the token used to send the request | |
|
|
| `SourceTitle` | *string* | :heavy_check_mark: | N/A | |
|
|
| `PublicAddress` | *string* | :heavy_check_mark: | N/A | |
|
|
| `AccessToken` | *string* | :heavy_check_mark: | N/A | |
|
|
| `Owned` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `Home` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `Synced` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `Relay` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `Presence` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `HttpsRequired` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `PublicAddressMatches` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `DnsRebindingProtection` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `NatLoopbackSupported` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `Connections` | List<[Connections](../../Models/Requests/Connections.md)> | :heavy_check_mark: | N/A | | |