FilesListResponse type

Obsahuje data odpovědi pro operaci výpisu.

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