GetSubNameInfoListResponse type

getSubNameInfoList işleminin yanıt verilerini içerir.

type GetSubNameInfoListResponse = PagedSubNameInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedSubNameInfoList
  }
}