| Name | Type | Description | Notes |
|---|---|---|---|
| ProjectId | int? | ||
| AccountName | string | [optional] | |
| Name | string | [optional] | |
| Slug | string | [optional] | |
| Created | DateTime? | [optional] | |
| Updated | DateTime? | [optional] | |
| AccountId | int? | [optional] | |
| Builds | List<Build> | Only non-empty for response from getProjects. | [optional] |
| CurrentBuildId | int? | [optional] | |
| RepositoryType | RepositoryProvider | [optional] | |
| RepositoryScm | RepositoryScm | [optional] | |
| RepositoryName | string | ||
| RepositoryBranch | string | Not present in response from addProject. | [optional] |
| IsPrivate | bool? | [optional] | |
| IsGitHubApp | bool? | [optional] | |
| SkipBranchesWithoutAppveyorYml | bool? | [optional] | |
| EnableSecureVariablesInPullRequests | bool? | [optional] | |
| EnableSecureVariablesInPullRequestsFromSameRepo | bool? | [optional] | |
| EnableDeploymentInPullRequests | bool? | [optional] | |
| SaveBuildCacheInPullRequests | bool? | [optional] | |
| RollingBuilds | bool? | [optional] | |
| RollingBuildsDoNotCancelRunningBuilds | bool? | [optional] | |
| RollingBuildsOnlyForPullRequests | bool? | [optional] | |
| AlwaysBuildClosedPullRequests | bool? | [optional] | |
| Tags | string | Comma-separated list of project tags for dynamic grouping. Appears that any input is accepted. The returned value only contains case-preserving but insensitive unique values where spaces around "," are removed but otherwise preserved. Empty values and items are allowed. | [optional] |
| NuGetFeed | NuGetFeed | Not present in response from addProject. | [optional] |
| SecurityDescriptor | SecurityDescriptor | Not present in response from addProject. Not always present in response from getProjects (only after updateProject or startBuild?). | [optional] |
| DisablePushWebhooks | bool? | [optional] | |
| DisablePullRequestWebhooks | bool? | [optional] |