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.Details.Update

Contents

Description

Updates app details for this edit.

See: Google Play Developer API Reference for androidpublisher.edits.details.update.

Synopsis

REST Resource

type EditsDetailsUpdateResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AppDetails :> Put `[JSON]` AppDetails)))))))) Source

A resource alias for androidpublisher.edits.details.update method which the EditsDetailsUpdate request conforms to.

Creating a Request

editsDetailsUpdate Source

Creates a value of EditsDetailsUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

eduPackageName :: Lens' EditsDetailsUpdate Text Source

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

eduPayload :: Lens' EditsDetailsUpdate AppDetails Source

Multipart request metadata.

eduEditId :: Lens' EditsDetailsUpdate Text Source

Unique identifier for this edit.