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

Contents

Description

Dismiss an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.

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

Synopsis

REST Resource

type RoomsDismissResource = "games" :> ("v1" :> ("rooms" :> (Capture "roomId" Text :> ("dismiss" :> (QueryParam "alt" AltJSON :> Post `[JSON]` ()))))) Source

A resource alias for games.rooms.dismiss method which the RoomsDismiss request conforms to.

Creating a Request

roomsDismiss Source

Arguments

:: Text

rdRoomId

-> RoomsDismiss 

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

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

data RoomsDismiss Source

Dismiss an invitation to join a room. For internal use by the Games SDK only. Calling this method directly is unsupported.

See: roomsDismiss smart constructor.

Request Lenses

rdRoomId :: Lens' RoomsDismiss Text Source

The ID of the room.