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 list of styles.
See: Fusion Tables API Reference for fusiontables.style.list
.
Synopsis
- type StyleListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] StyleSettingList)))))))
- styleList :: Text -> StyleList
- data StyleList
- slPageToken :: Lens' StyleList (Maybe Text)
- slTableId :: Lens' StyleList Text
- slMaxResults :: Lens' StyleList (Maybe Word32)
REST Resource
type StyleListResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] StyleSettingList))))))) Source #
A resource alias for fusiontables.style.list
method which the
StyleList
request conforms to.
Creating a Request
Creates a value of StyleList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
Retrieves a list of styles.
See: styleList
smart constructor.
Instances
Eq StyleList Source # | |
Data StyleList Source # | |
Defined in Network.Google.Resource.FusionTables.Style.List gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StyleList -> c StyleList # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StyleList # toConstr :: StyleList -> Constr # dataTypeOf :: StyleList -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StyleList) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StyleList) # gmapT :: (forall b. Data b => b -> b) -> StyleList -> StyleList # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StyleList -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StyleList -> r # gmapQ :: (forall d. Data d => d -> u) -> StyleList -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> StyleList -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> StyleList -> m StyleList # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleList -> m StyleList # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StyleList -> m StyleList # | |
Show StyleList Source # | |
Generic StyleList Source # | |
GoogleRequest StyleList Source # | |
type Rep StyleList Source # | |
Defined in Network.Google.Resource.FusionTables.Style.List type Rep StyleList = D1 (MetaData "StyleList" "Network.Google.Resource.FusionTables.Style.List" "gogol-fusiontables-0.4.0-Jb8aaUwQ1vj5yEgIm76X5I" False) (C1 (MetaCons "StyleList'" PrefixI True) (S1 (MetaSel (Just "_slPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_slTableId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))))) | |
type Scopes StyleList Source # | |
type Rs StyleList Source # | |