Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
enumDeprecated :: JsonSchema -> Maybe [Bool]gogol-discovery Gogol.Discovery The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
enumDescriptions :: JsonSchema -> Maybe [Text]gogol-discovery Gogol.Discovery The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
enum :: JsonSchema -> Maybe [Text]gogol-discovery Gogol.Discovery.Types Values this parameter may take (if it is an enum).
enumDeprecated :: JsonSchema -> Maybe [Bool]gogol-discovery Gogol.Discovery.Types The deprecation status for the enums. Each position maps to the corresponding value in the "enum" array.
enumDescriptions :: JsonSchema -> Maybe [Text]gogol-discovery Gogol.Discovery.Types The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
formattedNumEvents :: PlayerEvent -> Maybe Textgogol-games Gogol.Games The current number of times this event has occurred, as a string. The formatting of this string depends on the configuration of your event in the Play Games Developer Console.
formattedNumScores :: LeaderboardScoreRank -> Maybe Textgogol-games Gogol.Games The number of scores in the leaderboard as a string.
formattedNumEvents :: PlayerEvent -> Maybe Textgogol-games Gogol.Games.Types The current number of times this event has occurred, as a string. The formatting of this string depends on the configuration of your event in the Play Games Developer Console.
formattedNumScores :: LeaderboardScoreRank -> Maybe Textgogol-games Gogol.Games.Types The number of scores in the leaderboard as a string.
data
GamesNumberAffixConfiguration gogol-games-configuration Gogol.GamesConfiguration A number affix resource. See: newGamesNumberAffixConfiguration smart constructor.