gogol-games-configuration-0.4.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.AchievementConfigurations.Update

Contents

Description

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

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

Synopsis

REST Resource

type AchievementConfigurationsUpdateResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AchievementConfiguration :> Put '[JSON] AchievementConfiguration))))) Source #

A resource alias for gamesConfiguration.achievementConfigurations.update method which the AchievementConfigurationsUpdate request conforms to.

Creating a Request

achievementConfigurationsUpdate Source #

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

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

data AchievementConfigurationsUpdate Source #

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

See: achievementConfigurationsUpdate smart constructor.

Instances
Eq AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

Data AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

Methods

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

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

toConstr :: AchievementConfigurationsUpdate -> Constr #

dataTypeOf :: AchievementConfigurationsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

Generic AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

Associated Types

type Rep AchievementConfigurationsUpdate :: Type -> Type #

GoogleRequest AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

type Rep AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

type Rep AchievementConfigurationsUpdate = D1 (MetaData "AchievementConfigurationsUpdate" "Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update" "gogol-games-configuration-0.4.0-9SX3Y9Sc8ZIJVnX5A5dW8E" False) (C1 (MetaCons "AchievementConfigurationsUpdate'" PrefixI True) (S1 (MetaSel (Just "_acuAchievementId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_acuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AchievementConfiguration)))
type Scopes AchievementConfigurationsUpdate Source # 
Instance details

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

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

Defined in Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Update

Request Lenses

acuAchievementId :: Lens' AchievementConfigurationsUpdate Text Source #

The ID of the achievement used by this method.