DevicesGetDeviceClassDeviceIdsNextResponse type
getDeviceClassDeviceIdsNext 操作の応答データが含まれます。
type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}