Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nextPageToken :: ListOperationsResponse -> Maybe Text

    gogol-drive Gogol.Drive

    The standard List next-page token.

  2. nextPageToken :: PermissionList -> Maybe Text

    gogol-drive Gogol.Drive

    The page token for the next page of permissions. This field will be absent if the end of the permissions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.

  3. nextPageToken :: ReplyList -> Maybe Text

    gogol-drive Gogol.Drive

    The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.

  4. nextPageToken :: RevisionList -> Maybe Text

    gogol-drive Gogol.Drive

    The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.

  5. nextPageToken :: TeamDriveList -> Maybe Text

    gogol-drive Gogol.Drive

    The page token for the next page of Team Drives. This will be absent if the end of the Team Drives list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results. The page token is typically valid for several hours. However, if new items are added or removed, your expected results might differ.

  6. startPageToken :: StartPageToken -> Maybe Text

    gogol-drive Gogol.Drive

    The starting page token for listing future changes. The page token doesn't expire.

  7. module Gogol.Drive.Changes.GetStartPageToken

    Gets the starting pageToken for listing future changes. For more information, see Retrieve changes. See: Google Drive API Reference for drive.changes.getStartPageToken.

  8. data DriveChangesGetStartPageToken

    gogol-drive Gogol.Drive.Changes.GetStartPageToken

    Gets the starting pageToken for listing future changes. For more information, see Retrieve changes. See: newDriveChangesGetStartPageToken smart constructor.

  9. DriveChangesGetStartPageToken :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe Text -> Bool -> Bool -> Maybe Text -> Maybe Text -> Maybe Text -> DriveChangesGetStartPageToken

    gogol-drive Gogol.Drive.Changes.GetStartPageToken

    No documentation available.

  10. type DriveChangesGetStartPageTokenResource = "drive" :> "v3" :> "changes" :> "startPageToken" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "driveId" Text :> QueryParam "supportsAllDrives" Bool :> QueryParam "supportsTeamDrives" Bool :> QueryParam "teamDriveId" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] StartPageToken

    gogol-drive Gogol.Drive.Changes.GetStartPageToken

    A resource alias for drive.changes.getStartPageToken method which the DriveChangesGetStartPageToken request conforms to.

Page 594 of many | Previous | Next