gogol-dfareporting-0.4.0: Google DCM/DFA Reporting And Trafficking 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.DFAReporting.MobileApps.List

Contents

Description

Retrieves list of available mobile apps.

See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.mobileApps.list.

Synopsis

REST Resource

type MobileAppsListResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("mobileApps" :> (QueryParams "directories" MobileAppsListDirectories :> (QueryParam "searchString" Text :> (QueryParams "ids" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] MobileAppsListResponse)))))))))) Source #

A resource alias for dfareporting.mobileApps.list method which the MobileAppsList request conforms to.

Creating a Request

mobileAppsList Source #

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

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

data MobileAppsList Source #

Retrieves list of available mobile apps.

See: mobileAppsList smart constructor.

Instances
Eq MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Data MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Methods

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

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

toConstr :: MobileAppsList -> Constr #

dataTypeOf :: MobileAppsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Generic MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Associated Types

type Rep MobileAppsList :: Type -> Type #

GoogleRequest MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Associated Types

type Rs MobileAppsList :: Type #

type Scopes MobileAppsList :: [Symbol] #

type Rep MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

type Rep MobileAppsList = D1 (MetaData "MobileAppsList" "Network.Google.Resource.DFAReporting.MobileApps.List" "gogol-dfareporting-0.4.0-9N9I1R95b3Y5YmOKldvlKw" False) (C1 (MetaCons "MobileAppsList'" PrefixI True) ((S1 (MetaSel (Just "_malDirectories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [MobileAppsListDirectories])) :*: (S1 (MetaSel (Just "_malSearchString") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_malIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 (MetaSel (Just "_malProFileId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: (S1 (MetaSel (Just "_malPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_malMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32))))))
type Scopes MobileAppsList Source # 
Instance details

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

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

Defined in Network.Google.Resource.DFAReporting.MobileApps.List

Request Lenses

malDirectories :: Lens' MobileAppsList [MobileAppsListDirectories] Source #

Select only apps from these directories.

malSearchString :: Lens' MobileAppsList (Maybe Text) Source #

Allows searching for objects by name or ID. Wildcards (*) are allowed. For example, "app*2015" will return objects with names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "app" will match objects with name "my app", "app 2018", or simply "app".

malIds :: Lens' MobileAppsList [Text] Source #

Select only apps with these IDs.

malProFileId :: Lens' MobileAppsList Int64 Source #

User profile ID associated with this request.

malPageToken :: Lens' MobileAppsList (Maybe Text) Source #

Value of the nextPageToken from the previous result page.

malMaxResults :: Lens' MobileAppsList Int32 Source #

Maximum number of results to return.