Freigeben über


GetServicesEventListResponse type

Enthält Antwortdaten für den getServicesEventList-Vorgang.

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