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 |
Copies a table.
See: Fusion Tables API Reference for fusiontables.table.copy
.
Synopsis
- type TableCopyResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("copy" :> (QueryParam "copyPresentation" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] Table))))))
- tableCopy :: Text -> TableCopy
- data TableCopy
- tcTableId :: Lens' TableCopy Text
- tcCopyPresentation :: Lens' TableCopy (Maybe Bool)
REST Resource
type TableCopyResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("copy" :> (QueryParam "copyPresentation" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] Table)))))) Source #
A resource alias for fusiontables.table.copy
method which the
TableCopy
request conforms to.
Creating a Request
Creates a value of TableCopy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Copies a table.
See: tableCopy
smart constructor.
Instances
Eq TableCopy Source # | |
Data TableCopy Source # | |
Defined in Network.Google.Resource.FusionTables.Table.Copy gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TableCopy -> c TableCopy # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TableCopy # toConstr :: TableCopy -> Constr # dataTypeOf :: TableCopy -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TableCopy) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TableCopy) # gmapT :: (forall b. Data b => b -> b) -> TableCopy -> TableCopy # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TableCopy -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TableCopy -> r # gmapQ :: (forall d. Data d => d -> u) -> TableCopy -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TableCopy -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TableCopy -> m TableCopy # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TableCopy -> m TableCopy # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TableCopy -> m TableCopy # | |
Show TableCopy Source # | |
Generic TableCopy Source # | |
GoogleRequest TableCopy Source # | |
type Rep TableCopy Source # | |
Defined in Network.Google.Resource.FusionTables.Table.Copy type Rep TableCopy = D1 (MetaData "TableCopy" "Network.Google.Resource.FusionTables.Table.Copy" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "TableCopy'" PrefixI True) (S1 (MetaSel (Just "_tcTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tcCopyPresentation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) | |
type Scopes TableCopy Source # | |
type Rs TableCopy Source # | |