Udostępnij za pośrednictwem


FilesListResponse type

Zawiera dane odpowiedzi dla operacji listy.

type FilesListResponse = FileList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: FileList }
}