Request parameters for getDevices operation in DevicesApi.

DevicesApiGetDevicesRequest

interface DevicesApiGetDevicesRequest {
    userId?: string;
}

Properties

Properties

userId?: string

Gets or sets the user identifier.

DevicesApiGetDevices