gogol-games-management-0.4.0: Google Play Game Services Management 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.GamesManagement.Players.Hide

Contents

Description

Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.

See: Google Play Game Services Management API Reference for gamesManagement.players.hide.

Synopsis

REST Resource

type PlayersHideResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (Capture "playerId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))))) Source #

A resource alias for gamesManagement.players.hide method which the PlayersHide request conforms to.

Creating a Request

playersHide Source #

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

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

data PlayersHide Source #

Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.

See: playersHide smart constructor.

Instances
Eq PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

Data PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

Methods

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

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

toConstr :: PlayersHide -> Constr #

dataTypeOf :: PlayersHide -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

Generic PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

Associated Types

type Rep PlayersHide :: Type -> Type #

GoogleRequest PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

Associated Types

type Rs PlayersHide :: Type #

type Scopes PlayersHide :: [Symbol] #

type Rep PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

type Rep PlayersHide = D1 (MetaData "PlayersHide" "Network.Google.Resource.GamesManagement.Players.Hide" "gogol-games-management-0.4.0-5sEK3kOx9bF2wt21wzdtnL" False) (C1 (MetaCons "PlayersHide'" PrefixI True) (S1 (MetaSel (Just "_phApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_phPlayerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes PlayersHide Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Players.Hide

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

Defined in Network.Google.Resource.GamesManagement.Players.Hide

type Rs PlayersHide = ()

Request Lenses

phApplicationId :: Lens' PlayersHide Text Source #

The application ID from the Google Play developer console.

phPlayerId :: Lens' PlayersHide Text Source #

A player ID. A value of me may be used in place of the authenticated player's ID.