ExDaytona.Model.PtySessionInfo (ex_daytona v0.3.0)

Copy Markdown View Source

PtySessionInfo model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.PtySessionInfo{
  active: boolean(),
  cols: integer(),
  createdAt: String.t(),
  cwd: String.t(),
  envs: %{optional(String.t()) => String.t()},
  id: String.t(),
  lazyStart: boolean(),
  rows: integer()
}

Functions

decode(value)