gogol-android-publisher-0.4.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" :> ("v3" :> ("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 # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

Data EditsListingsDeleteall Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

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 # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

Generic EditsListingsDeleteall Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

Associated Types

type Rep EditsListingsDeleteall :: Type -> Type #

GoogleRequest EditsListingsDeleteall Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

type Rep EditsListingsDeleteall Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

type Rep EditsListingsDeleteall = D1 (MetaData "EditsListingsDeleteall" "Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "EditsListingsDeleteall'" PrefixI True) (S1 (MetaSel (Just "_eldlPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_eldlEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes EditsListingsDeleteall Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

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

Defined in Network.Google.Resource.AndroidPublisher.Edits.Listings.Deleteall

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.