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


ModelUpdateExplicitListItemResponse type

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

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