gogol-games-0.0.1: Google Play Game Services 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.Games.TurnBasedMatches.Cancel

Contents

Description

Cancel a turn-based match.

See: Google Play Game Services API Reference for games.turnBasedMatches.cancel.

Synopsis

REST Resource

type TurnBasedMatchesCancelResource = "games" :> ("v1" :> ("turnbasedmatches" :> (Capture "matchId" Text :> ("cancel" :> (QueryParam "alt" AltJSON :> Put `[JSON]` ()))))) Source

A resource alias for games.turnBasedMatches.cancel method which the TurnBasedMatchesCancel request conforms to.

Creating a Request

turnBasedMatchesCancel Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses