DevicesGetDeviceClassDeviceIdsNextResponse type
包含 getDeviceClassDeviceIdsNext 作業的回應資料。
type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}