ExDaytona.Model.ModelsSandboxUsage (ex_daytona v0.1.0)

Copy Markdown View Source

ModelsSandboxUsage model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.ModelsSandboxUsage{
  firstStart: String.t() | nil,
  lastEnd: String.t() | nil,
  sandboxId: String.t() | nil,
  totalCPUSeconds: integer() | nil,
  totalDiskGBSeconds: integer() | nil,
  totalGPUSeconds: integer() | nil,
  totalPrice: number() | nil,
  totalRAMGBSeconds: integer() | nil
}

Functions

decode(value)