gogol-drive-0.1.0: Google Drive 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.Drive.Changes.GetStartPageToken

Contents

Description

Gets the starting pageToken for listing future changes.

See: Drive API Reference for drive.changes.getStartPageToken.

Synopsis

REST Resource

type ChangesGetStartPageTokenResource = "drive" :> ("v3" :> ("changes" :> ("startPageToken" :> (QueryParam "alt" AltJSON :> Get '[JSON] StartPageToken)))) Source #

A resource alias for drive.changes.getStartPageToken method which the ChangesGetStartPageToken request conforms to.

Creating a Request

changesGetStartPageToken :: ChangesGetStartPageToken Source #

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

data ChangesGetStartPageToken Source #

Gets the starting pageToken for listing future changes.

See: changesGetStartPageToken smart constructor.

Instances

Eq ChangesGetStartPageToken Source # 
Data ChangesGetStartPageToken Source # 

Methods

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

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

toConstr :: ChangesGetStartPageToken -> Constr #

dataTypeOf :: ChangesGetStartPageToken -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ChangesGetStartPageToken Source # 
Generic ChangesGetStartPageToken Source # 
GoogleRequest ChangesGetStartPageToken Source # 
type Rep ChangesGetStartPageToken Source # 
type Rep ChangesGetStartPageToken = D1 (MetaData "ChangesGetStartPageToken" "Network.Google.Resource.Drive.Changes.GetStartPageToken" "gogol-drive-0.1.0-6HBMQCLlnIn4vn8VWItYpl" False) (C1 (MetaCons "ChangesGetStartPageToken'" PrefixI False) U1)
type Scopes ChangesGetStartPageToken Source # 
type Scopes ChangesGetStartPageToken = (:) Symbol "https://www.googleapis.com/auth/drive" ((:) Symbol "https://www.googleapis.com/auth/drive.appdata" ((:) Symbol "https://www.googleapis.com/auth/drive.file" ((:) Symbol "https://www.googleapis.com/auth/drive.metadata" ((:) Symbol "https://www.googleapis.com/auth/drive.metadata.readonly" ((:) Symbol "https://www.googleapis.com/auth/drive.photos.readonly" ((:) Symbol "https://www.googleapis.com/auth/drive.readonly" ([] Symbol)))))))
type Rs ChangesGetStartPageToken Source #