static types()

in imagesearch-20200212/ts/src/client.ts [234:241]


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