in imagesearch-20200212/ts/src/client.ts [259:272]
static names(): { [key: string]: string } {
return {
instanceName: 'InstanceName',
categoryId: 'CategoryId',
productId: 'ProductId',
picName: 'PicName',
picContent: 'PicContent',
crop: 'Crop',
region: 'Region',
customContent: 'CustomContent',
intAttr: 'IntAttr',
strAttr: 'StrAttr',
};
}