gogol-games-management-0.0.1: Google Play Game Services Management SDK.

Copyright(c) 2015 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.