| Name | Type | Description | Notes |
|---|---|---|---|
| Type_ | string | [default to null] | |
| Links | *interface{} | [optional] [default to null] | |
| Uuid | string | The project's immutable id. | [optional] [default to null] |
| Key | string | The project's key. | [optional] [default to null] |
| Owner | *Team | [optional] [default to null] | |
| Name | string | The name of the project. | [optional] [default to null] |
| Description | string | [optional] [default to null] | |
| IsPrivate | bool | Indicates whether the project is publicly accessible, or whether it is private to the team and consequently only visible to team members. Note that private projects cannot contain public repositories. | [optional] [default to null] |
| CreatedOn | time.Time | [optional] [default to null] | |
| UpdatedOn | time.Time | [optional] [default to null] | |
| HasPubliclyVisibleRepos | bool | Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories. | [optional] [default to null] |