C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Saved forecast configuration.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Configuration id. | [optional] [readonly] |
| Name | string | Display name. | [optional] |
| ForecastType | string | Immutable after creation. | [optional] |
| Project | string | Project the configuration is associated with, or `null` for tenant-wide. Required for `deterministic` configurations; not allowed for `probabilistic` configurations. | [optional] |
| ForecastScope | ForecastScope | [optional] | |
| Resolution | string | [optional] | |
| OverwriteManual | bool? | [optional] | |
| AutomaticForecast | AutomaticForecast | [optional] | |
| CreatedBy | string | Id of the user who created the configuration. | [optional] [readonly] |
| CreatedByName | string | Human-readable name of the creator. | [optional] [readonly] |
| IsAdmin | bool? | Whether this is an admin-endorsed configuration. | [optional] [readonly] |
| CreatedAt | DateTime? | [optional] [readonly] | |
| UpdatedAt | DateTime? | [optional] [readonly] |