gogol-games-0.4.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 "builtinGameId" Text :> (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 # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

Data ApplicationsPlayed Source # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

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 # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

Generic ApplicationsPlayed Source # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

Associated Types

type Rep ApplicationsPlayed :: Type -> Type #

GoogleRequest ApplicationsPlayed Source # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

Associated Types

type Rs ApplicationsPlayed :: Type #

type Scopes ApplicationsPlayed :: [Symbol] #

type Rep ApplicationsPlayed Source # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

type Rep ApplicationsPlayed = D1 (MetaData "ApplicationsPlayed" "Network.Google.Resource.Games.Applications.Played" "gogol-games-0.4.0-EPjClsFfNAGupIHqlLfHm" True) (C1 (MetaCons "ApplicationsPlayed'" PrefixI True) (S1 (MetaSel (Just "_apBuiltinGameId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Scopes ApplicationsPlayed Source # 
Instance details

Defined in Network.Google.Resource.Games.Applications.Played

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

Defined in Network.Google.Resource.Games.Applications.Played

Request Lenses

apBuiltinGameId :: Lens' ApplicationsPlayed (Maybe Text) Source #

Override used only by built-in games in Play Games application.