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 |
Retrieves a specific table by its ID.
See: Fusion Tables API Reference for fusiontables.table.get
.
REST Resource
type TableGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Table)))) Source #
A resource alias for fusiontables.table.get
method which the
TableGet
request conforms to.
Creating a Request
Retrieves a specific table by its ID.
See: tableGet
smart constructor.
Instances
Eq TableGet Source # | |
Data TableGet Source # | |
Defined in Network.Google.Resource.FusionTables.Table.Get gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TableGet -> c TableGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TableGet # toConstr :: TableGet -> Constr # dataTypeOf :: TableGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TableGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TableGet) # gmapT :: (forall b. Data b => b -> b) -> TableGet -> TableGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TableGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TableGet -> r # gmapQ :: (forall d. Data d => d -> u) -> TableGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TableGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TableGet -> m TableGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TableGet -> m TableGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TableGet -> m TableGet # | |
Show TableGet Source # | |
Generic TableGet Source # | |
GoogleRequest TableGet Source # | |
type Rep TableGet Source # | |
type Scopes TableGet Source # | |
type Rs TableGet Source # | |