Gleanex.Client.Period (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Period

Summary

Types

t()

@type t() :: %Gleanex.Client.Period{
  end: Gleanex.Client.TimePoint.t() | nil,
  maxDaysFromNow: integer() | nil,
  minDaysFromNow: integer() | nil,
  start: Gleanex.Client.TimePoint.t() | nil
}