Project
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Identifier | string | Stores a unique string identifier for the project. |
| Name | string | Stores the name of the project, used for display purposes. |
| Description | string | Stores a detailed description of the project. |
| Labels | []byte | Stores a byte array representing labels associated with the project. |
| State | *int32 | Stores a pointer to an integer representing the current state of the project. |
| CreatedAt | time.Time | Stores the timestamp when the project was created. |
| UpdatedAt | time.Time | Stores the timestamp when the project was last updated. |