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

Contents

Description

Deletes turn-based matches where the only match 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.turnBasedMatches.resetForAllPlayers.

Synopsis

REST Resource

type TurnBasedMatchesResetForAllPlayersResource = "games" :> ("v1management" :> ("turnbasedmatches" :> ("resetForAllPlayers" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ())))) Source

A resource alias for gamesManagement.turnBasedMatches.resetForAllPlayers method which the TurnBasedMatchesResetForAllPlayers request conforms to.

Creating a Request

turnBasedMatchesResetForAllPlayers :: TurnBasedMatchesResetForAllPlayers Source

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

data TurnBasedMatchesResetForAllPlayers Source

Deletes turn-based matches where the only match participants are from whitelisted tester accounts for your application. This method is only available to user accounts for your developer console.

See: turnBasedMatchesResetForAllPlayers smart constructor.