gogol-games-management-0.3.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.Applications.ListHidden

Contents

Description

Get the list of players hidden 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.applications.listHidden.

Synopsis

REST Resource

type ApplicationsListHiddenResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] HiddenPlayerList)))))))) #

A resource alias for gamesManagement.applications.listHidden method which the ApplicationsListHidden request conforms to.

Creating a Request

applicationsListHidden #

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

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

data ApplicationsListHidden #

Get the list of players hidden from the given application. This method is only available to user accounts for your developer console.

See: applicationsListHidden smart constructor.

Instances

Eq ApplicationsListHidden # 
Data ApplicationsListHidden # 

Methods

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

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

toConstr :: ApplicationsListHidden -> Constr #

dataTypeOf :: ApplicationsListHidden -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationsListHidden # 
Generic ApplicationsListHidden # 
GoogleRequest ApplicationsListHidden # 
type Rep ApplicationsListHidden # 
type Rep ApplicationsListHidden = D1 (MetaData "ApplicationsListHidden" "Network.Google.Resource.GamesManagement.Applications.ListHidden" "gogol-games-management-0.3.0-LfVudryVd2B6iSguo6UyGI" False) (C1 (MetaCons "ApplicationsListHidden'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_alhApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_alhPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_alhMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes ApplicationsListHidden # 
type Scopes ApplicationsListHidden = (:) Symbol "https://www.googleapis.com/auth/games" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs ApplicationsListHidden # 

Request Lenses

alhApplicationId :: Lens' ApplicationsListHidden Text #

The application ID from the Google Play developer console.

alhPageToken :: Lens' ApplicationsListHidden (Maybe Text) #

The token returned by the previous request.

alhMaxResults :: Lens' ApplicationsListHidden (Maybe Int32) #

The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified maxResults.