| 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 |
Network.Google.Resource.AndroidPublisher.Edits.Testers.Patch
Description
See: Google Play Developer API Reference for androidpublisher.edits.testers.patch.
Synopsis
- type EditsTestersPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("testers" :> (Capture "track" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Testers :> Patch '[JSON] Testers)))))))))
- editsTestersPatch :: Text -> Text -> Testers -> Text -> EditsTestersPatch
- data EditsTestersPatch
- etpTrack :: Lens' EditsTestersPatch Text
- etpPackageName :: Lens' EditsTestersPatch Text
- etpPayload :: Lens' EditsTestersPatch Testers
- etpEditId :: Lens' EditsTestersPatch Text
REST Resource
type EditsTestersPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("testers" :> (Capture "track" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Testers :> Patch '[JSON] Testers))))))))) Source #
A resource alias for androidpublisher.edits.testers.patch method which the
EditsTestersPatch request conforms to.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Testers | |
| -> Text | |
| -> EditsTestersPatch |
Creates a value of EditsTestersPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsTestersPatch Source #
Instances
Request Lenses
etpTrack :: Lens' EditsTestersPatch Text Source #
The track to read or modify. Acceptable values are: "alpha", "beta", "production", "rollout" or "internal".
etpPackageName :: Lens' EditsTestersPatch Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
etpPayload :: Lens' EditsTestersPatch Testers Source #
Multipart request metadata.