# `Hyper.Firecracker.Api.BootSource`
[🔗](https://github.com/harmont-dev/hyper/blob/main/lib/hyper/firecracker/api/schemas/boot_source.ex#L1)

Provides struct and type for a BootSource

# `t`

```elixir
@type t() :: %Hyper.Firecracker.Api.BootSource{
  __info__: any(),
  boot_args: String.t() | nil,
  initrd_path: String.t() | nil,
  kernel_image_path: String.t()
}
```

# `decode`

```elixir
@spec decode(term()) :: t() | nil | term()
```

Build a `Hyper.Firecracker.Api.BootSource` from a decoded-JSON map. Compile-time generated.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
