# GetBandwidthStatisticsDevice ## Example Usage ```typescript import { GetBandwidthStatisticsDevice } from "@lukehagar/plexjs"; let value: GetBandwidthStatisticsDevice = { 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 |