DevicesGetAllGroupsNextResponse type
Enthält Antwortdaten für den getAllGroupsNext-Vorgang.
type DevicesGetAllGroupsNextResponse = PageableListOfGroups & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfGroups
}
}