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

Provides struct and type for a SnapshotCreateParams

# `t`

```elixir
@type t() :: %Hyper.Firecracker.Api.SnapshotCreateParams{
  __info__: any(),
  mem_file_path: String.t(),
  snapshot_path: String.t(),
  snapshot_type: String.t() | nil
}
```

# `decode`

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

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

---

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