Megosztás:


GetServicesEventListResponse type

A getServicesEventList művelet válaszadatait tartalmazza.

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