gogol-games-configuration-0.2.0: Google Play Game Services Publishing SDK.

Copyright(c) 2015-2016 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.GamesConfiguration.LeaderboardConfigurations.Update

Contents

Description

Update the metadata of the leaderboard configuration with the given ID.

See: Google Play Game Services Publishing API Reference for gamesConfiguration.leaderboardConfigurations.update.

Synopsis

REST Resource

type LeaderboardConfigurationsUpdateResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LeaderboardConfiguration :> Put '[JSON] LeaderboardConfiguration))))) Source #

A resource alias for gamesConfiguration.leaderboardConfigurations.update method which the LeaderboardConfigurationsUpdate request conforms to.

Creating a Request

leaderboardConfigurationsUpdate Source #

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

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

data LeaderboardConfigurationsUpdate Source #

Update the metadata of the leaderboard configuration with the given ID.

See: leaderboardConfigurationsUpdate smart constructor.

Instances

Eq LeaderboardConfigurationsUpdate Source # 
Data LeaderboardConfigurationsUpdate Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LeaderboardConfigurationsUpdate -> c LeaderboardConfigurationsUpdate #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LeaderboardConfigurationsUpdate #

toConstr :: LeaderboardConfigurationsUpdate -> Constr #

dataTypeOf :: LeaderboardConfigurationsUpdate -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LeaderboardConfigurationsUpdate) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LeaderboardConfigurationsUpdate) #

gmapT :: (forall b. Data b => b -> b) -> LeaderboardConfigurationsUpdate -> LeaderboardConfigurationsUpdate #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardConfigurationsUpdate -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LeaderboardConfigurationsUpdate -> r #

gmapQ :: (forall d. Data d => d -> u) -> LeaderboardConfigurationsUpdate -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LeaderboardConfigurationsUpdate -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LeaderboardConfigurationsUpdate -> m LeaderboardConfigurationsUpdate #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardConfigurationsUpdate -> m LeaderboardConfigurationsUpdate #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LeaderboardConfigurationsUpdate -> m LeaderboardConfigurationsUpdate #

Show LeaderboardConfigurationsUpdate Source # 
Generic LeaderboardConfigurationsUpdate Source # 
GoogleRequest LeaderboardConfigurationsUpdate Source # 
type Rep LeaderboardConfigurationsUpdate Source # 
type Rep LeaderboardConfigurationsUpdate = D1 (MetaData "LeaderboardConfigurationsUpdate" "Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Update" "gogol-games-configuration-0.2.0-16jI43fwO54JwhEFMFGot3" False) (C1 (MetaCons "LeaderboardConfigurationsUpdate'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lcuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LeaderboardConfiguration)) (S1 (MetaSel (Just Symbol "_lcuLeaderboardId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes LeaderboardConfigurationsUpdate Source # 
type Scopes LeaderboardConfigurationsUpdate = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs LeaderboardConfigurationsUpdate Source # 

Request Lenses