GetServiceEventListResponse type
getServiceEventList işleminin yanıt verilerini içerir.
type GetServiceEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}