| Copyright | (c) 2015-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.DFAReporting.Browsers.List
Description
Retrieves a list of browsers.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.browsers.list.
Synopsis
- type BrowsersListResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("browsers" :> (QueryParam "alt" AltJSON :> Get '[JSON] BrowsersListResponse)))))
- browsersList :: Int64 -> BrowsersList
- data BrowsersList
- blProFileId :: Lens' BrowsersList Int64
REST Resource
type BrowsersListResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("browsers" :> (QueryParam "alt" AltJSON :> Get '[JSON] BrowsersListResponse))))) Source #
A resource alias for dfareporting.browsers.list method which the
BrowsersList request conforms to.
Creating a Request
Arguments
| :: Int64 | |
| -> BrowsersList |
Creates a value of BrowsersList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BrowsersList Source #
Retrieves a list of browsers.
See: browsersList smart constructor.
Instances
Request Lenses
blProFileId :: Lens' BrowsersList Int64 Source #
User profile ID associated with this request.