Copyright | (c) 2015-2016 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 |
Deletes all localized listings from an edit.
See: Google Play Developer API Reference for androidpublisher.edits.listings.deleteall
.
Synopsis
- type EditsListingsDeleteallResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- editsListingsDeleteall :: Text -> Text -> EditsListingsDeleteall
- data EditsListingsDeleteall
- eldlPackageName :: Lens' EditsListingsDeleteall Text
- eldlEditId :: Lens' EditsListingsDeleteall Text
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
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.