ExBifrost.Model.GetLogsProviderCostHistogram200ResponseBucketsInner (ex_bifrost v0.1.0)

Copy Markdown View Source

Time-bucketed cost data with provider breakdown

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogsProviderCostHistogram200ResponseBucketsInner{
  by_provider: %{optional(String.t()) => number()} | nil,
  timestamp: DateTime.t() | nil,
  total_cost: number() | nil
}

Functions

decode(value)