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 :: ResponsePoliciesListResponse -> Maybe Text

    gogol-dns Gogol.DNS.Types

    The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the maximum page size.

  2. nextPageToken :: ResponsePolicyRulesListResponse -> Maybe Text

    gogol-dns Gogol.DNS.Types

    The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. This lets you the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned are an inconsistent view of the collection. You cannot retrieve a consistent snapshot of a collection larger than the maximum page size.

  3. nextPageToken :: ListQueriesResponse -> Maybe Text

    gogol-doubleclick-bids Gogol.DoubleClickBids

    A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to queries.list method to retrieve the next page of results.

  4. nextPageToken :: ListReportsResponse -> Maybe Text

    gogol-doubleclick-bids Gogol.DoubleClickBids

    A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to queries.reports.list method to retrieve the next page of results.

  5. nextPageToken :: ListQueriesResponse -> Maybe Text

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to queries.list method to retrieve the next page of results.

  6. nextPageToken :: ListReportsResponse -> Maybe Text

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to queries.reports.list method to retrieve the next page of results.

  7. data DriveChangesGetStartPageToken

    gogol-drive Gogol.Drive

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

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

    gogol-drive Gogol.Drive

    No documentation available.

  9. 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

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

  10. data StartPageToken

    gogol-drive Gogol.Drive

    No documentation available.

Page 592 of many | Previous | Next