Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data ActivitySummary = ActivitySummary {
- achievementCount :: Integer
- athlete :: AthleteMeta
- athleteCount :: Integer
- averageSpeed :: Double
- averageWatts :: Maybe Double
- commentCount :: Integer
- commute :: Bool
- distance :: Double
- elapsedTime :: Integer
- endLatlng :: Maybe (Double, Double)
- externalId :: Maybe Text
- flagged :: Bool
- gearId :: Maybe Text
- hasKudoed :: Bool
- id :: Integer
- kilojoules :: Maybe Double
- kudosCount :: Integer
- locationCity :: Maybe Text
- locationCountry :: Text
- locationState :: Maybe Text
- manual :: Bool
- map :: PolylineSummary
- maxSpeed :: Double
- movingTime :: Integer
- name :: Text
- photoCount :: Integer
- private :: Bool
- resourceState :: Integer
- startDate :: UTCTime
- startDateLocal :: UTCTime
- startLatitude :: Double
- startLatlng :: Maybe (Double, Double)
- startLongitude :: Double
- timezone :: Text
- totalElevationGain :: Double
- trainer :: Bool
- type_ :: Text
- uploadId :: Maybe Integer
Documentation
data ActivitySummary Source
Summary representation of an activity.
ActivitySummary | |
|