Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type RoomsResetForAllPlayersResource = "games" :> ("v1management" :> ("rooms" :> ("resetForAllPlayers" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))
- roomsResetForAllPlayers :: RoomsResetForAllPlayers
- data RoomsResetForAllPlayers
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.