DevicesGetDeviceClassDeviceIdsResponse type
Enthält Antwortdaten für den getDeviceClassDeviceIds-Vorgang.
type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}