Provides struct and type for a Period
Summary
Types
@type t() :: %Gleanex.Client.Period{ end: Gleanex.Client.TimePoint.t() | nil, maxDaysFromNow: integer() | nil, minDaysFromNow: integer() | nil, start: Gleanex.Client.TimePoint.t() | nil }
Provides struct and type for a Period
@type t() :: %Gleanex.Client.Period{ end: Gleanex.Client.TimePoint.t() | nil, maxDaysFromNow: integer() | nil, minDaysFromNow: integer() | nil, start: Gleanex.Client.TimePoint.t() | nil }