static names()

in imagesearch-20200212/ts/src/client.ts [20:29]


  static names(): { [key: string]: string } {
    return {
      categoryId: 'CategoryId',
      instanceName: 'InstanceName',
      productId: 'ProductId',
      picName: 'PicName',
      num: 'Num',
      start: 'Start',
    };
  }