factual-api-0.6.1: A driver for the Factual API

Safe HaskellNone

Data.Factual.Write.Clear

Contents

Description

This module exports the types used to clear fields.

Synopsis

Clear type

data Clear Source

The Clear type represents a Write to be made to the API which will clear certain fields from an entry. The table and factualId identify the row to be changed, and the fields list indicates which fields to clear out. A user must be specified as well.

Constructors

Clear 

Fields

table :: Table
 
factualId :: String
 
fields :: [String]
 
user :: String
 

Instances

Required modules