ExBifrost.Model.UpdatePluginRequest (ex_bifrost v0.1.0)

Copy Markdown View Source

Update plugin request

Summary

Types

t()

@type t() :: %ExBifrost.Model.UpdatePluginRequest{
  config: %{optional(String.t()) => any()} | nil,
  enabled: boolean() | nil,
  path: String.t() | nil
}

Functions

decode(value)