GetServicesEventListResponse type

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

type GetServicesEventListResponse = ServiceEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceEventUnion[]
  }
}