View Source GitHub.Codespace.ExportDetails (GitHub REST API Client v0.0.6)

Provides struct and type for CodespaceExportDetails

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Codespace.ExportDetails{
  branch: String.t() | nil,
  completed_at: String.t() | nil,
  export_url: String.t() | nil,
  html_url: String.t() | nil,
  id: String.t() | nil,
  sha: String.t() | nil,
  state: String.t() | nil
}