Bagikan melalui


ScheduleUpdateResponse type

Berisi data respons untuk operasi pembaruan.

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