| 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.UserProFiles.Get
Description
Gets one user profile by ID.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.userProfiles.get.
Synopsis
- type UserProFilesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] UserProFile))))
- userProFilesGet :: Int64 -> UserProFilesGet
- data UserProFilesGet
- upfgProFileId :: Lens' UserProFilesGet Int64
REST Resource
type UserProFilesGetResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] UserProFile)))) Source #
A resource alias for dfareporting.userProfiles.get method which the
UserProFilesGet request conforms to.
Creating a Request
Arguments
| :: Int64 | |
| -> UserProFilesGet |
Creates a value of UserProFilesGet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UserProFilesGet Source #
Gets one user profile by ID.
See: userProFilesGet smart constructor.
Instances
Request Lenses
upfgProFileId :: Lens' UserProFilesGet Int64 Source #
The user profile ID.