combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.EconSettingInput

Econ setting input body. name is required and must contain at least one non-whitespace character. categories is optional; when omitted no columns are selected.

Properties

Name Type Description Notes
Name string Display name. Must contain at least one non-whitespace character.  
Categories List<EconSettingCategory> Economics column selections, grouped by category and sparse: a column that is absent from its category's `columns` list is unselected. Each `key` must match a key from the economics columns template, and each `selected` view may only be used if the template allows it for that column. [optional]

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