static names()

in imagesearch-20200212/ts/src/client.ts [521:527]


  static names(): { [key: string]: string } {
    return {
      docsReturn: 'DocsReturn',
      docsFound: 'DocsFound',
      searchTime: 'SearchTime',
    };
  }