combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.ForecastConfigurationPatchInput

Partial update keyed by natural key. name and forecastType are required to identify the target document; for deterministic records project is also required (and rejected for probabilistic). forecastType cannot be changed. Any subset of remaining mutable fields may be supplied.

Properties

Name Type Description Notes
Name string    
ForecastType string    
Project string   [optional]
ForecastScope ForecastScope   [optional]
Resolution string   [optional]
OverwriteManual bool?   [optional]
AutomaticForecast AutomaticForecast   [optional]

[Back to Model list] [Back to API list] [Back to README]