| 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.ConnectionTypes.List
Description
Retrieves a list of connection types.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.connectionTypes.list.
- type ConnectionTypesListResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("connectionTypes" :> (QueryParam "alt" AltJSON :> Get '[JSON] ConnectionTypesListResponse)))))
- connectionTypesList :: Int64 -> ConnectionTypesList
- data ConnectionTypesList
- ctlProFileId :: Lens' ConnectionTypesList Int64
REST Resource
type ConnectionTypesListResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("connectionTypes" :> (QueryParam "alt" AltJSON :> Get '[JSON] ConnectionTypesListResponse))))) #
A resource alias for dfareporting.connectionTypes.list method which the
ConnectionTypesList request conforms to.
Creating a Request
Arguments
| :: Int64 | |
| -> ConnectionTypesList |
Creates a value of ConnectionTypesList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ConnectionTypesList #
Retrieves a list of connection types.
See: connectionTypesList smart constructor.
Request Lenses
ctlProFileId :: Lens' ConnectionTypesList Int64 #
User profile ID associated with this request.