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 image (specified by id) from the edit.
See: Google Play Developer API Reference for androidpublisher.edits.images.delete
.
Synopsis
- type EditsImagesDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (Capture "imageType" EditsImagesDeleteImageType :> (Capture "imageId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))))
- editsImagesDelete :: Text -> EditsImagesDeleteImageType -> Text -> Text -> Text -> EditsImagesDelete
- data EditsImagesDelete
- eidPackageName :: Lens' EditsImagesDelete Text
- eidImageType :: Lens' EditsImagesDelete EditsImagesDeleteImageType
- eidImageId :: Lens' EditsImagesDelete Text
- eidLanguage :: Lens' EditsImagesDelete Text
- eidEditId :: Lens' EditsImagesDelete Text
REST Resource
type EditsImagesDeleteResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (Capture "imageType" EditsImagesDeleteImageType :> (Capture "imageId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))) Source #
A resource alias for androidpublisher.edits.images.delete
method which the
EditsImagesDelete
request conforms to.
Creating a Request
:: Text | |
-> EditsImagesDeleteImageType | |
-> Text | |
-> Text | |
-> Text | |
-> EditsImagesDelete |
Creates a value of EditsImagesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsImagesDelete Source #
Deletes the image (specified by id) from the edit.
See: editsImagesDelete
smart constructor.
Instances
Request Lenses
eidPackageName :: Lens' EditsImagesDelete Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eidImageId :: Lens' EditsImagesDelete Text Source #
Unique identifier an image within the set of images attached to this edit.
eidLanguage :: Lens' EditsImagesDelete 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".