gogol-games-configuration-0.3.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.Delete

Contents

Description

Delete the leaderboard configuration with the given ID.

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

Synopsis

REST Resource

type LeaderboardConfigurationsDeleteResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #

A resource alias for gamesConfiguration.leaderboardConfigurations.delete method which the LeaderboardConfigurationsDelete request conforms to.

Creating a Request

leaderboardConfigurationsDelete Source #

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

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

data LeaderboardConfigurationsDelete Source #

Delete the leaderboard configuration with the given ID.

See: leaderboardConfigurationsDelete smart constructor.

Instances

Eq LeaderboardConfigurationsDelete Source # 
Data LeaderboardConfigurationsDelete Source # 

Methods

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

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

toConstr :: LeaderboardConfigurationsDelete -> Constr #

dataTypeOf :: LeaderboardConfigurationsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show LeaderboardConfigurationsDelete Source # 
Generic LeaderboardConfigurationsDelete Source # 
GoogleRequest LeaderboardConfigurationsDelete Source # 
type Rep LeaderboardConfigurationsDelete Source # 
type Rep LeaderboardConfigurationsDelete = D1 (MetaData "LeaderboardConfigurationsDelete" "Network.Google.Resource.GamesConfiguration.LeaderboardConfigurations.Delete" "gogol-games-configuration-0.3.0-L4G9tulBtG1JrMCgaHRw3j" True) (C1 (MetaCons "LeaderboardConfigurationsDelete'" PrefixI True) (S1 (MetaSel (Just Symbol "_lcdLeaderboardId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes LeaderboardConfigurationsDelete Source # 
type Scopes LeaderboardConfigurationsDelete = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs LeaderboardConfigurationsDelete Source # 

Request Lenses