static types()

in imagesearch-20200212/ts/src/client.ts [576:582]


  static types(): { [key: string]: any } {
    return {
      categoryId: 'number',
      region: 'string',
      allCategories: { 'type': 'array', 'itemType': SearchImageByPicResponsePicInfoAllCategories },
    };
  }