gogol-tagmanager-0.1.0: Google Tag Manager 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.TagManager.Accounts.Containers.Versions.Undelete

Contents

Description

Undeletes a Container Version.

See: Tag Manager API Reference for tagmanager.accounts.containers.versions.undelete.

Synopsis

REST Resource

type AccountsContainersVersionsUndeleteResource = "tagmanager" :> ("v1" :> ("accounts" :> (Capture "accountId" Text :> ("containers" :> (Capture "containerId" Text :> ("versions" :> (Capture "containerVersionId" Text :> ("undelete" :> (QueryParam "alt" AltJSON :> Post '[JSON] ContainerVersion))))))))) Source #

A resource alias for tagmanager.accounts.containers.versions.undelete method which the AccountsContainersVersionsUndelete request conforms to.

Creating a Request

accountsContainersVersionsUndelete Source #

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

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

data AccountsContainersVersionsUndelete Source #

Undeletes a Container Version.

See: accountsContainersVersionsUndelete smart constructor.

Instances

Eq AccountsContainersVersionsUndelete Source # 
Data AccountsContainersVersionsUndelete Source # 

Methods

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

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

toConstr :: AccountsContainersVersionsUndelete -> Constr #

dataTypeOf :: AccountsContainersVersionsUndelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsContainersVersionsUndelete Source # 
Generic AccountsContainersVersionsUndelete Source # 
GoogleRequest AccountsContainersVersionsUndelete Source # 
type Rep AccountsContainersVersionsUndelete Source # 
type Rep AccountsContainersVersionsUndelete = D1 (MetaData "AccountsContainersVersionsUndelete" "Network.Google.Resource.TagManager.Accounts.Containers.Versions.Undelete" "gogol-tagmanager-0.1.0-FsO22MMOAp7C1ayCcqMXcw" False) (C1 (MetaCons "AccountsContainersVersionsUndelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acvucContainerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_acvucContainerVersionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_acvucAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes AccountsContainersVersionsUndelete Source # 
type Scopes AccountsContainersVersionsUndelete = (:) Symbol "https://www.googleapis.com/auth/tagmanager.edit.containerversions" ([] Symbol)
type Rs AccountsContainersVersionsUndelete Source # 

Request Lenses