ExDaytona.Model.OrganizationUsageOverview (ex_daytona v0.4.0)

Copy Markdown View Source

OrganizationUsageOverview model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.OrganizationUsageOverview{
  currentSnapshotUsage: number(),
  currentVolumeUsage: number(),
  regionUsage: [ExDaytona.Model.RegionUsageOverview.t()],
  totalSnapshotQuota: number(),
  totalVolumeQuota: number()
}

Functions

decode(value)