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 |
Gets a specific style.
See: Fusion Tables API Reference for fusiontables.style.get
.
Synopsis
- type StyleGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] StyleSetting))))))
- styleGet :: Int32 -> Text -> StyleGet
- data StyleGet
- sgStyleId :: Lens' StyleGet Int32
- sgTableId :: Lens' StyleGet Text
REST Resource
type StyleGetResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] StyleSetting)))))) Source #
A resource alias for fusiontables.style.get
method which the
StyleGet
request conforms to.
Creating a Request
Gets a specific style.
See: styleGet
smart constructor.
Instances
Eq StyleGet Source # | |
Data StyleGet Source # | |
Defined in Network.Google.Resource.FusionTables.Style.Get gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StyleGet -> c StyleGet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StyleGet # toConstr :: StyleGet -> Constr # dataTypeOf :: StyleGet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StyleGet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StyleGet) # gmapT :: (forall b. Data b => b -> b) -> StyleGet -> StyleGet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StyleGet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StyleGet -> r # gmapQ :: (forall d. Data d => d -> u) -> StyleGet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> StyleGet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> StyleGet -> m StyleGet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleGet -> m StyleGet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleGet -> m StyleGet # | |
Show StyleGet Source # | |
Generic StyleGet Source # | |
GoogleRequest StyleGet Source # | |
type Rep StyleGet Source # | |
Defined in Network.Google.Resource.FusionTables.Style.Get type Rep StyleGet = D1 (MetaData "StyleGet" "Network.Google.Resource.FusionTables.Style.Get" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "StyleGet'" PrefixI True) (S1 (MetaSel (Just "_sgStyleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)) :*: S1 (MetaSel (Just "_sgTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) | |
type Scopes StyleGet Source # | |
type Rs StyleGet Source # | |