Megosztás:


GetApplicationsEventListResponse type

A getApplicationsEventList művelet válaszadatait tartalmazza.

type GetApplicationsEventListResponse = ApplicationEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationEventUnion[]
  }
}