gogol-spectrum-0.4.0: Google Spectrum Database SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Spectrum.Paws.GetSpectrum

Contents

Description

Requests information about the available spectrum for a device at a location. Requests from a fixed-mode device must include owner information so the device can be registered with the database.

See: Google Spectrum Database API Reference for spectrum.paws.getSpectrum.

Synopsis

REST Resource

type PawsGetSpectrumResource = "spectrum" :> ("v1explorer" :> ("paws" :> ("getSpectrum" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PawsGetSpectrumRequest :> Post '[JSON] PawsGetSpectrumResponse))))) Source #

A resource alias for spectrum.paws.getSpectrum method which the PawsGetSpectrum request conforms to.

Creating a Request

pawsGetSpectrum Source #

Creates a value of PawsGetSpectrum with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data PawsGetSpectrum Source #

Requests information about the available spectrum for a device at a location. Requests from a fixed-mode device must include owner information so the device can be registered with the database.

See: pawsGetSpectrum smart constructor.

Instances
Eq PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Data PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PawsGetSpectrum -> c PawsGetSpectrum #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PawsGetSpectrum #

toConstr :: PawsGetSpectrum -> Constr #

dataTypeOf :: PawsGetSpectrum -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PawsGetSpectrum) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PawsGetSpectrum) #

gmapT :: (forall b. Data b => b -> b) -> PawsGetSpectrum -> PawsGetSpectrum #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PawsGetSpectrum -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PawsGetSpectrum -> r #

gmapQ :: (forall d. Data d => d -> u) -> PawsGetSpectrum -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PawsGetSpectrum -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PawsGetSpectrum -> m PawsGetSpectrum #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PawsGetSpectrum -> m PawsGetSpectrum #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PawsGetSpectrum -> m PawsGetSpectrum #

Show PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Generic PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Associated Types

type Rep PawsGetSpectrum :: Type -> Type #

GoogleRequest PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Associated Types

type Rs PawsGetSpectrum :: Type #

type Scopes PawsGetSpectrum :: [Symbol] #

type Rep PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

type Rep PawsGetSpectrum = D1 (MetaData "PawsGetSpectrum" "Network.Google.Resource.Spectrum.Paws.GetSpectrum" "gogol-spectrum-0.4.0-3tWBsDwAoekF7pa90dO3l1" True) (C1 (MetaCons "PawsGetSpectrum'" PrefixI True) (S1 (MetaSel (Just "_pgsPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PawsGetSpectrumRequest)))
type Scopes PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

type Scopes PawsGetSpectrum = ([] :: [Symbol])
type Rs PawsGetSpectrum Source # 
Instance details

Defined in Network.Google.Resource.Spectrum.Paws.GetSpectrum

Request Lenses