static types()

in imagesearch-20200212/ts/src/client.ts [467:473]


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