static types()

in imagesearch-20200212/ts/src/client.ts [391:401]


  static types(): { [key: string]: any } {
    return {
      categoryId: 'number',
      productId: 'string',
      picName: 'string',
      customContent: 'string',
      sortExprValues: 'string',
      intAttr: 'number',
      strAttr: 'string',
    };
  }