| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.AndroidPublisher.Edits.APKListings.Deleteall
Description
Deletes all the APK-specific localized listings for a specified APK.
See: Google Play Developer API Reference for androidpublisher.edits.apklistings.deleteall.
- type EditsAPKListingsDeleteallResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))))))
- editsAPKListingsDeleteall :: Text -> Int32 -> Text -> EditsAPKListingsDeleteall
- data EditsAPKListingsDeleteall
- eapkldaPackageName :: Lens' EditsAPKListingsDeleteall Text
- eapkldaAPKVersionCode :: Lens' EditsAPKListingsDeleteall Int32
- eapkldaEditId :: Lens' EditsAPKListingsDeleteall Text
REST Resource
type EditsAPKListingsDeleteallResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ()))))))))) Source
A resource alias for androidpublisher.edits.apklistings.deleteall method which the
EditsAPKListingsDeleteall request conforms to.
Creating a Request
editsAPKListingsDeleteall Source
Arguments
| :: Text | |
| -> Int32 | |
| -> Text | |
| -> EditsAPKListingsDeleteall |
Creates a value of EditsAPKListingsDeleteall with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsAPKListingsDeleteall Source
Deletes all the APK-specific localized listings for a specified APK.
See: editsAPKListingsDeleteall smart constructor.
Request Lenses
eapkldaPackageName :: Lens' EditsAPKListingsDeleteall Text Source
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eapkldaAPKVersionCode :: Lens' EditsAPKListingsDeleteall Int32 Source
The APK version code whose APK-specific listings should be read or modified.
eapkldaEditId :: Lens' EditsAPKListingsDeleteall Text Source
Unique identifier for this edit.