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


ScheduleListByAutomationAccountNextResponse type

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

type ScheduleListByAutomationAccountNextResponse = ScheduleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ScheduleListResult
  }
}