static names()

in imagesearch-20200212/ts/src/client.ts [336:349]


  static names(): { [key: string]: string } {
    return {
      picContentObject: 'PicContentObject',
      instanceName: 'InstanceName',
      categoryId: 'CategoryId',
      productId: 'ProductId',
      picName: 'PicName',
      crop: 'Crop',
      region: 'Region',
      customContent: 'CustomContent',
      intAttr: 'IntAttr',
      strAttr: 'StrAttr',
    };
  }