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


ModelCreateHierarchicalEntityRoleResponse type

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

type ModelCreateHierarchicalEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}