# `ASM.Extensions.Workspace.Snapshot`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.9.2/lib/asm/extensions/workspace/snapshot.ex#L1)

Immutable workspace snapshot descriptor.

# `backend_kind`

```elixir
@type backend_kind() :: :git | :hash
```

# `t`

```elixir
@type t() :: %ASM.Extensions.Workspace.Snapshot{
  backend: backend_kind(),
  captured_at: DateTime.t(),
  fingerprint: String.t(),
  id: String.t(),
  metadata: map(),
  root: String.t()
}
```

# `to_map`

```elixir
@spec to_map(t()) :: map()
```

---

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