static names()

in imagesearch-20200212/ts/src/client.ts [379:389]


  static names(): { [key: string]: string } {
    return {
      categoryId: 'CategoryId',
      productId: 'ProductId',
      picName: 'PicName',
      customContent: 'CustomContent',
      sortExprValues: 'SortExprValues',
      intAttr: 'IntAttr',
      strAttr: 'StrAttr',
    };
  }