gogol-games-configuration-0.5.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.Patch

Contents

Description

Update the metadata of the leaderboard configuration with the given ID. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for gamesConfiguration.leaderboardConfigurations.patch method which the LeaderboardConfigurationsPatch request conforms to.

Creating a Request

leaderboardConfigurationsPatch Source #

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

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

data LeaderboardConfigurationsPatch Source #

Update the metadata of the leaderboard configuration with the given ID. This method supports patch semantics.

See: leaderboardConfigurationsPatch smart constructor.

Instances
Eq LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

Data LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

Methods

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

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

toConstr :: LeaderboardConfigurationsPatch -> Constr #

dataTypeOf :: LeaderboardConfigurationsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

Generic LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

Associated Types

type Rep LeaderboardConfigurationsPatch :: Type -> Type #

GoogleRequest LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

type Rep LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

type Rep LeaderboardConfigurationsPatch = D1 (MetaData "LeaderboardConfigurationsPatch" "Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch" "gogol-games-configuration-0.5.0-AWCCdh70lPMC2ew2W7GNVc" False) (C1 (MetaCons "LeaderboardConfigurationsPatch'" PrefixI True) (S1 (MetaSel (Just "_lcpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LeaderboardConfiguration) :*: S1 (MetaSel (Just "_lcpLeaderboardId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

type Scopes LeaderboardConfigurationsPatch = "https://www.googleapis.com/auth/androidpublisher" ': ([] :: [Symbol])
type Rs LeaderboardConfigurationsPatch Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Patch

Request Lenses