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.
newDriveChangesGetStartPageToken :: DriveChangesGetStartPageTokengogol-drive Gogol.Drive.Changes.GetStartPageToken Creates a value of DriveChangesGetStartPageToken with the minimum fields required to make a request.
-
gogol-drive Gogol.Drive.Types No documentation available.
StartPageToken :: Text -> Maybe Text -> StartPageTokengogol-drive Gogol.Drive.Types No documentation available.
newStartPageToken :: StartPageTokengogol-drive Gogol.Drive.Types Creates a value of StartPageToken with the minimum fields required to make a request.
newStartPageToken' :: ChangeList -> Maybe Textgogol-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.
nextPageToken :: ChangeList -> Maybe Textgogol-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.
nextPageToken :: CommentList -> Maybe Textgogol-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.
nextPageToken :: DriveList -> Maybe Textgogol-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.
nextPageToken :: FileList -> Maybe Textgogol-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.
nextPageToken :: LabelList -> Maybe Textgogol-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.