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