static types()

in imagesearch-20200212/ts/src/client.ts [67:77]


  static types(): { [key: string]: any } {
    return {
      requestId: 'string',
      success: 'boolean',
      code: 'number',
      msg: 'string',
      auctions: { 'type': 'array', 'itemType': SearchImageByNameResponseAuctions },
      head: SearchImageByNameResponseHead,
      picInfo: SearchImageByNameResponsePicInfo,
    };
  }