Record
project-card
No description available.
record project-card {
archived: option<bool>,
column-name: option<string>,
column-url: string,
content-url: option<string>,
created-at: string,
creator: nullable-simple-user,
id: s32,
node-id: string,
note: string,
project-id: option<string>,
project-url: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| archived | option<bool> | |
| column-name | option<string> | |
| column-url | string | |
| content-url | option<string> | |
| created-at | string | |
| creator | nullable-simple-user | |
| id | s32 | |
| node-id | string | |
| note | string | |
| project-id | option<string> | |
| project-url | string | |
| updated-at | string | |
| url | string |