gogol-android-publisher-0.3.0: Google Play Developer 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.AndroidPublisher.Edits.Listings.Deleteall

Contents

Description

Deletes all localized listings from an edit.

See: Google Play Developer API Reference for androidpublisher.edits.listings.deleteall.

Synopsis

REST Resource

type EditsListingsDeleteallResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #

A resource alias for androidpublisher.edits.listings.deleteall method which the EditsListingsDeleteall request conforms to.

Creating a Request

editsListingsDeleteall Source #

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

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

data EditsListingsDeleteall Source #

Deletes all localized listings from an edit.

See: editsListingsDeleteall smart constructor.

Instances

Eq EditsListingsDeleteall Source # 
Data EditsListingsDeleteall Source # 

Methods

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

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

toConstr :: EditsListingsDeleteall -> Constr #

dataTypeOf :: EditsListingsDeleteall -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsListingsDeleteall Source # 
Generic EditsListingsDeleteall Source # 
GoogleRequest EditsListingsDeleteall Source # 
type Rep EditsListingsDeleteall Source # 
type Rep EditsListingsDeleteall = D1 (MetaData "EditsListingsDeleteall" "Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall" "gogol-android-publisher-0.3.0-8XVDgM5JzAvJ4EqDp4PU1P" False) (C1 (MetaCons "EditsListingsDeleteall'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eldlPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eldlEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes EditsListingsDeleteall Source # 
type Scopes EditsListingsDeleteall = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsListingsDeleteall Source # 

Request Lenses

eldlPackageName :: Lens' EditsListingsDeleteall Text Source #

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

eldlEditId :: Lens' EditsListingsDeleteall Text Source #

Unique identifier for this edit.