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 |
Network.Google.Resource.Games.Applications.Played
Description
Indicate that the the currently authenticated user is playing your application.
See: Google Play Game Services API Reference for games.applications.played
.
- type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "consistencyToken" (Textual Int64) :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))
- applicationsPlayed :: ApplicationsPlayed
- data ApplicationsPlayed
- apConsistencyToken :: Lens' ApplicationsPlayed (Maybe Int64)
REST Resource
type ApplicationsPlayedResource = "games" :> ("v1" :> ("applications" :> ("played" :> (QueryParam "consistencyToken" (Textual Int64) :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #
A resource alias for games.applications.played
method which the
ApplicationsPlayed
request conforms to.
Creating a Request
applicationsPlayed :: ApplicationsPlayed Source #
Creates a value of ApplicationsPlayed
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationsPlayed Source #
Indicate that the the currently authenticated user is playing your application.
See: applicationsPlayed
smart constructor.
Request Lenses
apConsistencyToken :: Lens' ApplicationsPlayed (Maybe Int64) Source #
The last-seen mutation timestamp.