Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 823 Bytes

File metadata and controls

26 lines (19 loc) · 823 Bytes

Device

Properties

Name Type Description Notes
deviceId string The unique ID of the device. [default to undefined]
deviceName string The name of the device. [optional] [default to undefined]
status DeviceStatusEnum [default to undefined]
creationTimestamp string The time the device was created. In ISO-8601 format. [default to undefined]

Example

import { Device } from 'bandwidth-sdk';

const instance: Device = {
    deviceId,
    deviceName,
    status,
    creationTimestamp,
};

[Back to Model list] [Back to API list] [Back to README]