Project
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Identifier | string | Stores a unique string identifier for the project, used for database referencing. |
| Name | string | Stores the name of the project, used for display and identification. |
| Description | string | Stores a detailed description of the project, providing more context. |
| Labels | []byte | Stores a byte array representing labels associated with the project, used for categorization or metadata. |
| State | *int32 | Stores a pointer to an integer representing the current state of the project, affecting its operational behavior. |
| CreatedAt | time.Time | Stores the timestamp when the project was created, used for tracking its age. |
| UpdatedAt | time.Time | Stores the timestamp when the project was last updated, used for tracking modifications. |