E2bEx.Template (E2bEx v0.1.0)

Copy Markdown View Source

A template, decoded from list (Template) and get (TemplateWithBuilds) responses.

Summary

Types

t()

@type t() :: %E2bEx.Template{
  aliases: [String.t()] | nil,
  build_count: integer() | nil,
  build_id: String.t() | nil,
  build_status: String.t() | nil,
  builds: [E2bEx.TemplateBuild.t()] | nil,
  cpu_count: integer() | nil,
  created_at: String.t() | nil,
  disk_size_mb: integer() | nil,
  envd_version: String.t() | nil,
  last_spawned_at: String.t() | nil,
  memory_mb: integer() | nil,
  names: [String.t()] | nil,
  public: boolean() | nil,
  spawn_count: integer() | nil,
  template_id: String.t() | nil,
  updated_at: String.t() | nil
}