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.Get

Contents

Description

Gets the latest version of the specified presentation.

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

Synopsis

REST Resource

type PresentationsGetResource = "v1" :> ("presentations" :> (Capture "presentationId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Presentation)))))))) Source #

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

Creating a Request

presentationsGet Source #

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

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

data PresentationsGet Source #

Gets the latest version of the specified presentation.

See: presentationsGet smart constructor.

Instances
Eq PresentationsGet Source # 
Instance details

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

Data PresentationsGet Source # 
Instance details

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

Methods

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

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

toConstr :: PresentationsGet -> Constr #

dataTypeOf :: PresentationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PresentationsGet Source # 
Instance details

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

Generic PresentationsGet Source # 
Instance details

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

Associated Types

type Rep PresentationsGet :: Type -> Type #

GoogleRequest PresentationsGet Source # 
Instance details

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

Associated Types

type Rs PresentationsGet :: Type #

type Scopes PresentationsGet :: [Symbol] #

type Rep PresentationsGet Source # 
Instance details

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

type Rep PresentationsGet = D1 (MetaData "PresentationsGet" "Network.Google.Resource.Slides.Presentations.Get" "gogol-slides-0.4.0-HrNqovYsi7t4Hm1FVW5SjL" False) (C1 (MetaCons "PresentationsGet'" PrefixI True) ((S1 (MetaSel (Just "_pgXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pgUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pgAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pgUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pgPresentationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pgCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes PresentationsGet Source # 
Instance details

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

type Scopes PresentationsGet = "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 PresentationsGet Source # 
Instance details

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

Request Lenses

pgUploadProtocol :: Lens' PresentationsGet (Maybe Text) Source #

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

pgUploadType :: Lens' PresentationsGet (Maybe Text) Source #

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

pgPresentationId :: Lens' PresentationsGet Text Source #

The ID of the presentation to retrieve.