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 the specified localized store listing from an edit.
See: Google Play Developer API Reference for androidpublisher.edits.listings.delete
.
Synopsis
- type EditsListingsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))
- editsListingsDelete :: Text -> Text -> Text -> EditsListingsDelete
- data EditsListingsDelete
- eldPackageName :: Lens' EditsListingsDelete Text
- eldLanguage :: Lens' EditsListingsDelete Text
- eldEditId :: Lens' EditsListingsDelete Text
REST Resource
type EditsListingsDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #
A resource alias for androidpublisher.edits.listings.delete
method which the
EditsListingsDelete
request conforms to.
Creating a Request
Creates a value of EditsListingsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsListingsDelete Source #
Deletes the specified localized store listing from an edit.
See: editsListingsDelete
smart constructor.
Instances
Request Lenses
eldPackageName :: Lens' EditsListingsDelete Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eldLanguage :: Lens' EditsListingsDelete Text Source #
The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".