Interface DevicesApiGetDeviceInfoRequest

Request parameters for getDeviceInfo operation in DevicesApi.

DevicesApiGetDeviceInfoRequest

interface DevicesApiGetDeviceInfoRequest {
    id: string;
}

Properties

Properties

id: string

Device Id.

DevicesApiGetDeviceInfo