Condividi tramite


UpdatesGetNamesResponse type

Contiene i dati di risposta per l'operazione getNames.

type UpdatesGetNamesResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}