ExBifrost.Model.GetLogsProviderCostHistogram200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Time-bucketed cost histogram with provider breakdown

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetLogsProviderCostHistogram200Response{
  bucket_size_seconds: integer() | nil,
  buckets:
    [ExBifrost.Model.GetLogsProviderCostHistogram200ResponseBucketsInner.t()]
    | nil,
  providers: [String.t()] | nil
}

Functions

decode(value)