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