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.APKListings.Delete

Contents

Description

Deletes the APK-specific localized listing for a specified APK and language code.

See: Google Play Developer API Reference for androidpublisher.edits.apklistings.delete.

Synopsis

REST Resource

type EditsAPKListingsDeleteResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))) Source #

A resource alias for androidpublisher.edits.apklistings.delete method which the EditsAPKListingsDelete request conforms to.

Creating a Request

editsAPKListingsDelete Source #

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

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

data EditsAPKListingsDelete Source #

Deletes the APK-specific localized listing for a specified APK and language code.

See: editsAPKListingsDelete smart constructor.

Instances

Eq EditsAPKListingsDelete Source # 
Data EditsAPKListingsDelete Source # 

Methods

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

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

toConstr :: EditsAPKListingsDelete -> Constr #

dataTypeOf :: EditsAPKListingsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsAPKListingsDelete Source # 
Generic EditsAPKListingsDelete Source # 
GoogleRequest EditsAPKListingsDelete Source # 
type Rep EditsAPKListingsDelete Source # 
type Rep EditsAPKListingsDelete = D1 (MetaData "EditsAPKListingsDelete" "Network.Google.Resource.AndroidPublisher.Edits.APKListings.Delete" "gogol-android-publisher-0.2.0-L8pJWYUugTc2aQsDEpeAu6" False) (C1 (MetaCons "EditsAPKListingsDelete'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eapkldPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapkldAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_eapkldLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapkldEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsAPKListingsDelete Source # 
type Scopes EditsAPKListingsDelete = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsAPKListingsDelete Source # 

Request Lenses

eapkldPackageName :: Lens' EditsAPKListingsDelete Text Source #

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

eapkldAPKVersionCode :: Lens' EditsAPKListingsDelete Int32 Source #

The APK version code whose APK-specific listings should be read or modified.

eapkldLanguage :: Lens' EditsAPKListingsDelete Text Source #

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

eapkldEditId :: Lens' EditsAPKListingsDelete Text Source #

Unique identifier for this edit.