# 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` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z | | `LastSeenAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | 2019-06-24T11:38:02Z | | `Provides` | *string* | :heavy_check_mark: | N/A | | | `OwnerID` | *int64* | :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` | [][components.Connections](../../models/components/connections.md) | :heavy_check_mark: | N/A | |