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. newDriveChangesGetStartPageToken :: DriveChangesGetStartPageToken

    gogol-drive Gogol.Drive.Changes.GetStartPageToken

    Creates a value of DriveChangesGetStartPageToken with the minimum fields required to make a request.

  2. data StartPageToken

    gogol-drive Gogol.Drive.Types

    No documentation available.

  3. StartPageToken :: Text -> Maybe Text -> StartPageToken

    gogol-drive Gogol.Drive.Types

    No documentation available.

  4. newStartPageToken :: StartPageToken

    gogol-drive Gogol.Drive.Types

    Creates a value of StartPageToken with the minimum fields required to make a request.

  5. newStartPageToken' :: ChangeList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The starting page token for future changes. This will be present only if the end of the current changes list has been reached. The page token doesn't expire.

  6. nextPageToken :: ChangeList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The page token for the next page of changes. This will be absent if the end of the changes list has been reached. The page token doesn't expire.

  7. nextPageToken :: CommentList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The page token for the next page of comments. This will be absent if the end of the comments 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.

  8. nextPageToken :: DriveList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The page token for the next page of shared drives. This will be absent if the end of the 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.

  9. nextPageToken :: FileList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The page token for the next page of files. This will be absent if the end of the files 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.

  10. nextPageToken :: LabelList -> Maybe Text

    gogol-drive Gogol.Drive.Types

    The page token for the next page of labels. This field will be absent if the end of the 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.

Page 595 of many | Previous | Next