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

Provides struct and type for a Codespace.Machine

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Codespace.Machine{
  __info__: map(),
  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()
}