gogol-android-publisher-0.2.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.Images.Deleteall

Contents

Description

Deletes all images for the specified language and image type.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.images.deleteall method which the EditsImagesDeleteall request conforms to.

Creating a Request

editsImagesDeleteall Source #

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

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

data EditsImagesDeleteall Source #

Deletes all images for the specified language and image type.

See: editsImagesDeleteall smart constructor.

Instances

Eq EditsImagesDeleteall Source # 
Data EditsImagesDeleteall Source # 

Methods

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

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

toConstr :: EditsImagesDeleteall -> Constr #

dataTypeOf :: EditsImagesDeleteall -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsImagesDeleteall Source # 
Generic EditsImagesDeleteall Source # 
GoogleRequest EditsImagesDeleteall Source # 
type Rep EditsImagesDeleteall Source # 
type Rep EditsImagesDeleteall = D1 (MetaData "EditsImagesDeleteall" "Network.Google.Resource.AndroidPublisher.Edits.Images.Deleteall" "gogol-android-publisher-0.2.0-L8pJWYUugTc2aQsDEpeAu6" False) (C1 (MetaCons "EditsImagesDeleteall'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ediPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ediImageType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EditsImagesDeleteallImageType))) ((:*:) (S1 (MetaSel (Just Symbol "_ediLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ediEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsImagesDeleteall Source # 
type Scopes EditsImagesDeleteall = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsImagesDeleteall Source # 

Request Lenses

ediPackageName :: Lens' EditsImagesDeleteall Text Source #

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

ediLanguage :: Lens' EditsImagesDeleteall Text Source #

The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass "de-AT".

ediEditId :: Lens' EditsImagesDeleteall Text Source #

Unique identifier for this edit.