static types()

in imagesearch-20200212/ts/src/client.ts [310:318]


  static types(): { [key: string]: any } {
    return {
      requestId: 'string',
      success: 'boolean',
      message: 'string',
      code: 'number',
      picInfo: AddImageResponsePicInfo,
    };
  }