ExBifrost.Model.GetDashboard200ResponseDimensionRankingsValue (ex_bifrost v0.1.0)

Copy Markdown View Source

Dimension values ranked by usage with trend comparison

Summary

Types

t()

@type t() :: %ExBifrost.Model.GetDashboard200ResponseDimensionRankingsValue{
  dimension: String.t() | nil,
  rankings:
    [
      ExBifrost.Model.GetDashboard200ResponseDimensionRankingsValueRankingsInner.t()
    ]
    | nil,
  total_actual_requests: integer() | nil,
  total_attributed_requests: integer() | nil
}

Functions

decode(value)