Record
project
No description available.
record project {
type-op: string,
created-on: option<string>,
description: option<string>,
has-publicly-visible-repos: option<bool>,
is-private: option<bool>,
key: option<string>,
links: option<project-links>,
name: option<string>,
owner: option<team>,
updated-on: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| created-on | option<string> | |
| description | option<string> | |
| has-publicly-visible-repos | option<bool> | |
| is-private | option<bool> | |
| key | option<string> | |
| links | option<project-links> | |
| name | option<string> | |
| owner | option<team> | |
| updated-on | option<string> | |
| uuid | option<string> |