Compartir a través de


GetApplicationsEventListResponse type

Contiene datos de respuesta para la operación getApplicationsEventList.

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