ExBifrost.Model.UpdateBudgetRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Update budget request

Summary

Types

t()

@type t() :: %ExBifrost.Model.UpdateBudgetRequest{
  calendar_aligned: boolean() | nil,
  max_limit: number() | nil,
  reset_duration: String.t() | nil
}

Functions

decode(value)