GoodAnalytics.Api.Schemas.TimeseriesPoint (GoodAnalytics v0.1.1)

Copy Markdown View Source

One zero-filled, timezone-aligned bucket.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GoodAnalytics.Api.Schemas.TimeseriesPoint{
  bucket_end: term(),
  bucket_start: term(),
  value: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.