Share via


ModelUpdateHierarchicalEntityRoleResponse type

Contiene datos de respuesta para la operación updateHierarchicalEntityRole.

type ModelUpdateHierarchicalEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}