static types()

in imagesearch-20200212/ts/src/client.ts [351:364]


  static types(): { [key: string]: any } {
    return {
      picContentObject: 'Readable',
      instanceName: 'string',
      categoryId: 'number',
      productId: 'string',
      picName: 'string',
      crop: 'boolean',
      region: 'string',
      customContent: 'string',
      intAttr: 'number',
      strAttr: 'string',
    };
  }