Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. pattern DataRange_Range_LAST14DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 14 days, excluding the current day.

  2. pattern DataRange_Range_LAST30DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 30 days, excluding the current day.

  3. pattern DataRange_Range_LAST365DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 365 days, excluding the current day.

  4. pattern DataRange_Range_LAST60DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 60 days, excluding the current day.

  5. pattern DataRange_Range_LAST7DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 7 days, excluding the current day.

  6. pattern DataRange_Range_LAST90DAYS :: DataRange_Range

    gogol-doubleclick-bids Gogol.DoubleClickBids.Types

    The previous 90 days, excluding the current day.

  7. data GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games

    Retrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile. See: newGamesRecallLastTokenFromAllDeveloperGames smart constructor.

  8. GamesRecallLastTokenFromAllDeveloperGames :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> GamesRecallLastTokenFromAllDeveloperGames

    gogol-games Gogol.Games

    No documentation available.

  9. type GamesRecallLastTokenFromAllDeveloperGamesResource = "games" :> "v1" :> "recall" :> "developerGamesLastPlayerToken" :> Capture "sessionId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games

    A resource alias for games.recall.lastTokenFromAllDeveloperGames method which the GamesRecallLastTokenFromAllDeveloperGames request conforms to.

  10. newtype RetrieveDeveloperGamesLastPlayerTokenResponse

    gogol-games Gogol.Games

    Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC See: newRetrieveDeveloperGamesLastPlayerTokenResponse smart constructor.

Page 240 of many | Previous | Next