# PlexDevice ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | `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 | | `LastSeenAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_check_mark: | N/A | | `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 |