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

Copyright(c) 2015-2016 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.Get

Contents

Description

Fetches app details for this edit. This includes the default language and developer support contact information.

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

Synopsis

REST Resource

type EditsDetailsGetResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> Get '[JSON] AppDetails))))))) Source #

A resource alias for androidpublisher.edits.details.get method which the EditsDetailsGet request conforms to.

Creating a Request

editsDetailsGet Source #

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

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

data EditsDetailsGet Source #

Fetches app details for this edit. This includes the default language and developer support contact information.

See: editsDetailsGet smart constructor.

Instances
Eq EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Data EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EditsDetailsGet -> c EditsDetailsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EditsDetailsGet #

toConstr :: EditsDetailsGet -> Constr #

dataTypeOf :: EditsDetailsGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EditsDetailsGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EditsDetailsGet) #

gmapT :: (forall b. Data b => b -> b) -> EditsDetailsGet -> EditsDetailsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EditsDetailsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EditsDetailsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> EditsDetailsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EditsDetailsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EditsDetailsGet -> m EditsDetailsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EditsDetailsGet -> m EditsDetailsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EditsDetailsGet -> m EditsDetailsGet #

Show EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Generic EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Associated Types

type Rep EditsDetailsGet :: Type -> Type #

GoogleRequest EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Associated Types

type Rs EditsDetailsGet :: Type #

type Scopes EditsDetailsGet :: [Symbol] #

type Rep EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

type Rep EditsDetailsGet = D1 (MetaData "EditsDetailsGet" "Network.Google.Resource.AndroidPublisher.Edits.Details.Get" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "EditsDetailsGet'" PrefixI True) (S1 (MetaSel (Just "_edgPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_edgEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

type Scopes EditsDetailsGet = "https://www.googleapis.com/auth/androidpublisher" ': ([] :: [Symbol])
type Rs EditsDetailsGet Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Details.Get

Request Lenses

edgPackageName :: Lens' EditsDetailsGet Text Source #

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

edgEditId :: Lens' EditsDetailsGet Text Source #

Unique identifier for this edit.