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 images for the specified language and image type.
See: Google Play Developer API Reference for androidpublisher.edits.images.deleteall
.
Synopsis
- type EditsImagesDeleteallResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (Capture "imageType" EditsImagesDeleteallImageType :> (QueryParam "alt" AltJSON :> Delete '[JSON] ImagesDeleteAllResponse)))))))))
- editsImagesDeleteall :: Text -> EditsImagesDeleteallImageType -> Text -> Text -> EditsImagesDeleteall
- data EditsImagesDeleteall
- ediPackageName :: Lens' EditsImagesDeleteall Text
- ediImageType :: Lens' EditsImagesDeleteall EditsImagesDeleteallImageType
- ediLanguage :: Lens' EditsImagesDeleteall Text
- ediEditId :: Lens' EditsImagesDeleteall Text
REST Resource
type EditsImagesDeleteallResource = "androidpublisher" :> ("v3" :> ("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
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
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".