Request to update a routing rule (all fields optional; providing targets replaces all existing targets)
Summary
Types
@type t() :: %ExBifrost.Model.UpdateRoutingRuleRequest{ cel_expression: String.t() | nil, description: String.t() | nil, enabled: boolean() | nil, fallbacks: [String.t()] | nil, name: String.t() | nil, priority: integer() | nil, query: map() | nil, targets: [ExBifrost.Model.RoutingRuleTargetsInner.t()] | nil }