combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

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

ComboCurve.Api.Model.EconSetting

Saved econ setting: a named selection of economics columns used when running economics. Econ settings are shared across the whole tenant.

Properties

Name Type Description Notes
Categories List<EconSettingCategory> Economics column selections, grouped by category and sparse: a column that is absent from its category's `columns` list is unselected, and a category with no selected columns is absent from this array entirely. [optional]
CreatedAt DateTime?   [optional] [readonly]
CreatedBy string Id of the user who created the econ setting. [optional] [readonly]
Id string Econ setting id. [optional] [readonly]
Name string Display name. [optional]
UpdatedAt DateTime?   [optional] [readonly]

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