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


ModelListClosedListEntityRolesResponse type

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

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