Megosztás:


GetServiceEventListResponse type

A getServiceEventList művelet válaszadatait tartalmazza.

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