Freigeben über


DevicesGetAllGroupsResponse type

Contains response data for the getAllGroups operation.

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