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