LogpointApi.IncidentApi.TimeRange (logpoint_api v0.2.2)

Summary

Types

t()

Struct representing a time range with timestamps in epoch.

Types

@type t() :: %LogpointApi.IncidentApi.TimeRange{
  ts_from: Number.t(),
  ts_to: Number.t(),
  version: String.t()
}

Struct representing a time range with timestamps in epoch.