C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Saved econ report setting: a named ordered list of well-header aggregation criteria used when generating economics reports. Econ report settings are shared across the whole tenant. When allWellsAgg is absent on a stored document it is returned as true; when rollUpEachLevel is absent it is returned as false.
| Name | Type | Description | Notes |
|---|---|---|---|
| AllWellsAgg | bool? | Include Aggregation Grand Total. Defaults to `true` on read when absent from the stored document. | [optional] |
| CreatedAt | DateTime? | [optional] [readonly] | |
| CreatedBy | string | Id of the user who created the econ report setting. | [optional] [readonly] |
| Headers | List<string> | Ordered well-header aggregation criteria (priority list). Order is meaningful and is persisted in array order. Entries are typically DB well-schema keys (for example `well_name`), project-custom-header key slots (`_project_custom_header` or `_project_custom_header_N`), or the special criteria `econ_prms_reserves_category`, `econ_prms_reserves_sub_category`, and `econ_group`. At most 5 headers are accepted. | [optional] |
| Id | string | Econ report setting id. | [optional] [readonly] |
| Name | string | Display name. | [optional] |
| RollUpEachLevel | bool? | Include Aggregation Subtotal. Defaults to `false` on read when absent from the stored document. | [optional] |
| UpdatedAt | DateTime? | [optional] [readonly] |