in imagesearch-20200212/ts/src/client.ts [141:151]
static types(): { [key: string]: any } {
return {
requestId: 'string',
success: 'boolean',
code: 'number',
msg: 'string',
auctions: { 'type': 'array', 'itemType': SearchImageByPicResponseAuctions },
head: SearchImageByPicResponseHead,
picInfo: SearchImageByPicResponsePicInfo,
};
}