DevicesGetAllGroupsNextResponse type
getAllGroupsNext 操作の応答データが含まれます。
type DevicesGetAllGroupsNextResponse = PageableListOfGroups & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfGroups
}
}