gogol-slides-0.3.0: Google Slides 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.Slides.Presentations.Pages.Get

Contents

Description

Gets the latest version of the specified page in the presentation.

See: Google Slides API Reference for slides.presentations.pages.get.

Synopsis

REST Resource

type PresentationsPagesGetResource = "v1" :> ("presentations" :> (Capture "presentationId" Text :> ("pages" :> (Capture "pageObjectId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Page)))))))))))) Source #

A resource alias for slides.presentations.pages.get method which the PresentationsPagesGet request conforms to.

Creating a Request

presentationsPagesGet Source #

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

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

data PresentationsPagesGet Source #

Gets the latest version of the specified page in the presentation.

See: presentationsPagesGet smart constructor.

Instances

Eq PresentationsPagesGet Source # 
Data PresentationsPagesGet Source # 

Methods

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

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

toConstr :: PresentationsPagesGet -> Constr #

dataTypeOf :: PresentationsPagesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PresentationsPagesGet Source # 
Generic PresentationsPagesGet Source # 
GoogleRequest PresentationsPagesGet Source # 
type Rep PresentationsPagesGet Source # 
type Scopes PresentationsPagesGet Source # 
type Scopes PresentationsPagesGet = (:) Symbol "https://www.googleapis.com/auth/drive" ((:) Symbol "https://www.googleapis.com/auth/drive.readonly" ((:) Symbol "https://www.googleapis.com/auth/presentations" ((:) Symbol "https://www.googleapis.com/auth/presentations.readonly" ([] Symbol))))
type Rs PresentationsPagesGet Source # 

Request Lenses

ppgUploadProtocol :: Lens' PresentationsPagesGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

ppgPp :: Lens' PresentationsPagesGet Bool Source #

Pretty-print response.

ppgPageObjectId :: Lens' PresentationsPagesGet Text Source #

The object ID of the page to retrieve.

ppgUploadType :: Lens' PresentationsPagesGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

ppgPresentationId :: Lens' PresentationsPagesGet Text Source #

The ID of the presentation to retrieve.