DevicesGetDeviceClassDeviceIdsNextResponse type
Contient les données de réponse pour l’opération getDeviceClassDeviceIdsNext.
type DevicesGetDeviceClassDeviceIdsNextResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}