gogol-android-publisher-0.0.1: Google Play Developer SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidPublisher.Edits.Testers.Patch

Contents

Description

See: Google Play Developer API Reference for androidpublisher.edits.testers.patch.

Synopsis

REST Resource

type EditsTestersPatchResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("testers" :> (Capture "track" EditsTestersPatchTrack :> (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

editsTestersPatch Source

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:

Request Lenses

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.

etpEditId :: Lens' EditsTestersPatch Text Source

Unique identifier for this edit.