static types()

in imagesearch-20200212/ts/src/client.ts [552:557]


  static types(): { [key: string]: any } {
    return {
      id: 'number',
      name: 'string',
    };
  }