in imagesearch-20200212/ts/src/client.ts [55:65]
static names(): { [key: string]: string } {
return {
requestId: 'RequestId',
success: 'Success',
code: 'Code',
msg: 'Msg',
auctions: 'Auctions',
head: 'Head',
picInfo: 'PicInfo',
};
}