gogol-mirror-0.4.0: Google Mirror 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.Mirror.Locations.List

Contents

Description

Retrieves a list of locations for the user.

See: Google Mirror API Reference for mirror.locations.list.

Synopsis

REST Resource

type LocationsListResource = "mirror" :> ("v1" :> ("locations" :> (QueryParam "alt" AltJSON :> Get '[JSON] LocationsListResponse))) Source #

A resource alias for mirror.locations.list method which the LocationsList request conforms to.

Creating a Request

locationsList :: LocationsList Source #

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

data LocationsList Source #

Retrieves a list of locations for the user.

See: locationsList smart constructor.

Instances
Eq LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

Data LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

Methods

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

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

toConstr :: LocationsList -> Constr #

dataTypeOf :: LocationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

Generic LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

Associated Types

type Rep LocationsList :: Type -> Type #

GoogleRequest LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

Associated Types

type Rs LocationsList :: Type #

type Scopes LocationsList :: [Symbol] #

type Rep LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

type Rep LocationsList = D1 (MetaData "LocationsList" "Network.Google.Resource.Mirror.Locations.List" "gogol-mirror-0.4.0-9c962MxnB494MCOxCUtS1H" False) (C1 (MetaCons "LocationsList'" PrefixI False) (U1 :: Type -> Type))
type Scopes LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List

type Scopes LocationsList = "https://www.googleapis.com/auth/glass.location" ': ("https://www.googleapis.com/auth/glass.timeline" ': ([] :: [Symbol]))
type Rs LocationsList Source # 
Instance details

Defined in Network.Google.Resource.Mirror.Locations.List