docs/UserHeatmapData

Forgejo::UserHeatmapData

Properties

Name Type Description Notes
contributions Integer [optional]
timestamp Integer TimeStamp defines a timestamp [optional]

Example

require 'forgejo'

instance = Forgejo::UserHeatmapData.new(
  contributions: null,
  timestamp: null
)