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.Rooms.Reset

Contents

Description

Reset all rooms for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application.

See: Google Play Game Services Management API Reference for gamesManagement.rooms.reset.

Synopsis

REST Resource

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

A resource alias for gamesManagement.rooms.reset method which the RoomsReset request conforms to.

Creating a Request

roomsReset :: RoomsReset Source #

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

data RoomsReset Source #

Reset all rooms for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application.

See: roomsReset smart constructor.

Instances

Eq RoomsReset Source # 
Data RoomsReset Source # 

Methods

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

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

toConstr :: RoomsReset -> Constr #

dataTypeOf :: RoomsReset -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomsReset Source # 
Generic RoomsReset Source # 

Associated Types

type Rep RoomsReset :: * -> * #

GoogleRequest RoomsReset Source # 

Associated Types

type Rs RoomsReset :: * #

type Scopes RoomsReset :: [Symbol] #

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