gogol-slides-0.4.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 "access_token" Text :> (QueryParam "uploadType" 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 # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

Data PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

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 # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

Generic PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

Associated Types

type Rep PresentationsPagesGet :: Type -> Type #

GoogleRequest PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

type Rep PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

type Rep PresentationsPagesGet = D1 (MetaData "PresentationsPagesGet" "Network.Google.Resource.Slides.Presentations.Pages.Get" "gogol-slides-0.4.0-HrNqovYsi7t4Hm1FVW5SjL" False) (C1 (MetaCons "PresentationsPagesGet'" PrefixI True) ((S1 (MetaSel (Just "_ppgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_ppgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ppgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ppgPageObjectId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ppgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ppgPresentationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ppgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

type Scopes PresentationsPagesGet = "https://www.googleapis.com/auth/drive" ': ("https://www.googleapis.com/auth/drive.file" ': ("https://www.googleapis.com/auth/drive.readonly" ': ("https://www.googleapis.com/auth/presentations" ': ("https://www.googleapis.com/auth/presentations.readonly" ': ([] :: [Symbol])))))
type Rs PresentationsPagesGet Source # 
Instance details

Defined in Network.Google.Resource.Slides.Presentations.Pages.Get

Request Lenses

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

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

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.