gogol-dfareporting-0.3.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.ContentCategories.Delete

Contents

Description

Deletes an existing content category.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.contentCategories.delete.

Synopsis

REST Resource

type ContentCategoriesDeleteResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("contentCategories" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #

A resource alias for dfareporting.contentCategories.delete method which the ContentCategoriesDelete request conforms to.

Creating a Request

contentCategoriesDelete Source #

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

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

data ContentCategoriesDelete Source #

Deletes an existing content category.

See: contentCategoriesDelete smart constructor.

Instances

Eq ContentCategoriesDelete Source # 
Data ContentCategoriesDelete Source # 

Methods

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

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

toConstr :: ContentCategoriesDelete -> Constr #

dataTypeOf :: ContentCategoriesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ContentCategoriesDelete Source # 
Generic ContentCategoriesDelete Source # 
GoogleRequest ContentCategoriesDelete Source # 
type Rep ContentCategoriesDelete Source # 
type Rep ContentCategoriesDelete = D1 (MetaData "ContentCategoriesDelete" "Network.Google.Resource.DFAReporting.ContentCategories.Delete" "gogol-dfareporting-0.3.0-1Sz7MzcQaqT30NKUHnKpNh" False) (C1 (MetaCons "ContentCategoriesDelete'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ccdProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64))) (S1 (MetaSel (Just Symbol "_ccdId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)))))
type Scopes ContentCategoriesDelete Source # 
type Scopes ContentCategoriesDelete = (:) Symbol "https://www.googleapis.com/auth/dfatrafficking" ([] Symbol)
type Rs ContentCategoriesDelete Source # 

Request Lenses

ccdProFileId :: Lens' ContentCategoriesDelete Int64 Source #

User profile ID associated with this request.