# 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` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | | `LastSeenAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A | | `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` | [][operations.Connections](../../models/operations/connections.md) | :heavy_check_mark: | N/A |