Freigeben über


DevicesGetAllGroupsNextResponse type

Enthält Antwortdaten für den Vorgang getAllGroupsNext.

type DevicesGetAllGroupsNextResponse = PageableListOfGroups & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfGroups
  }
}