GetServiceInfoListResponse type
getServiceInfoList işleminin yanıt verilerini içerir.
type GetServiceInfoListResponse = PagedServiceInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedServiceInfoList
}
}