gogol-games-0.3.0: Google Play Game Services 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.Games.Applications.Played

Contents

Description

Indicate that the the currently authenticated user is playing your application.

See: Google Play Game Services API Reference for games.applications.played.

Synopsis

REST Resource

type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "consistencyToken" (Textual Int64) :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #

A resource alias for games.applications.played method which the ApplicationsPlayed request conforms to.

Creating a Request

applicationsPlayed :: ApplicationsPlayed Source #

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

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

data ApplicationsPlayed Source #

Indicate that the the currently authenticated user is playing your application.

See: applicationsPlayed smart constructor.

Instances

Eq ApplicationsPlayed Source # 
Data ApplicationsPlayed Source # 

Methods

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

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

toConstr :: ApplicationsPlayed -> Constr #

dataTypeOf :: ApplicationsPlayed -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationsPlayed Source # 
Generic ApplicationsPlayed Source # 
GoogleRequest ApplicationsPlayed Source # 
type Rep ApplicationsPlayed Source # 
type Rep ApplicationsPlayed = D1 (MetaData "ApplicationsPlayed" "Network.Google.Resource.Games.Applications.Played" "gogol-games-0.3.0-8BCKppY4rzpLLml8wyBtKz" True) (C1 (MetaCons "ApplicationsPlayed'" PrefixI True) (S1 (MetaSel (Just Symbol "_apConsistencyToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Textual Int64)))))
type Scopes ApplicationsPlayed Source # 
type Scopes ApplicationsPlayed = (:) Symbol "https://www.googleapis.com/auth/games" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs ApplicationsPlayed Source # 

Request Lenses

apConsistencyToken :: Lens' ApplicationsPlayed (Maybe Int64) Source #

The last-seen mutation timestamp.