Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Replaces rows of the table with the rows of the spreadsheet that is first imported from. Current rows remain visible until all replacement rows are ready.
See: Fusion Tables API Reference for fusiontables.table.refetchSheet
.
Synopsis
- type TableRefetchSheetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("refetch" :> (QueryParam "alt" AltJSON :> Post '[JSON] Task)))))
- tableRefetchSheet :: Text -> TableRefetchSheet
- data TableRefetchSheet
- trsTableId :: Lens' TableRefetchSheet Text
REST Resource
type TableRefetchSheetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("refetch" :> (QueryParam "alt" AltJSON :> Post '[JSON] Task))))) Source #
A resource alias for fusiontables.table.refetchSheet
method which the
TableRefetchSheet
request conforms to.
Creating a Request
Creates a value of TableRefetchSheet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TableRefetchSheet Source #
Replaces rows of the table with the rows of the spreadsheet that is first imported from. Current rows remain visible until all replacement rows are ready.
See: tableRefetchSheet
smart constructor.
Instances
Request Lenses
trsTableId :: Lens' TableRefetchSheet Text Source #
Table whose rows will be replaced from the spreadsheet.