Поделиться через


ModelListHierarchicalEntityRolesResponse type

Содержит данные ответа для операции listHierarchicalEntityRoles.

type ModelListHierarchicalEntityRolesResponse = EntityRole[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityRole[]
  }
}