mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
# GetStatisticsDevice
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetStatisticsDevice } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetStatisticsDevice = {
|
|
id: 208,
|
|
name: "Roku Express",
|
|
platform: "Roku",
|
|
clientIdentifier: "793095d235660625108ef785cc7646e9",
|
|
createdAt: 1706470556,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A | 208 |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A | Roku Express |
|
|
| `platform` | *string* | :heavy_minus_sign: | N/A | Roku |
|
|
| `clientIdentifier` | *string* | :heavy_minus_sign: | N/A | 793095d235660625108ef785cc7646e9 |
|
|
| `createdAt` | *number* | :heavy_minus_sign: | N/A | 1706470556 | |