# `Tinkex.Types.CreateSessionResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/create_session_response.ex#L1)

Response from create session request.

Mirrors Python tinker.types.CreateSessionResponse.

# `t`

```elixir
@type t() :: %Tinkex.Types.CreateSessionResponse{
  error_message: String.t() | nil,
  info_message: String.t() | nil,
  session_id: String.t(),
  warning_message: String.t() | nil
}
```

# `from_json`

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

Parse a create session response from JSON.

---

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