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

Contents

Description

Dismiss a turn-based match from the match list. The match will no longer show up in the list and will not generate notifications.

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

Synopsis

REST Resource

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

A resource alias for games.turnBasedMatches.dismiss method which the TurnBasedMatchesDismiss request conforms to.

Creating a Request

turnBasedMatchesDismiss Source

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

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

data TurnBasedMatchesDismiss Source

Dismiss a turn-based match from the match list. The match will no longer show up in the list and will not generate notifications.

See: turnBasedMatchesDismiss smart constructor.

Request Lenses