GetServicesEventListResponse type

getServicesEventList işleminin yanıt verilerini içerir.

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