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


ModelListEntityRolesResponse type

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

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