Record
codespace-with-full-repository
No description available.
record codespace-with-full-repository {
billable-owner: simple-user,
created-at: string,
devcontainer-path: option<string>,
display-name: option<string>,
environment-id: string,
git-status: codespace-with-full-repository-git-status,
id: s32,
idle-timeout-minutes: s32,
idle-timeout-notice: option<string>,
last-used-at: string,
location: codespace-location-enum,
machine: nullable-codespace-machine,
machines-url: string,
name: string,
owner: simple-user,
pending-operation: option<bool>,
pending-operation-disabled-reason: option<string>,
prebuild: bool,
publish-url: option<string>,
pulls-url: string,
recent-folders: list<string>,
repository: full-repository,
retention-expires-at: option<string>,
retention-period-minutes: option<s32>,
runtime-constraints: option<codespace-with-full-repository-runtime-constraints>,
start-url: string,
state: codespace-state-enum,
stop-url: string,
updated-at: string,
url: string,
web-url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| billable-owner | simple-user | |
| created-at | string | |
| devcontainer-path | option<string> | |
| display-name | option<string> | |
| environment-id | string | |
| git-status | codespace-with-full-repository-git-status | |
| id | s32 | |
| idle-timeout-minutes | s32 | |
| idle-timeout-notice | option<string> | |
| last-used-at | string | |
| location | codespace-location-enum | |
| machine | nullable-codespace-machine | |
| machines-url | string | |
| name | string | |
| owner | simple-user | |
| pending-operation | option<bool> | |
| pending-operation-disabled-reason | option<string> | |
| prebuild | bool | |
| publish-url | option<string> | |
| pulls-url | string | |
| recent-folders | list<string> | |
| repository | full-repository | |
| retention-expires-at | option<string> | |
| retention-period-minutes | option<s32> | |
| runtime-constraints | option<codespace-with-full-repository-runtime-constraints> | |
| start-url | string | |
| state | codespace-state-enum | |
| stop-url | string | |
| updated-at | string | |
| url | string | |
| web-url | string |