GetApplicationEventListResponse type

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

type GetApplicationEventListResponse = ApplicationEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationEventUnion[]
  }
}