gogol-games-management-0.2.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)))))))) Source #

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

Creating a Request

applicationsListHidden Source #

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 Source #

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 Source # 
Data ApplicationsListHidden Source # 

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 Source # 
Generic ApplicationsListHidden Source # 
GoogleRequest ApplicationsListHidden Source # 
type Rep ApplicationsListHidden Source # 
type Rep ApplicationsListHidden = D1 (MetaData "ApplicationsListHidden" "Network.Google.Resource.GamesManagement.Applications.ListHidden" "gogol-games-management-0.2.0-5RCa42voPTULI4PhHMHuiu" 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 Source # 
type Scopes ApplicationsListHidden = (:) Symbol "https://www.googleapis.com/auth/games" ((:) Symbol "https://www.googleapis.com/auth/plus.login" ([] Symbol))
type Rs ApplicationsListHidden Source # 

Request Lenses

alhApplicationId :: Lens' ApplicationsListHidden Text Source #

The application ID from the Google Play developer console.

alhPageToken :: Lens' ApplicationsListHidden (Maybe Text) Source #

The token returned by the previous request.

alhMaxResults :: Lens' ApplicationsListHidden (Maybe Int32) Source #

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.