gogol-games-management-0.3.0: Google Play Game Services Management 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.GamesManagement.Scores.ResetAll

Contents

Description

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

See: Google Play Game Services Management API Reference for gamesManagement.scores.resetAll.

Synopsis

REST Resource

type ScoresResetAllResource = "games" :> ("v1management" :> ("scores" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] PlayerScoreResetAllResponse)))) Source #

A resource alias for gamesManagement.scores.resetAll method which the ScoresResetAll request conforms to.

Creating a Request

scoresResetAll :: ScoresResetAll Source #

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

data ScoresResetAll Source #

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

See: scoresResetAll smart constructor.

Instances

Eq ScoresResetAll Source # 
Data ScoresResetAll Source # 

Methods

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

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

toConstr :: ScoresResetAll -> Constr #

dataTypeOf :: ScoresResetAll -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ScoresResetAll Source # 
Generic ScoresResetAll Source # 

Associated Types

type Rep ScoresResetAll :: * -> * #

GoogleRequest ScoresResetAll Source # 
type Rep ScoresResetAll Source # 
type Rep ScoresResetAll = D1 (MetaData "ScoresResetAll" "Network.Google.Resource.GamesManagement.Scores.ResetAll" "gogol-games-management-0.3.0-3Jqi6dfVLwA8pAO6fHnyjm" False) (C1 (MetaCons "ScoresResetAll'" PrefixI False) U1)
type Scopes ScoresResetAll Source # 
type Scopes ScoresResetAll = (:) Symbol "https://www.googleapis.com/auth/games" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs ScoresResetAll Source #