| 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.DataTransfer.Applications.List
Description
Lists the applications available for data transfer for a customer.
See: Admin Data Transfer API Reference for datatransfer.applications.list.
Synopsis
- type ApplicationsListResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (QueryParam "customerId" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ApplicationsListResponse)))))))
- applicationsList :: ApplicationsList
- data ApplicationsList
- alCustomerId :: Lens' ApplicationsList (Maybe Text)
- alPageToken :: Lens' ApplicationsList (Maybe Text)
- alMaxResults :: Lens' ApplicationsList (Maybe Int32)
REST Resource
type ApplicationsListResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (QueryParam "customerId" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ApplicationsListResponse))))))) Source #
A resource alias for datatransfer.applications.list method which the
ApplicationsList request conforms to.
Creating a Request
applicationsList :: ApplicationsList Source #
Creates a value of ApplicationsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationsList Source #
Lists the applications available for data transfer for a customer.
See: applicationsList smart constructor.
Instances
Request Lenses
alCustomerId :: Lens' ApplicationsList (Maybe Text) Source #
Immutable ID of the Google Apps account.
alPageToken :: Lens' ApplicationsList (Maybe Text) Source #
Token to specify next page in the list.
alMaxResults :: Lens' ApplicationsList (Maybe Int32) Source #
Maximum number of results to return. Default is 100.