combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.EconSettingCategory

A category group of selected economics columns. key must match a key from the economics columns template; selected may only include a view if the template allows it for that column. selected items are one of oneLiner (One-line Summary), monthly (Monthly), or aggregate (displayed as "Cumulative" in the ComboCurve UI).

Properties

Name Type Description Notes
Category string   [optional]
Columns List<EconSettingCategoryColumns>   [optional]

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