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 |
Initializes the connection between a white space device and the database.
See: Google Spectrum Database API Reference for spectrum.paws.init
.
Synopsis
- type PawsInitResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("init" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsInitRequest :> Post '[JSON] PawsInitResponse)))))
- pawsInit :: PawsInitRequest -> PawsInit
- data PawsInit
- piPayload :: Lens' PawsInit PawsInitRequest
REST Resource
type PawsInitResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("init" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsInitRequest :> Post '[JSON] PawsInitResponse))))) Source #
A resource alias for spectrum.paws.init
method which the
PawsInit
request conforms to.
Creating a Request
Initializes the connection between a white space device and the database.
See: pawsInit
smart constructor.
Instances
Eq PawsInit Source # | |
Data PawsInit Source # | |
Defined in Network.Google.Resource.Spectrum.Paws.Init gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PawsInit -> c PawsInit # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PawsInit # toConstr :: PawsInit -> Constr # dataTypeOf :: PawsInit -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PawsInit) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PawsInit) # gmapT :: (forall b. Data b => b -> b) -> PawsInit -> PawsInit # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PawsInit -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PawsInit -> r # gmapQ :: (forall d. Data d => d -> u) -> PawsInit -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PawsInit -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PawsInit -> m PawsInit # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PawsInit -> m PawsInit # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PawsInit -> m PawsInit # | |
Show PawsInit Source # | |
Generic PawsInit Source # | |
GoogleRequest PawsInit Source # | |
type Rep PawsInit Source # | |
Defined in Network.Google.Resource.Spectrum.Paws.Init type Rep PawsInit = D1 (MetaData "PawsInit" "Network.Google.Resource.Spectrum.Paws.Init" "gogol-spectrum-0.4.0-3tWBsDwAoekF7pa90dO3l1" True) (C1 (MetaCons "PawsInit'" PrefixI True) (S1 (MetaSel (Just "_piPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PawsInitRequest))) | |
type Scopes PawsInit Source # | |
Defined in Network.Google.Resource.Spectrum.Paws.Init | |
type Rs PawsInit Source # | |
Defined in Network.Google.Resource.Spectrum.Paws.Init |