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 |
Gets the starting pageToken for listing future changes.
See: Drive API Reference for drive.changes.getStartPageToken
.
Synopsis
- type ChangesGetStartPageTokenResource = "drive" :> ("v3" :> ("changes" :> ("startPageToken" :> (QueryParam "teamDriveId" Text :> (QueryParam "supportsTeamDrives" Bool :> (QueryParam "alt" AltJSON :> Get '[JSON] StartPageToken))))))
- changesGetStartPageToken :: ChangesGetStartPageToken
- data ChangesGetStartPageToken
- cgsptTeamDriveId :: Lens' ChangesGetStartPageToken (Maybe Text)
- cgsptSupportsTeamDrives :: Lens' ChangesGetStartPageToken Bool
REST Resource
type ChangesGetStartPageTokenResource = "drive" :> ("v3" :> ("changes" :> ("startPageToken" :> (QueryParam "teamDriveId" Text :> (QueryParam "supportsTeamDrives" Bool :> (QueryParam "alt" AltJSON :> Get '[JSON] StartPageToken)))))) Source #
A resource alias for drive.changes.getStartPageToken
method which the
ChangesGetStartPageToken
request conforms to.
Creating a Request
changesGetStartPageToken :: ChangesGetStartPageToken Source #
Creates a value of ChangesGetStartPageToken
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ChangesGetStartPageToken Source #
Gets the starting pageToken for listing future changes.
See: changesGetStartPageToken
smart constructor.
Instances
Request Lenses
cgsptTeamDriveId :: Lens' ChangesGetStartPageToken (Maybe Text) Source #
The ID of the Team Drive for which the starting pageToken for listing future changes from that Team Drive will be returned.
cgsptSupportsTeamDrives :: Lens' ChangesGetStartPageToken Bool Source #
Whether the requesting application supports Team Drives.