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


ScheduleUpdateResponse type

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

type ScheduleUpdateResponse = Schedule & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}