View Source GitHub.Codespace.Machine (GitHub REST API Client v0.0.5)

Provides struct and type for CodespaceMachine

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Codespace.Machine{
  cpus: integer(),
  display_name: String.t(),
  memory_in_bytes: integer(),
  name: String.t(),
  operating_system: String.t(),
  prebuild_availability: String.t() | nil,
  storage_in_bytes: integer()
}