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.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 # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

Data ApplicationsListHidden Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

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 # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

Generic ApplicationsListHidden Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

Associated Types

type Rep ApplicationsListHidden :: Type -> Type #

GoogleRequest ApplicationsListHidden Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

type Rep ApplicationsListHidden Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

type Rep ApplicationsListHidden = D1 (MetaData "ApplicationsListHidden" "Network.Google.Resource.GamesManagement.Applications.ListHidden" "gogol-games-management-0.4.0-5sEK3kOx9bF2wt21wzdtnL" False) (C1 (MetaCons "ApplicationsListHidden'" PrefixI True) (S1 (MetaSel (Just "_alhApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_alhPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_alhMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))
type Scopes ApplicationsListHidden Source # 
Instance details

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

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

Defined in Network.Google.Resource.GamesManagement.Applications.ListHidden

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.