Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type RoomsDismissResource = "games" :> ("v1" :> ("rooms" :> (Capture "roomId" Text :> ("dismiss" :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))
- roomsDismiss :: Text -> RoomsDismiss
- data RoomsDismiss
- rdRoomId :: Lens' RoomsDismiss Text
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
:: Text | |
-> 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.