gogol-games-management-0.1.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.ResetForAllPlayers

Contents

Description

Deletes rooms where the only room participants are from whitelisted tester accounts for your application. This method is only available to user accounts for your developer console.

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

Synopsis

REST Resource

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

A resource alias for gamesManagement.rooms.resetForAllPlayers method which the RoomsResetForAllPlayers request conforms to.

Creating a Request

roomsResetForAllPlayers :: RoomsResetForAllPlayers Source #

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

data RoomsResetForAllPlayers Source #

Deletes rooms where the only room participants are from whitelisted tester accounts for your application. This method is only available to user accounts for your developer console.

See: roomsResetForAllPlayers smart constructor.

Instances

Eq RoomsResetForAllPlayers Source # 
Data RoomsResetForAllPlayers Source # 

Methods

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

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

toConstr :: RoomsResetForAllPlayers -> Constr #

dataTypeOf :: RoomsResetForAllPlayers -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RoomsResetForAllPlayers Source # 
Generic RoomsResetForAllPlayers Source # 
GoogleRequest RoomsResetForAllPlayers Source # 
type Rep RoomsResetForAllPlayers Source # 
type Rep RoomsResetForAllPlayers = D1 (MetaData "RoomsResetForAllPlayers" "Network.Google.Resource.GamesManagement.Rooms.ResetForAllPlayers" "gogol-games-management-0.1.0-DEjDUB6LFemKcPbI3oQiN1" False) (C1 (MetaCons "RoomsResetForAllPlayers'" PrefixI False) U1)
type Scopes RoomsResetForAllPlayers Source # 
type Scopes RoomsResetForAllPlayers = (:) Symbol "https://www.googleapis.com/auth/games" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs RoomsResetForAllPlayers Source #