DevicesGetDeviceClassDeviceIdsNextResponse type
包含 getDeviceClassDeviceIdsNext作的响应数据。
type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}