ScheduleCreateOrUpdateResponse type
Berisi data respons untuk operasi createOrUpdate.
type ScheduleCreateOrUpdateResponse = Schedule & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Schedule }
}