gogol-analytics-0.4.0: Google Analytics 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.Analytics.Management.ProFiles.Delete

Contents

Description

Deletes a view (profile).

See: Google Analytics API Reference for analytics.management.profiles.delete.

Synopsis

REST Resource

type ManagementProFilesDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))) Source #

A resource alias for analytics.management.profiles.delete method which the ManagementProFilesDelete request conforms to.

Creating a Request

managementProFilesDelete Source #

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

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

data ManagementProFilesDelete Source #

Deletes a view (profile).

See: managementProFilesDelete smart constructor.

Instances
Eq ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

Data ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

Methods

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

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

toConstr :: ManagementProFilesDelete -> Constr #

dataTypeOf :: ManagementProFilesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

Generic ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

Associated Types

type Rep ManagementProFilesDelete :: Type -> Type #

GoogleRequest ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

type Rep ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

type Rep ManagementProFilesDelete = D1 (MetaData "ManagementProFilesDelete" "Network.Google.Resource.Analytics.Management.ProFiles.Delete" "gogol-analytics-0.4.0-8oDsBGD0bWo5StLtdNIJLF" False) (C1 (MetaCons "ManagementProFilesDelete'" PrefixI True) (S1 (MetaSel (Just "_mpfdWebPropertyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_mpfdProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_mpfdAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

type Scopes ManagementProFilesDelete = "https://www.googleapis.com/auth/analytics.edit" ': ([] :: [Symbol])
type Rs ManagementProFilesDelete Source # 
Instance details

Defined in Network.Google.Resource.Analytics.Management.ProFiles.Delete

Request Lenses

mpfdWebPropertyId :: Lens' ManagementProFilesDelete Text Source #

Web property ID to delete the view (profile) for.

mpfdProFileId :: Lens' ManagementProFilesDelete Text Source #

ID of the view (profile) to be deleted.

mpfdAccountId :: Lens' ManagementProFilesDelete Text Source #

Account ID to delete the view (profile) for.