View Source GitHub.Reaction.Rollup (GitHub REST API Client v0.0.9)

Provides struct and type for ReactionRollup

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Reaction.Rollup{
  "+1": integer(),
  "-1": integer(),
  confused: integer(),
  eyes: integer(),
  heart: integer(),
  hooray: integer(),
  laugh: integer(),
  rocket: integer(),
  total_count: integer(),
  url: String.t()
}