ExBifrost.Model.RecalculateCostResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Recalculate cost job status

Summary

Types

t()

@type t() :: %ExBifrost.Model.RecalculateCostResponse{
  id: String.t() | nil,
  last_error: String.t() | nil,
  message: String.t() | nil,
  processed: integer() | nil,
  skipped: integer() | nil,
  started_at: DateTime.t() | nil,
  status: String.t() | nil,
  total: integer() | nil,
  updated: integer() | nil,
  updated_at: DateTime.t() | nil
}

Functions

decode(value)